Tassilo Horn <[EMAIL PROTECTED]> writes: > Cezar <[EMAIL PROTECTED]> 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. _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode