orgzly / orgzly-android

Outliner for taking notes and managing to-do lists
https://www.orgzly.com
GNU General Public License v3.0
2.7k stars 304 forks source link

No configuration option to disable CLOSED: <date> for DONE items ? #370

Open sokolgeo opened 6 years ago

sokolgeo commented 6 years ago

Hello!

I'm running Orgzly 1.6.8 from F-Droid: https://f-droid.org/packages/com.orgzly/ on Galaxy Tab 2 7.0 (P3110) tablet under Replicant 6.0 0003 https://redmine.replicant.us/projects/replicant/wiki/GalaxyTab270P31xx

When I set a task to DONE status, there is CLOSED metadata field being automatically added to the task. This CLOSED metadata field contains date and time when the task was set to DONE state.

I strongly believe there was configuration option in Orgzly to enable/disable this behavior. But now I could find nothing in Orgzly configuration and in Orgzly code - it seems like CLOSED metadata field is filled in every time task is set to DONE?

Could you please help - is there a way to disable filling in CLOSED metadata field for tasks set to DONE status?

Thank you!

George

busimus commented 5 years ago

I would also like this option. I want to use Orgzly in tandem with a regular text editor on desktop and having a CLOSED line (with an "optional" new line) after every DONE item really clutters up the file and makes long lists look broken up. All this for not much benefit.

in-in commented 5 years ago

Really annoying option when opening files on the desktop

8dcc commented 1 year ago

Hope they add this, doesn't look very hard to do. In the meantime, here is a simple regex for removing it.

:%s/CLOSED: \[\d{4}-\d{2}-\d{2} \w+ \d{2}:\d{2}\] //g