Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to sort/search by property value in emacs orgmode and/or agenda view?

Tags:

emacs

org-mode

I have org-mode TODO items and I am using property to enter the entry-date via org-capture-templates. This is date of entry and not scheduled date. I have...

:PROPERTIES: :Entered: [2015-08-12 Wed 17:07] :END: Now I need to search all the item that were entered on or after certain dates. I can also use the sorting by entry timestamp.
Thanks.

like image 396
aartist Avatar asked Oct 30 '22 21:10

aartist


1 Answers

I suggest using org-sparse-tree (C-c /). It won't work with timestamps in a property, but you can put timestamps in the headline or on the line below and org-sparse-tree will find it.

like image 144
bzg Avatar answered Nov 15 '22 05:11

bzg