Hacker News new | ask | show | jobs
by nanna 1721 days ago
Archiving declutters my org files. I could delete things, but archiving saves me from screwing up, and it's basically for free.

No need to use drawers or properties necessarily. I've got into Properties mostly through realising the incredible power of org-columns, which can turn an org file into something like a spreadsheet at the drop of a C-c C-x C-c. If I'm trying to keep track on the status of a big project, that can be really handy, showing the status of each entry, effort estimates, time spent on them, and really whatever else. (I use this to produce Gantt charts with org-taskjuggler.) And then a C-c C-c and you're back in a plain-old org text file.

But just use what you need.

2 comments

> archiving saves me from screwing up

Does it? How do you restore from an org-mode archive? To this day I haven't figured that out.

Not sure tbh. I've done it manually. Maybe some kind of refile?
Check out https://github.com/jplindstrom/emacs-org-transform-tree-tabl... if you want to turn the org tree with the properties into a CSV file so you can collaborate with your non-nerd colleagues.