info-gnus-english
[Top][All Lists]
Advanced

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

Re: limiting articles and tagging


From: Bastien
Subject: Re: limiting articles and tagging
Date: Tue, 01 Apr 2008 21:17:36 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Hi Giorgos,

Giorgos Keramidas <keramida@ceid.upatras.gr> writes:

> How do you add links to an org-mode file when reading articles?

If you are using a recent version of Org, first make sure the module
org-gnus is loaded at startup:

,----
| M-x customize-variable RET org-modules RET
`----

Then set up remember to work with Org:

,----
| (org-remember-insinuate)
`----

I set org-remember to C-M-r:

,----
| (global-set-key [(control meta r)] 'org-remember)
`----

Then define your templates:

,----
| (setq org-remember-templates 
|       '(("Buffer" ?b "* %a\n\n%i%?%!" "~/org/bzg.org" "Buffer" nil)
|       ("Org" ?o "* %a\n\n%i%?" "~/org/bzg.org" "Org" nil)
|       ("Infos" ?i "* %a\n\n%i%?%!" "~/org/bzg.org" "Infos" nil)))
`----

The %a in each template will be replaced by a link to the Gnus message.
The %! means "immediatly store this note without further prompt", which
is very handy for quick storing of emails.  You can also use the more
complex functionality of remember-templates to store emails in different
places depending on their content...  sigh -- I need to make a tutorial
about this!

In any case, see (info "(org)Remember templates") for details.

HTH,

-- 
Bastien




reply via email to

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