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

Support for org-log-states-order-reversed nil #1020

Open
BartG95 opened this issue Dec 26, 2022 · 0 comments
Open

Support for org-log-states-order-reversed nil #1020

BartG95 opened this issue Dec 26, 2022 · 0 comments

Comments

@BartG95
Copy link

BartG95 commented Dec 26, 2022

As documented in the org-mode source code:

(defcustom org-log-states-order-reversed t
  "Non-nil means the latest state note will be directly after heading.
When nil, the state change notes will be ordered according to time.

This option can also be set with on a per-file-basis with

   #+STARTUP: logstatesreversed
   #+STARTUP: nologstatesreversed"
  :group 'org-todo
  :group 'org-progress
  :type 'boolean)

It would be nice to have an equivalent, app-wide, setting in Orgzly.

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

No branches or pull requests

1 participant