1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
<!-- 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 don’t get added to the existing file.</p> <p>​</p> <p>How do I fix this?</p> <p>​</p> <p>Doom emacs </p> <p>​</p> <pre><code>(org +journal +pretty) ;; init.el ;; config.el (use-package org-journal :defer t :custom (org-journal-dir "~/Documents/org/journal/") :config (setq org-journal-enable-agenda-integration t org-journal-file-format "%F" org-journal-carryover-items "-TODO=\"DONE\"")) </code></pre> </div><!-- SC_ON -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/emacs/comments/r8121a/configuring_orgjournal_and_orgagenda_to_carryover/">[comments]</a></span> |