emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: can't get org-mode/remember integration working right


From: Daniel Goldin
Subject: Re: [Orgmode] Re: can't get org-mode/remember integration working right
Date: Sat, 12 Apr 2008 00:59:47 -0700

These are all the configs I have for org and remember. Your help is greatly appreciated.

d.

(require 'org)
(require 'remember)

(setq org-directory "~/orgfiles/")
(setq org-default-notes-file "~/.notes")
(setq org-return-follows-link t)
(setq org-agenda-ndays 31)
(setq org-agenda-show-all-dates t)
(setq org-reverse-note-order t)
(setq org-fontify-done-headline t)
(setq org-log-done t)
(setq org-deadline-warning-days 14)
(setq org-agenda-skip-deadline-if-done t)
(setq org-agenda-skip-scheduled-if-done t)

(setq remember-annotation-functions '(org-remember-annotation))
(setq remember-handler-functions '(org-remember-handler))
(add-hook 'remember-mode-hook 'org-remember-apply-template)
(setq org-remember-store-without-prompt t)

(setq org-remember-templates
      '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/orgfiles/NotesTodo.org" "Tasks")
        ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/orgfiles/NotesJournal.org")
        ("Idea" ?i "* %^{Title}\n  %i\n  %a" "~/orgfiles/NotesIdeas.org" "New Ideas")))

(setq org-agenda-files
      (list "~/orgfiles/gtd.org"
        "~/orgfiles/work.org"
        "~/orgfiles/general.org"
        "~/orgfiles/main.org"
        "~/orgfiles/bhs.org"
        "~/orgfiles/career.org"
        "~/orgfiles/personal.org"
        "~/orgfiles/AddictionPaper.org"
        "~/orgfiles/PsychCareer.org"
        "~/orgfiles/WritingCareer.org"
        "~/orgfiles/WritingIdeas.org"
        "~/orgfiles/repeat.org"
        "~/orgfiles/PsychIdeas.org"
))

(require 'org-annotate-file)
;;
;; To change the location of the annotation file:
;;
(setq org-annotate-file-storage-file "~/annotated.org")

(setq org-annotate-file-add-search t)

(setq org-todo-keywords '("TODO" "NEXT" "WAITING" "DONE"))


On Fri, Apr 11, 2008 at 9:55 PM, Carsten Dominik <address@hidden> wrote:

On Apr 12, 2008, at 6:44 AM, Daniel Goldin wrote:
I'm afraid so. I have the following in my defaul init file.

(setq org-remember-templates
      '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/orgfiles/NotesTodo.org" "Tasks")
        ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/orgfiles/NotesJournal.org")
        ("Idea" ?i "* %^{Title}\n  %i\n  %a" "~/orgfiles/NotesIdeas.org" "New Ideas")))

d.

Which means that you have not listed your complete setup in your first mail.

Can you please make a minimal case, with minimal but complete setup?
Because I tried and could not reproduce your problem.

- Carsten



On Fri, Apr 11, 2008 at 8:46 PM, Shelagh Manton <address@hidden> wrote:
On Fri, 11 Apr 2008 15:59:22 -0700
"Daniel Goldin" <address@hidden> wrote:

> Yes, I've tried org-remember: same results.
>
> d.

I wonder if you have templates set up?

Something like the following?

(setq org-remember-templates
          '((?t "** TODO %?\n  %u" "~/.org/planner.org" "Tasks")
            (?j "* %u %?" "~/.org/notes.org" "Notes")
            (?f "** TODO %?\n %u" "~/.org/planner.org" "Financial")
            (?c "** TODO %?\n %u" "~/.org/planner.org" "Computer")
            (?h "** TODO %?\n %u" "~/.org/planner.org" "Household")
            (?b "** TODO %?\n %u" "~/.org/planner.org" "Bowen")
            (?o "*** TODO %?\n %u" "~/.org/planner.org" "Job")))

Shelagh
>
> On Fri, Apr 11, 2008 at 3:23 PM, Bernt Hansen <address@hidden> wrote:
>
> > "Daniel Goldin" <address@hidden> writes:
> >
> > > I'm running org 5.23a, on emacs 22.0.90.1 -- Ubuntu 7.04
> > >
> > > Here is the relevant code I use to enable org/remember
> > > integration.
> > >
> > > (setq org-directory "~/orgfiles/")
> > >
> > > (setq org-default-notes-file "~/.notes")
> > > (setq remember-annotation-functions '(org-remember-annotation))
> > > (setq remember-handler-functions '(org-remember-handler))
> > > (add-hook 'remember-mode-hook 'org-remember-apply-template)
> > >
> > > (setq org-remember-store-without-prompt t)
> > >
> > > When I run M-x remember, I get an org buffer that looks right and
> > > lets me add notes.  But when I run c-c C-c, I get a prompt asking
> > > me where to save file, instead of just going
> > >
> > > to me org-default file. If I put into the prompt "~/notes," the
> > > file saves but when I run remember again, the same prompt comes
> > > up in the mini-buffer asking where I want to save the file, and
> > > If plug in "/notes," I
> > >
> > > I am forced to overwright what I previously saved in that file.
> > >
> > > Any help gratefully appreciated.
> >
> > Try M-x org-remember instead of M-x remember
> >
> > -Bernt
> >
> >
> >
> > _______________________________________________
> > Emacs-orgmode mailing list
> > Remember: use `Reply All' to send replies to the list.
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >
>
>
>


--

----------------------------------------------------------------
Jabber: address@hidden
----------------------------------------------------------------



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



--
Daniel Goldin
626-795-9526 _______________________________________________

Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Daniel Goldin
626-795-9526
reply via email to

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