From: Cezar <cezar@mixandgo.ro>
To: emacs-orgmode@gnu.org
Subject: Re: remember
Date: Sun, 02 Sep 2007 15:48:26 +0300 [thread overview]
Message-ID: <87odglutb9.fsf@myhost.localdomain> (raw)
In-Reply-To: 87bqcl1dn0.fsf@baldur.tsdh.de
Tassilo Horn <tassilo@member.fsf.org> writes:
> 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)
Yes it does work, but it also asks for a buffer, and a position in the
buffer. I that necessary ?
Thanks !
Cezar.
next prev parent reply other threads:[~2007-09-02 12:48 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 ` remember Tassilo Horn
2007-09-02 12:48 ` Cezar [this message]
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=87odglutb9.fsf@myhost.localdomain \
--to=cezar@mixandgo.ro \
--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).