Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filename from org-remember-templates is ignored #2

Closed
ysae opened this issue Apr 30, 2011 · 1 comment
Closed

filename from org-remember-templates is ignored #2

ysae opened this issue Apr 30, 2011 · 1 comment

Comments

@ysae
Copy link

ysae commented Apr 30, 2011

File: https://github.com/alexott/emacs-configs/blob/master/rc/emacs-rc-org-mode.el#L77

(setq org-remember-templates
      '(
        ("Todo" ?t "* TODO %?\n %i\n %a" (concat org-directory "/TODO.org") "Tasks")
        ))

Filename TODO.org ignored in template selection (C-r) while using 'concat' in filename construction.
Data will be stored in the org-default-notes-file (notes.org).

But it's OK for string with explicit filename:

(setq org-remember-templates
      '(
        ("Todo" ?t "* TODO %?\n %i\n %a" ""~/projects/OrgMode/TODO.org" "Tasks")
        ))

emacs23.2, org-mode7.5

@alexott
Copy link
Owner

alexott commented May 1, 2011

Ok, thanks. I remember that it worked for me long time ago, but I don't use this functionality very often.

@alexott alexott closed this as completed May 1, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants