emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alexander <alejck@gmail.com>
To: emacs-orgmode@gnu.org
Subject: org-mode remember and plain text backend
Date: Wed, 1 Apr 2009 17:40:31 -0400	[thread overview]
Message-ID: <2e177a690904011440j1a1aacf7g9bf03d9339b6c700@mail.gmail.com> (raw)

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	other threads:[~2009-04-01 21:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-01 21:40 Alexander [this message]
2009-04-02  7:17 ` org-mode remember and plain text backend Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2e177a690904011440j1a1aacf7g9bf03d9339b6c700@mail.gmail.com \
    --to=alejck@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).