emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Help for inserting tagged entries into capture template


From: steen
Subject: [O] Help for inserting tagged entries into capture template
Date: Wed, 4 Jul 2018 18:41:11 -0700

I think this is best explained withe the actual use case.

I have a template file for a custom capture, that looks like this:

**** Daily Plan %T
    + [ ] The 3 most important tasks [/]
      - [ ] %^{1st Priority}
      - [ ] %^{2nd Priority}
      - [ ] %^{3rd Priority}

I would like it to look like this (but functional)

**** Daily Plan %T
    + [ ] The 3 most important tasks [/]
      - [ ] %^{1st Priority}
      - [ ] %^{2nd Priority}
      - [ ] %^{3rd Priority}
    + [ ] Ongoing Things
      - ( code to find any headlines tagged with :ongoing: ) 

I see from the template expansion page that I can put %(sexp) into a template, but I have no idea what that code should look like. I'm assuming an agenda search would be the most efficient? 

Any suggestions on how this could be done?

Cheers,
-- Steen

reply via email to

[Prev in Thread] Current Thread [Next in Thread]