emacs/var/elfeed/db/data/e9/e98b7c7775105baf38244c812dbea76078765dcc
2022-01-03 12:49:32 -06:00

1 line
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- SC_OFF --><div class="md"><p>having trouble with org-journal and org-agenda - </p> <p>I configured org-journal-carryover-items to carry over all except those marked DONE . This carryover happens at file-creation time for the next day. </p> <p>If I schedule something in an org-journal entry for a date in the future, the file is created. But there are no carryover items at the time. </p> <p>When items do carry over, the file is already created, so they dont get added to the existing file.</p> <p>&#x200B;</p> <p>How do I fix this?</p> <p>&#x200B;</p> <p>Doom emacs </p> <p>&#x200B;</p> <pre><code>(org +journal +pretty) ;; init.el ;; config.el (use-package org-journal :defer t :custom (org-journal-dir &quot;~/Documents/org/journal/&quot;) :config (setq org-journal-enable-agenda-integration t org-journal-file-format &quot;%F&quot; org-journal-carryover-items &quot;-TODO=\&quot;DONE\&quot;&quot;)) </code></pre> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/PigsDogsAndSheep"> /u/PigsDogsAndSheep </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r8121a/configuring_orgjournal_and_orgagenda_to_carryover/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r8121a/configuring_orgjournal_and_orgagenda_to_carryover/">[comments]</a></span>