emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Error when invoking remember before the first header of org file
@ 2009-10-01 10:40 PT
  2009-10-01 11:14 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: PT @ 2009-10-01 10:40 UTC (permalink / raw)
  To: emacs-orgmode

I have remember set up, so that new notes always go to a certain org 
file under a certain header:


(setq org-default-notes-file (concat org-directory "/todo.org"))
(setq org-remember-default-headline "capture")
(setq org-remember-templates
      '(("Todo" ?t "* TODO %?")))


It works well, but if I'm at the beginning of an org file, before the 
first header then M-x org-remember bails out with an error.

Is it a bug? Why does it care where I'm standing in the file?

Org-mode version 6.30:

Debugger entered--Lisp error: (error "Before first headline at position 1 
in buffer work.org")
  signal(error ("Before first headline at position 1 in buffer work.org"))
  error("Before first headline at position %d in buffer %s" 
1 #<buffer work.org>)
  byte-code("  `p# " [error "Before first headline at position %d 
in buffer %s"] 4)
  org-back-to-heading(t)
  org-heading-components()
  org-store-link(nil)
  org-remember-annotation()
  run-hook-with-args-until-success(org-remember-annotation)
  remember(nil)
  org-do-remember()
  org-remember(nil)
  call-interactively(org-remember t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Error when invoking remember before the first header of org file
  2009-10-01 10:40 Error when invoking remember before the first header of org file PT
@ 2009-10-01 11:14 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-10-01 11:14 UTC (permalink / raw)
  To: PT; +Cc: emacs-orgmode

Hi PT,

please always try the latest version before reporting a bug.  The
bug might be fixed already.  This particular bug was fixed on  
September 4th.

http://repo.or.cz/w/org-mode.git?a=commit;h=206660bc8c02e5025d5f43cd3e5fb36c2fe0c8f3

- Carsten

On Oct 1, 2009, at 12:40 PM, PT wrote:

> I have remember set up, so that new notes always go to a certain org
> file under a certain header:
>
>
> (setq org-default-notes-file (concat org-directory "/todo.org"))
> (setq org-remember-default-headline "capture")
> (setq org-remember-templates
>      '(("Todo" ?t "* TODO %?")))
>
>
> It works well, but if I'm at the beginning of an org file, before the
> first header then M-x org-remember bails out with an error.
>
> Is it a bug? Why does it care where I'm standing in the file?
>
> Org-mode version 6.30:
>
> Debugger entered--Lisp error: (error "Before first headline at  
> position 1
> in buffer work.org")
>  signal(error ("Before first headline at position 1 in buffer  
> work.org"))
>  error("Before first headline at position %d in buffer %s"
> 1 #<buffer work.org>)
>  byte-code("  `p# " [error "Before first headline at position %d
> in buffer %s"] 4)
>  org-back-to-heading(t)
>  org-heading-components()
>  org-store-link(nil)
>  org-remember-annotation()
>  run-hook-with-args-until-success(org-remember-annotation)
>  remember(nil)
>  org-do-remember()
>  org-remember(nil)
>  call-interactively(org-remember t nil)
>  execute-extended-command(nil)
>  call-interactively(execute-extended-command nil nil)
>
>
>
>
>
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-01 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-01 10:40 Error when invoking remember before the first header of org file PT
2009-10-01 11:14 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).