From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: New development organization - DRAFT, please comment Date: Fri, 28 May 2010 15:56:40 +0200 Message-ID: <87y6f4qgdj.fsf@thinkpad.tsdh.de> References: <61362307-18F8-4102-9936-3A543D0E5D58@uva.nl> <87d3whebdt.fsf@gmail.com> <87eigw5wxd.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=48633 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OI03T-0003uZ-EL for emacs-orgmode@gnu.org; Fri, 28 May 2010 09:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OI03O-0003c1-Gd for emacs-orgmode@gnu.org; Fri, 28 May 2010 09:56:55 -0400 Received: from lo.gmane.org ([80.91.229.12]:53167) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OI03O-0003bi-BG for emacs-orgmode@gnu.org; Fri, 28 May 2010 09:56:50 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OI03M-0004Bz-Tp for emacs-orgmode@gnu.org; Fri, 28 May 2010 15:56:48 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 May 2010 15:56:48 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 May 2010 15:56:48 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org David Maus writes: > This function could work for Gnus to push the message id of a message > to kill-ring and clipboard: BTW, when you read messages in Gnus, you can simply call `org-store-link', which will generate a link. Depending on `org-gnus-prefer-web-links' and the prefix arg, that will be a web link. ,----[ C-h f org-store-link RET ] | org-store-link is an interactive compiled Lisp function in `org.el'. | | It is bound to C-c o l. | | (org-store-link ARG) | | Store an org-link to the current location. | This link is added to `org-stored-links' and can later be inserted | into an org-buffer with C-c C-l. | | For some link types, a prefix arg is interpreted: | For links to usenet articles, arg negates `org-gnus-prefer-web-links'. | For file links, arg negates `org-context-in-file-links'. `---- ,----[ C-h v org-gnus-prefer-web-links RET ] | org-gnus-prefer-web-links is a variable defined in `org-gnus.el'. | Its value is t | | Documentation: | Non-nil means `org-store-link' will create web links to Google groups. | When nil, Gnus will be used for such links. | Using a prefix arg to the command C-c o l (`org-store-link') | negates this setting for the duration of the command. | | You can customize this variable. `---- Oh, the docs mention only Google groups, but it does the trick also for Gmane. Bye, Tassilo