emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] org-mode remember and plain text backend


From: Alexander
Subject: [Orgmode] org-mode remember and plain text backend
Date: Wed, 1 Apr 2009 17:40:31 -0400

Hi,

Thanks for org-mode. I've tried any number of organization tools and
org-mode just might be the one...

I just switched to emacs (because of org-mode) from another well-known
editor, and I'm trying to take baby steps. What I would like to be
able to do is to have a remember template that allows me to write a
remind reminder to my reminders file.

I realize that there is a script to translate org-mode to remind, and
that there is an emacs-based solution, but for now I just want to be
able to quickly write to my remind file. I've figured out that there
are different backends to remember, but can I use these with
org-remember?

I can't get the org-remember template to write to a non-org-mode file.

these are my settings:

;; For remember
(org-remember-insinuate)
(setq org-directory "~/start/admin/org/")
(setq org-default-notes-file (concat org-directory "/tasks.org"))
(define-key global-map "\C-\M-r" 'org-remember)

(setq org-remember-templates
      '(("Task" ?t "* TODO %? %i\n" nil "Tasks")
        ("Idea" ?i "* %^{Title}\n %i\n %t" "ideas.org" "Ideas")
        ("Reading" ?r "* TODO %? %i\n %a" "readings.org" "Readings")
        ("Reminder" ?m "REM %^t AT %^{Time} DURATION %^{Duration} MSG %i\n"
"~/start/code/dotfiles/.reminders")
))


Best regards,

Alexander




reply via email to

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