Giter Site home page Giter Site logo

Comments (9)

alphapapa avatar alphapapa commented on May 28, 2024

Hi,

Thanks for the report. Could you please reproduce it with debug-on-error and show me the backtrace? Also, which version of Emacs are you using on which machine with which problem?

from org-super-agenda.

emacsomancer avatar emacsomancer commented on May 28, 2024

So I get that error on install.

Both machines are running Emacs 26.1. The one with the problem has the latest MEPLA org-super-agenda; the other has an older version of the package.

Also if I include something like:

	 (:name "Minor Tasks (for structured procrastination)"
		:effort< "0:31"
		:order 4)

I get the following backtrace (it's too long to paste the whole thing, but here's the beginning...maybe it's stuck in some sort of recursion?):

Debugger entered--Lisp error: (wrong-number-of-arguments when-let 1)
  signal(wrong-number-of-arguments (when-let 1))
  (if (= (length --cl-rest--) 2) (car-safe (prog1 --cl-rest-- (setq --cl-rest-- (cdr --cl-rest--)))) (signal 'wrong-number-of-arguments (list 'when-let (length --cl-rest--))))
  (let* ((--cl-rest-- (if body (car-safe (prog1 body (setq body (cdr body)))) (signal 'wrong-number-of-arguments (list 'when-let (length body))))) (var (if (= (length --cl-rest--) 2) (car-safe (prog1 --cl-rest-- (setq --cl-rest-- (cdr --cl-rest--)))) (signal 'wrong-number-of-arguments (list 'when-let (length --cl-rest--))))) (value (car --cl-rest--))) (list 'let (list (list var value)) (cons 'when (cons var body))))
  (lambda (&rest body) "Evaluate VALUE, if the result is non-nil bind it to VAR and eval BODY.\n\n(fn (VAR VALUE) &rest BODY)" (let* ((--cl-rest-- (if body (car-safe (prog1 body (setq body (cdr body)))) (signal 'wrong-number-of-arguments (list 'when-let (length body))))) (var (if (= (length --cl-rest--) 2) (car-safe (prog1 --cl-rest-- (setq --cl-rest-- (cdr --cl-rest--)))) (signal 'wrong-number-of-arguments (list 'when-let (length --cl-rest--))))) (value (car --cl-rest--))) (list 'let (list (list var value)) (cons 'when (cons var body)))))(((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes))
  (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes))
  (if (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes)) (progn (setq matching (nconc matching (list item)))) (setq non-matching (nconc non-matching (list item))))
  (while (consp --cl-var--) (setq item (car --cl-var--)) (if (when-lDebugger entered--Lisp error: (wrong-number-of-arguments when-let 1)
  signal(wrong-number-of-arguments (when-let 1))
  (if (= (length --cl-rest--) 2) (car-safe (prog1 --cl-rest-- (setq --cl-rest-- (cdr --cl-rest--)))) (signal 'wrong-number-of-arguments (list 'when-let (length --cl-rest--))))
  (let* ((--cl-rest-- (if body (car-safe (prog1 body (setq body (cdr body)))) (signal 'wrong-number-of-arguments (list 'when-let (length body))))) (var (if (= (length --cl-rest--) 2) (car-safe (prog1 --cl-rest-- (setq --cl-rest-- (cdr --cl-rest--)))) (signal 'wrong-number-of-arguments (list 'when-let (length --cl-rest--))))) (value (car --cl-rest--))) (list 'let (list (list var value)) (cons 'when (cons var body))))
  (lambda (&rest body) "Evaluate VALUE, if the result is non-nil bind it to VAR and eval BODY.\n\n(fn (VAR VALUE) &rest BODY)" (let* ((--cl-rest-- (if body (car-safe (prog1 body (setq body (cdr body)))) (signal 'wrong-number-of-arguments (list 'when-let (length body))))) (var (if (= (length --cl-rest--) 2) (car-safe (prog1 --cl-rest-- (setq --cl-rest-- (cdr --cl-rest--)))) (signal 'wrong-number-of-arguments (list 'when-let (length --cl-rest--))))) (value (car --cl-rest--))) (list 'let (list (list var value)) (cons 'when (cons var body)))))(((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes))
  (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes))
  (if (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes)) (progn (setq matching (nconc matching (list item)))) (setq non-matching (nconc non-matching (list item))))
  (while (consp --cl-var--) (setq item (car --cl-var--)) (if (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes)) (progn (setq matching (nconc matching (list item)))) (setq non-matching (nconc non-matching (list item)))) (setq --cl-var-- (cdr --cl-var--)))
  (let* ((section-name (concat "Effort " "<" " " (s-join " or " args) " items")) (--cl-var-- items) (item nil) (matching nil) (non-matching nil)) (while (consp --cl-var--) (setq item (car --cl-var--)) (if (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes)) (progn (setq matching (nconc matching (list item)))) (setq non-matching (nconc non-matching (list item)))) (setq --cl-var-- (cdr --cl-var--))) (list section-name non-matching matching))
  (catch '--cl-block-nil-- (let* ((section-name (concat "Effort " "<" " " (s-join " or " args) " items")) (--cl-var-- items) (item nil) (matching nil) (non-matching nil)) (while (consp --cl-var--) (setq item (car --cl-var--)) (if (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes)) (progn (setq matching (nconc matching (list item)))) (setq non-matching (nconc non-matching (list item)))) (setq --cl-var-- (cdr --cl-var--))) (list section-name non-matching matching)))
  (cl--block-wrapper (catch '--cl-block-nil-- (let* ((section-name (concat "Effort " "<" " " (s-join " or " args) " items")) (--cl-var-- items) (item nil) (matching nil) (non-matching nil)) (while (consp --cl-var--) (setq item (car --cl-var--)) (if (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes)) (progn (setq matching (nconc matching (list item)))) (setq non-matching (nconc non-matching (list item)))) (setq --cl-var-- (cdr --cl-var--))) (list section-name non-matching matching))))
  (cl-block nil (let* ((section-name (concat "Effort " "<" " " (s-join " or " args) " items")) (--cl-var-- items) (item nil) (matching nil) (non-matching nil)) (while (consp --cl-var--) (setq item (car --cl-var--)) (if (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes)) (progn (setq matching (nconc matching (list item)))) (setq non-matching (nconc non-matching (list item)))) (setq --cl-var-- (cdr --cl-var--))) (list section-name non-matching matching)))
  (cl-loop with section-name = (concat "Effort " "<" " " (s-join " or " args) " items") for item in items if (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes)) collect item into matching else collect item into non-matching finally return (list section-name non-matching matching))
  (let* ((effort-minutes (org-duration-string-to-minutes (car args)))) (cl-loop with section-name = (concat "Effort " "<" " " (s-join " or " args) " items") for item in items if (when-let ((item-effort (org-find-text-property-in-string 'effort item))) (<= (org-duration-string-to-minutes item-effort) effort-minutes)) collect item into matching else collect item into non-matching finally return (list section-name non-matching matching)))
  org-super-agenda--group-effort<((#("  ToDo:       Sched. 3x:  TODO install new version of mu4e-conversation :emacs:mu4e:" 0 26 (org-category "ToDo" tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> type "past-scheduled" date 736856 ...) 26 30 (todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 2102 warntime nil ts-date 736856 date 736856 type "past-scheduled" org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> org-marker #<marker (moves after insertion) at 4960 in ToDo.org> undone-face org-scheduled-previously help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Sched. 3x: " time "" level "  " txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> warntime nil ts-date 736856 priority 2102 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 71 (org-heading t org-category "ToDo" face org-scheduled-previously fontified nil tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> ...) 71 84 (org-heading t org-category "ToDo" tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> type "past-scheduled" ...)) #("  ToDo:       Sched. 3x:  TODO update experimental mu4e/gnus-view-article and check about attachments" 0 26 (org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 5692 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> type "past-scheduled" date 736856 ...) 26 30 (todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 2102 warntime nil ts-date 736856 date 736856 type "past-scheduled" org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> org-marker #<marker (moves after insertion) at 5692 in ToDo.org> undone-face org-scheduled-previously help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Sched. 3x: " time "" level "  " txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 5692 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> warntime nil ts-date 736856 priority 2102 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 101 (org-heading t org-category "ToDo" face org-scheduled-previously fontified nil tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 5692 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> ...)) #("  ToDo:       66 d. ago:  TODO [#C] change air filter on heater" 0 26 (org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ts-date 736793 priority 2066 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) type "deadline" ...) 26 30 (done-face org-agenda-done undone-face org-warning date 736793 type "deadline" todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) priority 2066 ts-date 736793 warntime nil org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> org-marker #<marker (moves after insertion) at 9498 in ToDo.org> help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" mouse-face highlight dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "66 d. ago: " time "" level "  " txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) breadcrumbs nil duration nil time-of-day nil org-lowest-priority 69 ...) 30 31 (org-habit-p nil org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ts-date 736793 priority 2066 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 35 (org-heading t org-category "ToDo" font-lock-fontified t face org-warning fontified nil tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ...) 35 63 (org-heading t org-category "ToDo" face org-warning fontified nil tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ts-date 736793 ...)) #("  ToDo:       Scheduled:  TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 26 (org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> type "scheduled" date (6 14 2018) ...) 26 30 (todo-state #("TODO" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 1099 warntime nil ts-date 736859 date (6 14 2018) type "scheduled" org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> org-marker #<marker (moves after insertion) at 10518 in ToDo.org> undone-face org-scheduled-today help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime time format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Scheduled: " time "" level "  " txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> warntime nil ts-date 736859 priority 1099 todo-state #("TODO" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 35 (org-heading t org-category "ToDo" font-lock-fontified t face org-scheduled-today fontified nil effort-minutes 15.0 effort "0:15" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" ...) 35 74 (org-heading t org-category "ToDo" face org-scheduled-today fontified nil effort-minutes 15.0 effort "0:15" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today ...) 74 76 (org-heading t org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> type "scheduled" ...) 76 81 (org-heading t inherited t org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> ...) 81 87 (org-heading t org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> type "scheduled" ...)) #("  Holiday:    Flag Day" 0 14 (org-category "Holiday" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("Flag Day" 0 8 (org-heading t)) level " " time "" extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time face org-agenda-calendar-sexp mouse-face highlight help-echo "mouse-2 or RET jump to org file ~/Documents/Org/Calendar.org" org-marker #<marker (moves after insertion) at 88 in Calendar.org> date (6 14 2018) todo-state nil type "sexp" warntime nil) 14 22 (org-heading t org-category "Holiday" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("Flag Day" 0 8 (org-heading t)) level " " time "" extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time face org-agenda-calendar-sexp mouse-face highlight help-echo "mouse-2 or RET jump to org file ~/Documents/Org/Calendar.org" org-marker #<marker (moves after insertion) at 88 in Calendar.org> date (6 14 2018) todo-state nil type "sexp" warntime nil))) "0:31")
  funcall(org-super-agenda--group-effort< (#("  ToDo:       Sched. 3x:  TODO install new version of mu4e-conversation :emacs:mu4e:" 0 26 (org-category "ToDo" tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> type "past-scheduled" date 736856 ...) 26 30 (todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 2102 warntime nil ts-date 736856 date 736856 type "past-scheduled" org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> org-marker #<marker (moves after insertion) at 4960 in ToDo.org> undone-face org-scheduled-previously help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Sched. 3x: " time "" level "  " txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> warntime nil ts-date 736856 priority 2102 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 71 (org-heading t org-category "ToDo" face org-scheduled-previously fontified nil tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> ...) 71 84 (org-heading t org-category "ToDo" tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> type "past-scheduled" ...)) #("  ToDo:       Sched. 3x:  TODO update experimental mu4e/gnus-view-article and check about attachments" 0 26 (org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 5692 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> type "past-scheduled" date 736856 ...) 26 30 (todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 2102 warntime nil ts-date 736856 date 736856 type "past-scheduled" org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> org-marker #<marker (moves after insertion) at 5692 in ToDo.org> undone-face org-scheduled-previously help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Sched. 3x: " time "" level "  " txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 5692 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> warntime nil ts-date 736856 priority 2102 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 101 (org-heading t org-category "ToDo" face org-scheduled-previously fontified nil tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 5692 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> ...)) #("  ToDo:       66 d. ago:  TODO [#C] change air filter on heater" 0 26 (org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ts-date 736793 priority 2066 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) type "deadline" ...) 26 30 (done-face org-agenda-done undone-face org-warning date 736793 type "deadline" todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) priority 2066 ts-date 736793 warntime nil org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> org-marker #<marker (moves after insertion) at 9498 in ToDo.org> help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" mouse-face highlight dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "66 d. ago: " time "" level "  " txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) breadcrumbs nil duration nil time-of-day nil org-lowest-priority 69 ...) 30 31 (org-habit-p nil org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ts-date 736793 priority 2066 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 35 (org-heading t org-category "ToDo" font-lock-fontified t face org-warning fontified nil tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ...) 35 63 (org-heading t org-category "ToDo" face org-warning fontified nil tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ts-date 736793 ...)) #("  ToDo:       Scheduled:  TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 26 (org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> type "scheduled" date (6 14 2018) ...) 26 30 (todo-state #("TODO" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 1099 warntime nil ts-date 736859 date (6 14 2018) type "scheduled" org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> org-marker #<marker (moves after insertion) at 10518 in ToDo.org> undone-face org-scheduled-today help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime time format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Scheduled: " time "" level "  " txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> warntime nil ts-date 736859 priority 1099 todo-state #("TODO" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 35 (org-heading t org-category "ToDo" font-lock-fontified t face org-scheduled-today fontified nil effort-minutes 15.0 effort "0:15" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" ...) 35 74 (org-heading t org-category "ToDo" face org-scheduled-today fontified nil effort-minutes 15.0 effort "0:15" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today ...) 74 76 (org-heading t org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> type "scheduled" ...) 76 81 (org-heading t inherited t org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> ...) 81 87 (org-heading t org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> type "scheduled" ...)) #("  Holiday:    Flag Day" 0 14 (org-category "Holiday" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("Flag Day" 0 8 (org-heading t)) level " " time "" extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time face org-agenda-calendar-sexp mouse-face highlight help-echo "mouse-2 or RET jump to org file ~/Documents/Org/Calendar.org" org-marker #<marker (moves after insertion) at 88 in Calendar.org> date (6 14 2018) todo-state nil type "sexp" warntime nil) 14 22 (org-heading t org-category "Holiday" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("Flag Day" 0 8 (org-heading t)) level " " time "" extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time face org-agenda-calendar-sexp mouse-face highlight help-echo "mouse-2 or RET jump to org file ~/Documents/Org/Calendar.org" org-marker #<marker (moves after insertion) at 88 in Calendar.org> date (6 14 2018) todo-state nil type "sexp" warntime nil))) "0:31")
  (setq --cl-var-- (funcall fn items args) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--))
  (progn (setq --cl-var-- (funcall fn items args) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--)))
  (if fn (progn (setq --cl-var-- (funcall fn items args) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--))))
  (while (consp --cl-var--) (setq --cl-var-- --cl-var-- selector (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) args (car --cl-var--)) (setq fn (org-super-agenda--get-selector-fn selector)) (if fn (progn (setq --cl-var-- (funcall fn items args) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--)))) (if fn (progn (setq all-matches (append all-matches matching)) (setq names (nconc names (list auto-section-name))) (setq items non-matching))) (setq name (if (stringp (car names)) (s-join " and " (-non-nil names)) (car names))) (setq --cl-var-- (cdr (cdr --cl-var--))))
  (let* ((--cl-var-- group) (selector nil) (args nil) (--cl-var--) (fn nil) (auto-section-name nil) (non-matching nil) (matching nil) (--cl-var--) (all-matches nil) (names nil) (name nil)) (while (consp --cl-var--) (setq --cl-var-- --cl-var-- selector (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) args (car --cl-var--)) (setq fn (org-super-agenda--get-selector-fn selector)) (if fn (progn (setq --cl-var-- (funcall fn items args) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--)))) (if fn (progn (setq all-matches (append all-matches matching)) (setq names (nconc names (list auto-section-name))) (setq items non-matching))) (setq name (if (stringp (car names)) (s-join " and " (-non-nil names)) (car names))) (setq --cl-var-- (cdr (cdr --cl-var--)))) (list name items all-matches))
  org-super-agenda--group-dispatch((#("  ToDo:       Sched. 3x:  TODO install new version of mu4e-conversation :emacs:mu4e:" 0 26 (org-category "ToDo" tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> type "past-scheduled" date 736856 ...) 26 30 (todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 2102 warntime nil ts-date 736856 date 736856 type "past-scheduled" org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> org-marker #<marker (moves after insertion) at 4960 in ToDo.org> undone-face org-scheduled-previously help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Sched. 3x: " time "" level "  " txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> warntime nil ts-date 736856 priority 2102 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 71 (org-heading t org-category "ToDo" face org-scheduled-previously fontified nil tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> ...) 71 84 (org-heading t org-category "ToDo" tags ("emacs" "mu4e") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO install new version of mu4e-conversation :emacs:mu4e:" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 45 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 45 58 (org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4960 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4872 in ToDo.org> type "past-scheduled" ...)) #("  ToDo:       Sched. 3x:  TODO update experimental mu4e/gnus-view-article and check about attachments" 0 26 (org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 5692 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> type "past-scheduled" date 736856 ...) 26 30 (todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 2102 warntime nil ts-date 736856 date 736856 type "past-scheduled" org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> org-marker #<marker (moves after insertion) at 5692 in ToDo.org> undone-face org-scheduled-previously help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Sched. 3x: " time "" level "  " txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 5692 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> warntime nil ts-date 736856 priority 2102 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 101 (org-heading t org-category "ToDo" face org-scheduled-previously fontified nil tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO update experimental mu4e/gnus-view-article and check about attachments" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 75 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "Sched. 3x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 5692 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 5602 in ToDo.org> ...)) #("  ToDo:       66 d. ago:  TODO [#C] change air filter on heater" 0 26 (org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ts-date 736793 priority 2066 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) type "deadline" ...) 26 30 (done-face org-agenda-done undone-face org-warning date 736793 type "deadline" todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) priority 2066 ts-date 736793 warntime nil org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> org-marker #<marker (moves after insertion) at 9498 in ToDo.org> help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" mouse-face highlight dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "66 d. ago: " time "" level "  " txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) breadcrumbs nil duration nil time-of-day nil org-lowest-priority 69 ...) 30 31 (org-habit-p nil org-category "ToDo" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ts-date 736793 priority 2066 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 35 (org-heading t org-category "ToDo" font-lock-fontified t face org-warning fontified nil tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ...) 35 63 (org-heading t org-category "ToDo" face org-warning fontified nil tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#C] change air filter on heater" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 37 (fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t)) level "  " time "" extra "66 d. ago: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 9498 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 9447 in ToDo.org> warntime nil ts-date 736793 ...)) #("  ToDo:       Scheduled:  TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 26 (org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> type "scheduled" date (6 14 2018) ...) 26 30 (todo-state #("TODO" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 1099 warntime nil ts-date 736859 date (6 14 2018) type "scheduled" org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> org-marker #<marker (moves after insertion) at 10518 in ToDo.org> undone-face org-scheduled-today help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime time format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Scheduled: " time "" level "  " txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> warntime nil ts-date 736859 priority 1099 todo-state #("TODO" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 35 (org-heading t org-category "ToDo" font-lock-fontified t face org-scheduled-today fontified nil effort-minutes 15.0 effort "0:15" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" ...) 35 74 (org-heading t org-category "ToDo" face org-scheduled-today fontified nil effort-minutes 15.0 effort "0:15" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today ...) 74 76 (org-heading t org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> type "scheduled" ...) 76 81 (org-heading t inherited t org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> ...) 81 87 (org-heading t org-category "ToDo" tags (#("emacs" 0 5 (inherited t)) "org") org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#D] reply to alphapapa on org-super-agenda :emacs::org:" 0 4 (effort "0:15" effort-minutes 15.0 fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 4 5 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 5 9 (effort "0:15" effort-minutes 15.0 fontified nil face org-priority font-lock-fontified t org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 9 48 (effort "0:15" effort-minutes 15.0 fontified nil face org-level-2 org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) org-heading t) 48 50 (org-heading t) 50 55 (inherited t org-heading t) 55 61 (org-heading t)) level "  " time "" extra "Scheduled: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-today face org-scheduled-today org-marker #<marker (moves after insertion) at 10518 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 10430 in ToDo.org> type "scheduled" ...)) #("  Holiday:    Flag Day" 0 14 (org-category "Holiday" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("Flag Day" 0 8 (org-heading t)) level " " time "" extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time face org-agenda-calendar-sexp mouse-face highlight help-echo "mouse-2 or RET jump to org file ~/Documents/Org/Calendar.org" org-marker #<marker (moves after insertion) at 88 in Calendar.org> date (6 14 2018) todo-state nil type "sexp" warntime nil) 14 22 (org-heading t org-category "Holiday" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("Flag Day" 0 8 (org-heading t)) level " " time "" extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime time face org-agenda-calendar-sexp mouse-face highlight help-echo "mouse-2 or RET jump to org file ~/Documents/Org/Calendar.org" org-marker #<marker (moves after insertion) at 88 in Calendar.org> date (6 14 2018) todo-state nil type "sexp" warntime nil))) (:name "Minor Tasks (for structured procrastination)" :effort< "0:31" :order 4))
  (setq --cl-var-- (org-super-agenda--group-dispatch all-items filter) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--))
  (while (consp --cl-var--) (setq filter (car --cl-var--)) (setq custom-section-name (plist-get filter :name)) (setq order (or (plist-get filter :order) 0)) (setq --cl-var-- (org-super-agenda--group-dispatch all-items filter) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--)) (if (memql auto-section-name '(:auto-group :auto-category)) (progn (setq section-name (or custom-section-name "Auto category/group")) (setq sections (append sections (let* ((--cl-var-- matching) (group nil) (--cl-var-- nil)) (while (consp --cl-var--) (setq group (car --cl-var--)) (setq --cl-var-- (cons (list :name (plist-get group :name) :items (plist-get group :items) :order order) --cl-var--)) (setq --cl-var-- (cdr --cl-var--))) (nreverse --cl-var--)))) (setq all-items non-matching)) (setq section-name (or custom-section-name auto-section-name)) (setq sections (nconc sections (list (list :name section-name :items matching :order order)))) (setq all-items non-matching)) (setq --cl-var-- (cdr --cl-var--)))
  (let* ((section-name nil) (--cl-var-- org-super-agenda-groups) (filter nil) (custom-section-name nil) (order nil) (auto-section-name nil) (non-matching nil) (matching nil) (--cl-var--) (sections nil)) (while (consp --cl-var--) (setq filter (car --cl-var--)) (setq custom-section-name (plist-get filter :name)) (setq order (or (plist-get filter :order) 0)) (setq --cl-var-- (org-super-agenda--group-dispatch all-items filter) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--)) (if (memql auto-section-name '(:auto-group :auto-category)) (progn (setq section-name (or custom-section-name "Auto category/group")) (setq sections (append sections (let* ((--cl-var-- matching) (group nil) (--cl-var-- nil)) (while (consp --cl-var--) (setq group (car --cl-var--)) (setq --cl-var-- (cons (list :name (plist-get group :name) :items (plist-get group :items) :order order) --cl-var--)) (setq --cl-var-- (cdr --cl-var--))) (nreverse --cl-var--)))) (setq all-items non-matching)) (setq section-name (or custom-section-name auto-section-name)) (setq sections (nconc sections (list (list :name section-name :items matching :order order)))) (setq all-items non-matching)) (setq --cl-var-- (cdr --cl-var--))) (setq non-matching (list :name "Other items" :items non-matching :order org-super-agenda-unmatched-order)) (setq sections (-sort (function (lambda (it other) (let ((o-it (plist-get it :order)) (o-other (plist-get other :order))) (cond ((and (equal o-it o-other) (not (equal o-it 0)) (stringp (plist-get it :name)) (stringp (plist-get other :name))) (string< (plist-get it :name) (plist-get other :name))) ((and (numberp o-it) (numberp o-other)) (< o-it o-other)) (t nil))))) (setq sections (cons non-matching sections)))) (let* ((--cl-var-- sections) (name nil) (items nil) (--cl-var--) (--cl-var--) (--cl-var--) (--cl-var-- nil)) (while (consp --cl-var--) (setq --cl-var-- (car --cl-var--) --cl-var-- (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) --cl-var-- (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) items (car --cl-var--)) (if items (progn (setq --cl-var-- (cons (org-super-agenda--make-agenda-header name) --cl-var--)) (setq --cl-var-- (nconc (reverse items) --cl-var--)))) (setq --cl-var-- (cdr --cl-var--))) (nreverse --cl-var--)))
  (let ((org-super-agenda-groups (org-super-agenda--transform-groups org-super-agenda-groups))) (let* ((section-name nil) (--cl-var-- org-super-agenda-groups) (filter nil) (custom-section-name nil) (order nil) (auto-section-name nil) (non-matching nil) (matching nil) (--cl-var--) (sections nil)) (while (consp --cl-var--) (setq filter (car --cl-var--)) (setq custom-section-name (plist-get filter :name)) (setq order (or (plist-get filter :order) 0)) (setq --cl-var-- (org-super-agenda--group-dispatch all-items filter) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--)) (if (memql auto-section-name '(:auto-group :auto-category)) (progn (setq section-name (or custom-section-name "Auto category/group")) (setq sections (append sections (let* ((--cl-var-- matching) (group nil) (--cl-var-- nil)) (while (consp --cl-var--) (setq group (car --cl-var--)) (setq --cl-var-- (cons (list :name (plist-get group :name) :items (plist-get group :items) :order order) --cl-var--)) (setq --cl-var-- (cdr --cl-var--))) (nreverse --cl-var--)))) (setq all-items non-matching)) (setq section-name (or custom-section-name auto-section-name)) (setq sections (nconc sections (list (list :name section-name :items matching :order order)))) (setq all-items non-matching)) (setq --cl-var-- (cdr --cl-var--))) (setq non-matching (list :name "Other items" :items non-matching :order org-super-agenda-unmatched-order)) (setq sections (-sort (function (lambda (it other) (let ((o-it (plist-get it :order)) (o-other (plist-get other :order))) (cond ((and (equal o-it o-other) (not (equal o-it 0)) (stringp (plist-get it :name)) (stringp (plist-get other :name))) (string< (plist-get it :name) (plist-get other :name))) ((and (numberp o-it) (numberp o-other)) (< o-it o-other)) (t nil))))) (setq sections (cons non-matching sections)))) (let* ((--cl-var-- sections) (name nil) (items nil) (--cl-var--) (--cl-var--) (--cl-var--) (--cl-var-- nil)) (while (consp --cl-var--) (setq --cl-var-- (car --cl-var--) --cl-var-- (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) --cl-var-- (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) items (car --cl-var--)) (if items (progn (setq --cl-var-- (cons (org-super-agenda--make-agenda-header name) --cl-var--)) (setq --cl-var-- (nconc (reverse items) --cl-var--)))) (setq --cl-var-- (cdr --cl-var--))) (nreverse --cl-var--))))
  (if (and (boundp 'org-super-agenda-groups) org-super-agenda-groups) (let ((org-super-agenda-groups (org-super-agenda--transform-groups org-super-agenda-groups))) (let* ((section-name nil) (--cl-var-- org-super-agenda-groups) (filter nil) (custom-section-name nil) (order nil) (auto-section-name nil) (non-matching nil) (matching nil) (--cl-var--) (sections nil)) (while (consp --cl-var--) (setq filter (car --cl-var--)) (setq custom-section-name (plist-get filter :name)) (setq order (or (plist-get filter :order) 0)) (setq --cl-var-- (org-super-agenda--group-dispatch all-items filter) auto-section-name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) non-matching (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) matching (car --cl-var--)) (if (memql auto-section-name '(:auto-group :auto-category)) (progn (setq section-name (or custom-section-name "Auto category/group")) (setq sections (append sections (let* ((--cl-var-- matching) (group nil) (--cl-var-- nil)) (while (consp --cl-var--) (setq group (car --cl-var--)) (setq --cl-var-- (cons (list :name (plist-get group :name) :items (plist-get group :items) :order order) --cl-var--)) (setq --cl-var-- (cdr --cl-var--))) (nreverse --cl-var--)))) (setq all-items non-matching)) (setq section-name (or custom-section-name auto-section-name)) (setq sections (nconc sections (list (list :name section-name :items matching :order order)))) (setq all-items non-matching)) (setq --cl-var-- (cdr --cl-var--))) (setq non-matching (list :name "Other items" :items non-matching :order org-super-agenda-unmatched-order)) (setq sections (-sort (function (lambda (it other) (let ((o-it (plist-get it :order)) (o-other (plist-get other :order))) (cond ((and (equal o-it o-other) (not (equal o-it 0)) (stringp (plist-get it :name)) (stringp (plist-get other :name))) (string< (plist-get it :name) (plist-get other :name))) ((and (numberp o-it) (numberp o-other)) (< o-it o-other)) (t nil))))) (setq sections (cons non-matching sections)))) (let* ((--cl-var-- sections) (name nil) (items nil) (--cl-var--) (--cl-var--) (--cl-var--) (--cl-var-- nil)) (while (consp --cl-var--) (setq --cl-var-- (car --cl-var--) --cl-var-- (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) name (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) --cl-var-- (car-safe (prog1 --cl-var-- (setq --cl-var-- (cdr --cl-var--)))) items (car --cl-var--)) (if items (progn (setq --cl-var-- (cons (org-super-agenda--make-agenda-header name) --cl-var--)) (setq --cl-var-- (nconc (reverse items) --cl-var--)))) (setq --cl-var-- (cdr --cl-var--))) (nreverse --cl-var--)))) all-items)
  org-super-agenda--group-items((#("               8:00am...... ----------------" 0 2 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 800 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 8:00am...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "08:00") 2 28 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 800 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 8:00am...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "08:00" face org-time-grid) 28 44 (org-heading t org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 800 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 8:00am...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "08:00" face org-time-grid)) #("              10:00am...... ----------------" 0 2 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1000 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time "10:00am...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "10:00") 2 28 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1000 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time "10:00am...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "10:00" face org-time-grid) 28 44 (org-heading t org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1000 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time "10:00am...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "10:00" face org-time-grid)) #("              10:40am...... now - - - - - - - - - - - - - - - - - - - - - - - - -" 0 2 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1040 duration nil breadcrumbs nil txt #("now - - - - - - - - - - - - - - - - - - - - - - - - -" 0 53 (org-heading t)) level "" time "10:40am...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "10:40 ") 2 28 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1040 duration nil breadcrumbs nil txt #("now - - - - - - - - - - - - - - - - - - - - - - - - -" 0 53 (org-heading t)) level "" time "10:40am...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "10:40 " face org-agenda-current-time) 28 81 (org-heading t org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1040 duration nil breadcrumbs nil txt #("now - - - - - - - - - - - - - - - - - - - - - - - - -" 0 53 (org-heading t)) level "" time "10:40am...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "10:40 " face org-agenda-current-time)) #("              12:00pm...... ----------------" 0 2 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1200 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time "12:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "12:00") 2 28 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1200 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time "12:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "12:00" face org-time-grid) 28 44 (org-heading t org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1200 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time "12:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "12:00" face org-time-grid)) #("               2:00pm...... ----------------" 0 2 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1400 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 2:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "14:00") 2 28 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1400 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 2:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "14:00" face org-time-grid) 28 44 (org-heading t org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1400 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 2:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "14:00" face org-time-grid)) #("  Meetings:    2:30pm...... Archna - infostruc" 0 28 (org-category "Meetings" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1430 duration nil breadcrumbs nil txt #("Archna - infostruc" 0 18 (fontified t org-category "Meetings" line-prefix "" wrap-prefix #("* " 0 2 (face org-indent)) face org-level-1 org-heading t)) level " " time " 2:30pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime #("<2018-06-14 Thu 14:30>" 0 21 (fontified t org-category "Meetings" line-prefix #("  " 0 1 (face org-indent)) wrap-prefix #("  " 0 1 (face org-indent) 1 2 (face org-indent)) mouse-face highlight keymap (keymap (C-down-mouse-1 . org-mouse-move-tree-start) (C-drag-mouse-1 . org-mouse-move-tree) (follow-link . mouse-face) (mouse-3) (mouse-2 . org-open-at-mouse)) face org-date) 21 22 (fontified t rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) org-category "Meetings" line-prefix #("  " 0 1 (face org-indent)) wrap-prefix #("  " 0 1 (face org-indent) 1 2 (face org-indent)) mouse-face highlight keymap (keymap (C-down-mouse-1 . org-mouse-move-tree-start) (C-drag-mouse-1 . org-mouse-move-tree) (follow-link . mouse-face) (mouse-3) (mouse-2 . org-open-at-mouse)) face org-date)) face org-agenda-calendar-event org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/Meetings.org" priority 2000 org-marker #<marker (moves after insertion) at 23224 in Meetings.org> org-hd-marker #<marker (moves after insertion) at 23203 in Meetings.org> date (6 14 2018) ts-date 736859 todo-state nil ...) 28 46 (org-heading t face org-agenda-calendar-event org-category "Meetings" fontified t tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1430 duration nil breadcrumbs nil txt #("Archna - infostruc" 0 18 (fontified t org-category "Meetings" line-prefix "" wrap-prefix #("* " 0 2 (face org-indent)) face org-level-1 org-heading t)) level " " time " 2:30pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime #("<2018-06-14 Thu 14:30>" 0 21 (fontified t org-category "Meetings" line-prefix #("  " 0 1 (face org-indent)) wrap-prefix #("  " 0 1 (face org-indent) 1 2 (face org-indent)) mouse-face highlight keymap (keymap (C-down-mouse-1 . org-mouse-move-tree-start) (C-drag-mouse-1 . org-mouse-move-tree) (follow-link . mouse-face) (mouse-3) (mouse-2 . org-open-at-mouse)) face org-date) 21 22 (fontified t rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) org-category "Meetings" line-prefix #("  " 0 1 (face org-indent)) wrap-prefix #("  " 0 1 (face org-indent) 1 2 (face org-indent)) mouse-face highlight keymap (keymap (C-down-mouse-1 . org-mouse-move-tree-start) (C-drag-mouse-1 . org-mouse-move-tree) (follow-link . mouse-face) (mouse-3) (mouse-2 . org-open-at-mouse)) face org-date)) org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/Meetings.org" priority 2000 org-marker #<marker (moves after insertion) at 23224 in Meetings.org> org-hd-marker #<marker (moves after insertion) at 23203 in Meetings.org> date (6 14 2018) ...)) #("               4:00pm...... ----------------" 0 2 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1600 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 4:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "16:00") 2 28 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1600 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 4:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "16:00" face org-time-grid) 28 44 (org-heading t org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1600 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 4:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "16:00" face org-time-grid)) #("               6:00pm...... ----------------" 0 2 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1800 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 6:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "18:00") 2 28 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1800 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 6:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "18:00" face org-time-grid) 28 44 (org-heading t org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 1800 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 6:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "18:00" face org-time-grid)) #("               8:00pm...... ----------------" 0 2 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 2000 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 8:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "20:00") 2 28 (org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 2000 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 8:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "20:00" face org-time-grid) 28 44 (org-heading t org-category "" tags nil org-highest-priority 65 org-lowest-priority 69 time-of-day 2000 duration nil breadcrumbs nil txt #("----------------" 0 16 (org-heading t)) level "" time " 8:00pm...... " extra "" format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime "20:00" face org-time-grid)) #("  ToDo:       Sched. 4x:  TODO [#A] finish John Blackham paper on history of again :ling::" 0 26 (org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] finish John Blackham paper on history of again :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 56 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 56 58 (org-heading t) 58 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "Sched. 4x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 3455 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 3373 in ToDo.org> type "past-scheduled" date 736855 ...) 26 30 (todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 4103 warntime nil ts-date 736855 date 736855 type "past-scheduled" org-hd-marker #<marker (moves after insertion) at 3373 in ToDo.org> org-marker #<marker (moves after insertion) at 3455 in ToDo.org> undone-face org-scheduled-previously help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Sched. 4x: " time "" level "  " txt #("TODO [#A] finish John Blackham paper on history of again :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 56 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 56 58 (org-heading t) 58 62 (inherited t org-heading t) 62 64 (org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] finish John Blackham paper on history of again :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 56 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 56 58 (org-heading t) 58 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "Sched. 4x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 3455 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 3373 in ToDo.org> warntime nil ts-date 736855 priority 4103 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 35 (org-heading t fontified nil face org-scheduled-previously font-lock-fontified t org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] finish John Blackham paper on history of again :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 56 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 56 58 (org-heading t) 58 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "Sched. 4x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 3455 in ToDo.org> ...) 35 82 (org-heading t fontified nil face org-scheduled-previously org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] finish John Blackham paper on history of again :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 56 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 56 58 (org-heading t) 58 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "Sched. 4x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 3455 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 3373 in ToDo.org> ...) 82 84 (org-heading t org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] finish John Blackham paper on history of again :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 56 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 56 58 (org-heading t) 58 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "Sched. 4x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 3455 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 3373 in ToDo.org> type "past-scheduled" ...) 84 88 (org-heading t inherited t org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] finish John Blackham paper on history of again :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 56 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 56 58 (org-heading t) 58 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "Sched. 4x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 3455 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 3373 in ToDo.org> ...) 88 90 (org-heading t org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] finish John Blackham paper on history of again :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 56 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 56 58 (org-heading t) 58 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "Sched. 4x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 3455 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 3373 in ToDo.org> type "past-scheduled" ...)) #("  ToDo:       Sched. 1x:  TODO [#A] Templatic approach to aspectual adverbs :ling::" 0 26 (org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] Templatic approach to aspectual adverbs :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 49 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 49 51 (org-heading t) 51 55 (inherited t org-heading t) 55 57 (org-heading t)) level "  " time "" extra "Sched. 1x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4351 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4269 in ToDo.org> type "past-scheduled" date 736858 ...) 26 30 (todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) org-habit-p nil priority 4100 warntime nil ts-date 736858 date 736858 type "past-scheduled" org-hd-marker #<marker (moves after insertion) at 4269 in ToDo.org> org-marker #<marker (moves after insertion) at 4351 in ToDo.org> undone-face org-scheduled-previously help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "Sched. 1x: " time "" level "  " txt #("TODO [#A] Templatic approach to aspectual adverbs :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 49 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 49 51 (org-heading t) 51 55 (inherited t org-heading t) 55 57 (org-heading t)) breadcrumbs nil duration nil time-of-day nil ...) 30 31 (org-habit-p nil org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] Templatic approach to aspectual adverbs :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 49 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 49 51 (org-heading t) 51 55 (inherited t org-heading t) 55 57 (org-heading t)) level "  " time "" extra "Sched. 1x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 4351 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4269 in ToDo.org> warntime nil ts-date 736858 priority 4100 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 35 (org-heading t fontified nil face org-scheduled-previously font-lock-fontified t org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] Templatic approach to aspectual adverbs :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 49 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 49 51 (org-heading t) 51 55 (inherited t org-heading t) 55 57 (org-heading t)) level "  " time "" extra "Sched. 1x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 4351 in ToDo.org> ...) 35 75 (org-heading t fontified nil face org-scheduled-previously org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] Templatic approach to aspectual adverbs :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 49 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 49 51 (org-heading t) 51 55 (inherited t org-heading t) 55 57 (org-heading t)) level "  " time "" extra "Sched. 1x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously org-marker #<marker (moves after insertion) at 4351 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4269 in ToDo.org> ...) 75 77 (org-heading t org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] Templatic approach to aspectual adverbs :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 49 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 49 51 (org-heading t) 51 55 (inherited t org-heading t) 55 57 (org-heading t)) level "  " time "" extra "Sched. 1x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4351 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4269 in ToDo.org> type "past-scheduled" ...) 77 81 (org-heading t inherited t org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] Templatic approach to aspectual adverbs :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 49 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 49 51 (org-heading t) 51 55 (inherited t org-heading t) 55 57 (org-heading t)) level "  " time "" extra "Sched. 1x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4351 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4269 in ToDo.org> ...) 81 83 (org-heading t org-category "ToDo" tags (#("ling" 0 4 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] Templatic approach to aspectual adverbs :ling::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 49 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 49 51 (org-heading t) 51 55 (inherited t org-heading t) 55 57 (org-heading t)) level "  " time "" extra "Sched. 1x: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" done-face org-agenda-done mouse-face highlight help-echo "mouse-2 or RET jump to Org file ~/Documents/Org/ToDo.org" undone-face org-scheduled-previously face org-scheduled-previously org-marker #<marker (moves after insertion) at 4351 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 4269 in ToDo.org> type "past-scheduled" ...)) #("  ToDo:       In   1 d.:  TODO [#A] write out 1-page 5-year research plan for Scott :uni::" 0 26 (org-category "ToDo" tags (#("uni" 0 3 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] write out 1-page 5-year research plan for Scott :uni::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 57 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 57 59 (org-heading t) 59 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "In   1 d.: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 241 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 159 in ToDo.org> warntime nil ts-date 736860 priority 3999 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) type "upcoming-deadline" ...) 26 30 (done-face org-agenda-done undone-face org-upcoming-deadline date (6 14 2018) type "upcoming-deadline" todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) priority 3999 ts-date 736860 warntime nil org-hd-marker #<marker (moves after insertion) at 159 in ToDo.org> org-marker #<marker (moves after insertion) at 241 in ToDo.org> help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" mouse-face highlight dotime nil format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) extra "In   1 d.: " time "" level "  " txt #("TODO [#A] write out 1-page 5-year research plan for Scott :uni::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 57 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 57 59 (org-heading t) 59 62 (inherited t org-heading t) 62 64 (org-heading t)) breadcrumbs nil duration nil time-of-day nil org-lowest-priority 69 ...) 30 31 (org-habit-p nil org-category "ToDo" tags (#("uni" 0 3 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] write out 1-page 5-year research plan for Scott :uni::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 57 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 57 59 (org-heading t) 59 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "In   1 d.: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 241 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 159 in ToDo.org> warntime nil ts-date 736860 priority 3999 todo-state #("TODO" 0 4 (fontified nil face org-todo org-category "ToDo" line-prefix #("*" 0 1 (face org-indent)) wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)))) ...) 31 35 (org-heading t fontified nil face org-upcoming-deadline font-lock-fontified t org-category "ToDo" tags (#("uni" 0 3 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] write out 1-page 5-year research plan for Scott :uni::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 57 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 57 59 (org-heading t) 59 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "In   1 d.: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 241 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 159 in ToDo.org> warntime nil ...) 35 83 (org-heading t fontified nil face org-upcoming-deadline org-category "ToDo" tags (#("uni" 0 3 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] write out 1-page 5-year research plan for Scott :uni::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fontified nil org-heading t) 9 57 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 57 59 (org-heading t) 59 62 (inherited t org-heading t) 62 64 (org-heading t)) level "  " time "" extra "In   1 d.: " format (((org-prefix-has-time t) (org-prefix-has-tag nil) (org-prefix-category-length 12) (org-prefix-has-effort nil) (org-prefix-has-breadcrumbs nil)) (format " %s %s%s%s" (format "%s" (if (or (equal category-icon "") (equal category-icon nil)) "" (concat category-icon "" (get-text-property 0 ... category-icon)))) (format "%-12s" (if (or (equal category "") (equal category nil)) "" (concat category ":" (get-text-property 0 ... category)))) (if (or (equal "" time) (equal nil time)) "" (format "%-12s" (concat time ""))) (format "%s" (if (or (equal extra "") (equal extra nil)) "" (concat extra " " (get-text-property 0 ... extra)))))) dotime nil mouse-face highlight org-not-done-regexp "\\(STARTED\\|TODO\\|WAITING\\)" org-todo-regexp "\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)" org-complex-heading-regexp "^\\(\\*+\\)\\(?: +\\(CANCELLED\\|D\\(?:EFERRED\\|ONE\\)\\|STARTED\\|TODO\\|WAITING\\)\\)?\\(?: +\\(\\[#.\\]\\)\\)?\\(?: +\\(.*?\\)\\)??\\(?:[ \011]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ \011]*$" help-echo "mouse-2 or RET jump to org file ~/Documents/Org/ToDo.org" org-marker #<marker (moves after insertion) at 241 in ToDo.org> org-hd-marker #<marker (moves after insertion) at 159 in ToDo.org> warntime nil ts-date 736860 ...) 83 85 (org-heading t org-category "ToDo" tags (#("uni" 0 3 (inherited t))) org-highest-priority 65 org-lowest-priority 69 time-of-day nil duration nil breadcrumbs nil txt #("TODO [#A] write out 1-page 5-year research plan for Scott :uni::" 0 4 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-todo fontified nil org-heading t) 4 5 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" face org-level-2 fontified nil org-heading t) 5 9 (wrap-prefix #("*** " 0 1 (face org-indent) 1 4 (face org-indent)) line-prefix #("*" 0 1 (face org-indent)) org-category "ToDo" font-lock-fontified t face org-priority fon

from org-super-agenda.

alphapapa avatar alphapapa commented on May 28, 2024

I don't know why this is happening. There were some when-let changes in Emacs 26, but I tested this on Emacs 26 and it works fine:

(when-let ((item-effort 1))
  (<= item-effort 1))

And that's the same form that's giving the (wrong-number-of-arguments when-let 1) error.

I also did this in Emacs 26:

  1. eval-buffer on the current org-super-agenda.el file
  2. Eval:
(let ((org-super-agenda-groups
       '((:effort< "A"))))
  (org-agenda))

And it worked fine, opened the agenda, and gave no errors.

I also ran emacs-lisp-byte-compile-and-load on the file in Emacs 26 and did not get any when-let errors.

My best guess is that it's being caused by "stale" .elc files in your elpa directory, which seems to happen sometimes for no apparent reason. So I would recommend deleting the package and reinstalling it.

If that doesn't fix it, please try to reproduce it with emacs -q.

from org-super-agenda.

emacsomancer avatar emacsomancer commented on May 28, 2024

You're right - with emacs -q and a very minimal config including org-super-agenda, I can get it to work on the problematic machine.

This is perplexing: my two machines share the same config. I wonder if starting with a fresh elpa directory is the way to go.

from org-super-agenda.

alphapapa avatar alphapapa commented on May 28, 2024

LOL, well, it could be much worse, see e.g. skeeto/elfeed#279, which seriously confounded me for a while, and caused me to waste a lot of Chris's time (he's very gracious).

As a first step, you could just do something like find ~/.emacs.d/elpa -iname "*.elc" -delete and see if that fixes it. Of course, that would mean throwing away all of the byte-compiled files, which would make Emacs load more slowly, but at least it would narrow it down to being old .elc files.

And if that doesn't fix it, then I guess you can go spelunking more deeply, haha. Actually, as a first step, try this: C-h f when-let RET, and see which file the definition of when-let is coming from. Maybe it's a weird problem similar to the one I had above.

from org-super-agenda.

emacsomancer avatar emacsomancer commented on May 28, 2024

After lots of poking around and deleting of files, I remembered that the error (the one I give part of above) had lots of cl- stuff in it, and C-h f when-let RET (as you suggest) pointed at slime.el, so I tried disabling slime and now org-super-agenda is working again! (hoorah!), but now I have to figure out what's wrong with slime.....

Thanks for your help, and apologies for the red herrings.

from org-super-agenda.

alphapapa avatar alphapapa commented on May 28, 2024

That's interesting, I checked both copies of slime.el on my system (one from MELPA and one from Quicklisp), and neither has when-let in it. I'm curious! Let me know when you figure it out. :)

Thanks for your help, and apologies for the red herrings.

Considering that I literally just did the same thing to Chris (and to a much worse degree, considering all the trouble he went to trying to diagnose it), I can't complain. :)

from org-super-agenda.

emacsomancer avatar emacsomancer commented on May 28, 2024

I had an old slime directory. I got rid of that and got a proper updated slime and it works. Maybe an earlier version of slime redefines when-let (it seems it must have done, given what C-h f when-let RET revealed before; now I can see when-let is defined by subr-x.el.gz).

In any case, I'm going to try to work on my org-super-agenda config and see if I can't contribute at least some examples back in way of recompense.....

from org-super-agenda.

alphapapa avatar alphapapa commented on May 28, 2024

Glad you got it working!

In any case, I'm going to try to work on my org-super-agenda config and see if I can't contribute at least some examples back in way of recompense.....

You owe me nothing, but that would be awesome! :)

from org-super-agenda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.