Re: [Orgmode] Error message when running remember - byte-code: Before first headline at position 363 in buffer *Remember*

2009-04-12 Thread Carsten Dominik


On Apr 9, 2009, at 3:37 PM, Deric Bytes wrote:


I was hoping to add a top-level heading to my file. I changed


Set the headline field in the template to 'top or 'bottom to get top- 
level headlines and the beginning or end of the file, respectively.


- Carsten




 (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@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Error message when running remember - byte-code: Before first headline at position 363 in buffer *Remember*

2009-04-09 Thread Deric Bytes
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@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode