this post was submitted on 27 Nov 2023
2 points (100.0% liked)

Emacs

313 readers
2 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

this is my current config for agenda

          (agenda ""
                  ((org-agenda-skip-function
                    '(org-agenda-skip-entry-if 'deadline)
                    )
                   (org-agenda-skip-function
                    '(org-agenda-skip-entry-if 'regexp "\\* DAILY")
                    )
                   (org-agenda-prefix-format " %i  %-12:c [%-2e] %?-12t% s")
                   (org-deadline-warning-days 0)
                   (org-agenda-start-day "0d")
                   (org-agenda-span 'day)
                   ))

there is empty agenda heading every 2 hours (8:00, 10:00, 12:00, etc until 20:00)

https://preview.redd.it/80euw3opiu2c1.png?width=1508&format=png&auto=webp&s=16c09d47b7efbeb44f67cf05d71d4582ade8a6ef

you are viewing a single comment's thread
view the rest of the comments
[–] anton-rs@alien.top 1 points 1 year ago