Advertisement
Guest User

Untitled

a guest
Mar 15th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 1.03 KB | None | 0 0
  1.   string-match("\\`[    \n
  2. ]+" nil)
  3.   org-trim(nil)
  4.   org-agenda-format-item(#("Clocked:   (0:02)" 12 16 (org-category "journal" fontified nil)) nil "    " "journal" nil #("CLOCK: [2017-03-13 Mon 09:50-09:52]" 0 28 (org-category "journal" fontified nil) 29 34 (org-category "journal" fontified nil)))
  5.  
  6.   org-agenda-get-progress()
  7.   org-agenda-get-day-entries("~/Dropbox/org/journal.org" (3 13 2017) :closed :deadline :scheduled :timestamp :sexp)
  8.   apply(org-agenda-get-day-entries "~/Dropbox/org/journal.org" (3 13 2017) (:closed :deadline :scheduled :timestamp :sexp))
  9.  
  10. org-agenda-list(nil nil week nil)
  11.   (let nil (org-agenda-list (quote nil) nil (quote week) nil))
  12.   eval((let nil (org-agenda-list (quote nil) nil (quote week) nil)))
  13.   org-let(nil (org-agenda-list (quote nil) nil (quote week) nil))
  14.   org-agenda-redo()
  15.   org-agenda-log-mode(nil)
  16.   call-interactively(org-agenda-log-mode)
  17.   org-agenda-view-mode-dispatch()
  18.   call-interactively(org-agenda-view-mode-dispatch nil nil)
  19.   command-execute(org-agenda-view-mode-dispatch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement