emacs/var/elfeed/db/data/61/6178874d8228bc4c96ae23ac3dd3d52a9028b246
2022-01-03 12:49:32 -06:00

1 line
1.7 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I&#39;m trying to make a custom org-mode agenda view that shows not only all tasks in the waiting state, but also the message I entered when changing state. Relevant Lisp from init.el:</p> <pre><code>(setq org-agenda-custom-commands &#39;((&quot;c&quot; &quot;My custom agenda&quot; ((todo &quot;WAITING|HOLD&quot; ((org-agenda-overriding-header &quot;Waiting and postponed tasks&quot;) (org-agenda-sorting-strategy &#39;(category-keep))))))) org-log-into-drawers &quot;LOGBOOK&quot; org-todo-keywords &#39;((sequence &quot;TODO(t)&quot; &quot;WORK(w)&quot; &quot;|&quot; &quot;DONE(d)&quot;) (sequence &quot;HOLD(h@/!)&quot; &quot;WAITING(W@/!)&quot; &quot;|&quot; &quot;CANCELLED(c@/!)&quot;))) </code></pre> <p>Example snippet from job.org:</p> <pre><code>* WAITING Replace failing 2TB drive in Wrath :LOGBOOK: - State &quot;WAITING&quot; from &quot;TODO&quot; [2021-11-30 Tue 13:33] \\ Spare parts ordered :END: </code></pre> <p>How it looks now:</p> <pre><code>Waiting and postponed tasks job: WAITING Replace failing 2TB drive in Wrath </code></pre> <p>What I want:</p> <pre><code>Waiting and postponed tasks job: WAITING Replace failing 2TB drive in Wrath Spare parts ordered </code></pre> <p>Anyone done anything similar before, or have any pointers for how I can achieve something similar?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/ThatSwedishBastard"> /u/ThatSwedishBastard </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r5vvwt/orgmode_and_custom_agenda_troubles/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r5vvwt/orgmode_and_custom_agenda_troubles/">[comments]</a></span>