emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Error message when running remember - byte-code: Before fi


From: dericbytes
Subject: [Orgmode] Re: Error message when running remember - byte-code: Before first headline at position 363 in buffer *Remember*
Date: Thu, 9 Apr 2009 15:44:00 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Deric Bytes <dericbytes <at> gmail.com> writes:

> 
> I was hoping to add a top-level heading to my file. I changed
> 
>   (setq org-remember-templates
>       '(("* Task" ?t "%^{Task status|TODO|STARTED|SUBTASK} %^{Brief
> Description} %^G\n %^{subject}p  %^{other-subjects}p
> %^{sub-subjects}p  %^{keywords}p %?\nCalled from: %a\nAdded: %U"
> "~/notes/notes-log-090410.org"))
> 
>  to this  ( subsituted '* Task'  for 'Task' )
> 
>   (setq org-remember-templates
>       '(("Task" ?t "%^{Task status|TODO|STARTED|SUBTASK} %^{Brief
> Description} %^G\n %^{subject}p  %^{other-subjects}p
> %^{sub-subjects}p  %^{keywords}p %?\nCalled from: %a\nAdded: %U"
> "~/notes/notes-log-090410.org"))
> 
>  i did this because it was adding double stars.
> 
> I got the following error message when adding properties to my template
> 
> byte-code: Before first headline at position 363 in buffer *Remember*
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode <at> gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 
> 


 Just in case I confused someone. Here was the code that worked originally. ( I
made a typo )

   (setq org-remember-templates
       '(("Task" ?t "* %^{Task status|TODO|STARTED|SUBTASK} %^{Brief
 Description} %^G\n %^{subject}p  %^{other-subjects}p
 %^{sub-subjects}p  %^{keywords}p %?\nCalled from: %a\nAdded: %U"
 "~/notes/notes-log-090410.org"))







reply via email to

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