From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-mode remember and plain text backend Date: Thu, 2 Apr 2009 09:17:40 +0200 Message-ID: <897C4FD2-70E6-4083-9C4B-1C60BECD981F@gmail.com> References: <2e177a690904011440j1a1aacf7g9bf03d9339b6c700@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpHih-0004ef-AS for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 03:52:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpHia-0004cT-Fz for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 03:52:12 -0400 Received: from [199.232.76.173] (port=37210 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpHia-0004cN-B1 for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 03:52:08 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:49815) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpHiZ-0005AD-St for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 03:52:08 -0400 Received: by ey-out-1920.google.com with SMTP id 13so77055eye.24 for ; Thu, 02 Apr 2009 00:52:07 -0700 (PDT) In-Reply-To: <2e177a690904011440j1a1aacf7g9bf03d9339b6c700@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alexander Cc: emacs-orgmode@gnu.org On Apr 1, 2009, at 11:40 PM, Alexander wrote: > 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. This was part of James TD Smith's plan for rewriting the org/remember code, but I do not know what the status of this is. Currently, org/remember can only write to Org files. What you could do is write your own remember handler and make sure that it is in the hook before org-remember-handler. - Carsten > > 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 > > > _______________________________________________ > 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