emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Cezar <cezar@mixandgo.ro>
To: emacs-orgmode@gnu.org
Subject: Re: remember
Date: Sun, 02 Sep 2007 11:07:22 +0300	[thread overview]
Message-ID: <87y7fpjxs5.fsf@myhost.localdomain> (raw)
In-Reply-To: 54b4b9900b2be482a850bfaf838854f2@science.uva.nl

Carsten Dominik <dominik@science.uva.nl> writes:

> I cannot reproduce this bug, seems we need more detailed information
> - so far you have only been sending scetchy stuff, Cezar.
>
> We might need:
>
> - full org-mode setup
> - any other related setup
> - from where do you call remember?  Link construction
>   is dependent on the current file.
>
> This bug is new, so something must be special in your setup.
>
> - Carsten
>
>
> On Sep 1, 2007, at 18:57, Cezar wrote:
>
>> Tassilo Horn <tassilo@member.fsf.org> writes:
>>
>>> Cezar <cezar@mixandgo.ro> writes:
>>>
>>> Hi Cezar,
>>>
>>>> The comment is not removed in the file, I gave you an example of what
>>>> the file looks like after the C-c C-c
>>>
>>> Oh, that's wrong.  How did you set it up (post the relevant lines
>>> here)
>>> and what version of org and remember are you using?
>>>
>>> Bye,
>>> Tassilo
>>> -- 
>>> If programmers deserve to  be rewarded for creating innovative
>>> programs,
>>> by the same  token they deserve to be punished if  they restrict
>>> the use
>>> of these programs. (Richard M. Stallman)
>>
>> org-mode version is 5.07a
>>
>> remember version 1.8
>>
>> ;; Remember
>> (require 'remember)
>> (add-hook 'remember-mode-hook 'org-remember-apply-template)
>> (setq remember-data-file "~/Organiser/Notes.org")
>> (setq org-remember-templates
>>    (quote ((116 "* TODO %?\n  %u" "~/Organiser/Notes.org" "Tasks")
>> 	   (110 "* %u %?" "~/Organiser/Notes.org" "Notes"))))
>>
>> Regards,
>> Cezar
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>>
>
> --
> Carsten Dominik
> Sterrenkundig Instituut "Anton Pannekoek"
> Universiteit van Amsterdam
> Kruislaan 403
> NL-1098SJ Amsterdam
> phone: +31 20 525 7477


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")
(setq org-remember-templates
   (quote ((116 "* TODO %?\n  %u" "~/Organiser/Notes.org" "Tasks")
	   (110 "* %u %?" "~/Organiser/Notes.org" "Notes"))))

This happens from wherever I call it, just try *scratch* buffer.

  reply	other threads:[~2007-09-02  8:07 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           ` Cezar [this message]
2007-09-02 11:59             ` remember Tassilo Horn
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=87y7fpjxs5.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).