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-extend-today-until should not be respected in dailies #2412

Open
larrasket opened this issue Feb 3, 2024 · 0 comments
Open

org-extend-today-until should not be respected in dailies #2412

larrasket opened this issue Feb 3, 2024 · 0 comments

Comments

@larrasket
Copy link

Steps to Reproduce

  1. Have your dailies template like:
(setq org-roam-dailies-capture-templates      '(("d" "default" entry "* %<%H:%M> \n %?"
                                                   :if-new
                                                   (file+head "%<%Y-%m-%d>.org.gpg"
                                                              "#+title: %^{daily-title}\n#+DATE: <%<%Y-%m-%d>>\n#+FILETAGS: journal\n- tags :: [[roam:Journaling]] \n")
                                                   :unnarrowed t)))
  1. capture a node for today at 04:00 at morning
  2. you will get a heading (as a result of evaluating * %<%H:%M> \n ) like: "* 23:59"

The expected is to have "* 04:00" or whatever the exact time is.

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

1 participant