emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] open at category bug?


From: Richard G Riley
Subject: [Orgmode] open at category bug?
Date: Wed, 19 Mar 2008 16:24:40 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Version 5.23a

When I try to open at a certain category

C-u C-M-r (prefix org-remember)

then I get

,----
| Select template: [t] [n] [f] [l] [d] [e] [v] [R] [b] [s] [w] [r] [j] [L] [x]
| org-go-to-remember-target: Target headline not found: Emacs
`----

the first time IF I havent brought up the agenda first - my files are in
non default locations. If I bring up the agenda first then there are no
problems.

,----
|  (setq org-agenda-files (quote ("~/.emacs.d/.org-files")))
|  (setq org-default-notes-file "~/.emacs.d/.org-files/notes.org")

*snip*

| 
|  (setq org-remember-templates
|    (quote (
|          (?t "* TODO %?\n  %u\n %i\n %a\n" "todo.org" "Tasks")
|            (?n "* %U %?" "notes.org" "Notes")
|            (?f "* %U %^{Title}\n %i\n %a\n" "todo.org" "FaceBook")
|            (?l "* %U %^{Title}\n %i\n %a\n" "todo.org" "Linux")
|            (?d "* %U %^{Title}\n %i\n %a\n" "todo.org" "Debian")
|            (?e "* %U %^{Title}\n %i\n %a\n" "todo.org" "Emacs")
|            (?v "* %U %^{Title}\n %i\n %a\n" "vocab.org" "Vocab")
|            (?R "* %U %^{Title}\n %i\n %a\n" "register.org" "Register")
|            (?b "* %U %^{Title}\n %i\n %a\n" "blog.org" "Blog")
|            (?w "* %U %^{Title}\n %i\n %a\n" "webs.org" "Webs")
|            (?r "* %U %^{Title}\n %i\n %a\n" "todo.org" "Remember")
|          (?j "* %U %^{Title}\n %i\n %a\n" "todo.org" "Journal")
|          (?L "* %U %^{Title}\n %i\n %a\n" "todo.org" "Links")
|          (?x "* %^{Title}\n %i\n %a\n" "todo.org" "Links")
|          )
|         )
|    )
| 
| (add-hook 'remember-mode-hook 'org-remember-apply-template)
|  (define-key global-map [(control meta ?r)] 'org-remember)
`----








reply via email to

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