Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org-journal-carryover-items for items except "DONE" but deleted entries instead #393

Open
baogiadoan opened this issue Jun 8, 2022 · 3 comments

Comments

@baogiadoan
Copy link

Describe the bug
I tried with the config (setq org-journal-carryover-items "-TODO=\"DONE\"") to move all items except "DONE" to be carried to the new date. However if I config that way everytime I create new entry it will somehow mess up with the current-date entries and delete the headings of the current date.

To Reproduce
Steps to reproduce the behavior:
Set this in the config:
(setq org-journal-carryover-items "-TODO=\"DONE\"")
and initiate org-journal-new-entry

Expected behavior
All items except "DONE" will be carried to next date.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Manjaro Linux x86_64
  • Emacs Version: 28.1

Your Emacs Configuration
The part relevant to org-journal.

(use-package! org-journal
    :ensure t
    :defer t
    :init
    :config
    (setq org-journal-dir "~/ownCloud/org/journal/"
          org-journal-file-format "%Y.org"
          org-journal-file-type 'yearly
          org-journal-enable-agenda-integration t
          org-journal-date-format "%A, %d/%m/%y"
          org-journal-carryover-items "-TODO=\"DONE\"" ;; set carry over exclude DONE
     ))

@bastibe
Copy link
Owner

bastibe commented Jun 21, 2022

Could you give an example of how things get "messed up"?

@baogiadoan
Copy link
Author

baogiadoan commented Jun 21, 2022 via email

@bastibe
Copy link
Owner

bastibe commented Jun 21, 2022

Could you paste an example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants