From: Tassilo Horn <tassilo@member.fsf.org>
To: emacs-orgmode@gnu.org
Subject: Re: remember
Date: Sun, 02 Sep 2007 13:59:47 +0200 [thread overview]
Message-ID: <87bqcl1dn0.fsf@baldur.tsdh.de> (raw)
In-Reply-To: 87y7fpjxs5.fsf@myhost.localdomain
Cezar <cezar@mixandgo.ro> writes:
Hi Cezar,
> Here is my org-mode setup:
>
> ;; Org Mode
> (require 'org)
> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
> (define-key global-map "\C-cl" 'org-store-link)
> (define-key global-map "\C-ca" 'org-agenda)
> (setq org-todo-keywords
> '((sequence "TODO" "SOMEDAY" "WAITING(w)" "|" "DONE")))
> (setq org-agenda-files (list "~/Organiser/Cyhawk.org"
> "~/Organiser/Pensiune.org"
> "~/Organiser/Personal.org"
> "~/Organiser/Ego.org"))
> (setq org-reverse-note-order t)
> (setq org-log-done (quote (done state)))
> (setq org-agenda-include-diary t)
> (setq org-agenda-skip-deadline-if-done t)
> (setq org-agenda-skip-scheduled-if-done t)
> (setq org-agenda-start-on-weekday nil)
> (setq org-default-notes-file "~/Organiser/Notes.org")
> (setq org-directory "~/Organiser")
> (setq org-todo-keyword-faces
> '(("TODO" . org-warning)
> ("SOMEDAY" . (:foreground "pink" :weight bold
> :underline nil))
> ("WAITING" . (:foreground "orange" :weight bold
> :underline nil))))
>
> ;; Remember
> (require 'remember)
> (add-hook 'remember-mode-hook 'org-remember-apply-template)
> (setq remember-data-file "~/Organiser/Notes.org")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Take this line out and add these two lines:
(setq remember-annotation-functions '(org-remember-annotation)
remember-handler-functions '(org-remember-handler))
Does it work then?
Bye,
Tassilo
--
People sometimes ask me if it is a sin in the Church of Emacs to use
vi. Using a free version of vi is not a sin; it is a penance. So happy
hacking. (Richard M. Stallman)
next prev parent reply other threads:[~2007-09-02 12:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-31 10:20 remember Cezar
2007-08-31 10:57 ` remember Tassilo Horn
2007-09-01 7:35 ` remember Cezar
2007-09-01 13:46 ` remember Tassilo Horn
2007-09-01 16:57 ` remember Cezar
2007-09-02 7:30 ` remember Carsten Dominik
2007-09-02 8:07 ` remember Cezar
2007-09-02 11:59 ` Tassilo Horn [this message]
2007-09-02 12:48 ` remember Cezar
2007-09-02 17:02 ` remember Tassilo Horn
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=87bqcl1dn0.fsf@baldur.tsdh.de \
--to=tassilo@member.fsf.org \
--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).