Re: [O] Capture template creates multiple property drawers, help needed

2016-10-01 Thread Xebar Saram
i had an idea of using lisp to solve the header issue like with %(org-insert-heading) , but that dosent seem do to anything. here is the code: (add-to-list 'org-capture-templates '("uu" "resturant" entry (file+headline "/home/zeltak/org/f

Re: [O] Capture template creates multiple property drawers, help needed

2016-10-01 Thread Xebar Saram
thx phil i now remember why i indented the sub headers. i use a init.el file thats an org file (that is i tangle my setting.org) into settings.el at startup thus the above capture you kindly shared: #+BEGIN_SRC emacs-lisp :results none ** TODO Finalize %?%^{item} SCHEDULED: <%(my-next-

Re: [O] Capture template creates multiple property drawers, help needed

2016-10-01 Thread Philip Hudson
Your target location defines how many stars you need at the top-level of your capture template. Each successive level of sub-heading then starts on its own line with one more leading star, just the same as anywhere else in org-mode. I use a certain capture template for a type of task with required

Re: [O] Capture template creates multiple property drawers, help needed

2016-10-01 Thread Xebar Saram
got it thx Phillip, appreciate it! in a related continued issue, how does one define a sub header in the capture that will translate correctly to a lower level header than the main orc capture? i have tried both this inside a capture: %^{prompt|*** Ingredients} and also just using 2 stars *

Re: [O] Capture template creates multiple property drawers, help needed

2016-10-01 Thread Philip Hudson
You need to put the timestamp (%u) /after/ the drawer in the template. On 01/10/2016, Xebar Saram wrote: > Hi all > > so i have this useful to me capture template > > (add-to-list 'org-capture-templates >'("un" "resturant" > entry > (fi

[O] Capture template creates multiple property drawers, help needed

2016-10-01 Thread Xebar Saram
Hi all so i have this useful to me capture template (add-to-list 'org-capture-templates '("un" "resturant" entry (file+headline "/home/zeltak/org/files/agenda/travel.org" "NYC") "* TOVISIT %^{Description} %u :PROPERTIES: