From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: New development organization - DRAFT, please comment Date: Fri, 28 May 2010 09:04:46 +0200 Message-ID: <87eigw5wxd.wl%dmaus@ictsoc.de> References: <61362307-18F8-4102-9936-3A543D0E5D58@uva.nl> <87d3whebdt.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============0449269835==" Return-path: Received: from [140.186.70.92] (port=34031 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHtdY-00058Z-B8 for emacs-orgmode@gnu.org; Fri, 28 May 2010 03:05:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHtdX-00009l-3f for emacs-orgmode@gnu.org; Fri, 28 May 2010 03:05:44 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:60600) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHtdW-00009H-PG for emacs-orgmode@gnu.org; Fri, 28 May 2010 03:05:43 -0400 In-Reply-To: <87d3whebdt.fsf@gmail.com> 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: Eric Schulte Cc: Carsten Dominik , emacs-org-mode-help gnu --===============0449269835== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Fri_May_28_09:04:45_2010-1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Fri_May_28_09:04:45_2010-1 Content-Type: text/plain; charset=US-ASCII Hi Eric, >I just used this file to record a babel change, and I really like the >overall idea and the layout. A couple of things that occurred to me. >- would it be desirable to have a headline property (e.g. ASSIGNEE or > somesuch) so that users can take responsibility of issues, and search > for issues to which they've been assigned. Sounds reasonable. >- would it be difficult to tag babel files, i.e. messages with the > "[babel]" marker in the headline, possibly in some automatic way, > again to facilitate searching and sorting. This should be quite easy and I'll look into this. >- regarding the links to gmane articles? > - this is really minor, but I personally prefer thread.gmane.org > based links as they show the entire thread > - how do we find the gmane id of a message? > - is there an easy way to discover/generate gmane links say from > information contained in an email? I've just found out that it is indeed possible to link to thread.gmane.org using the resolver: http://news.gmane.org/find-root.php?message_id= Where MESSAGE-ID is the content of the message id header field. I've changed this here so new issues will link to thread.gmane.org. This might answer the other two questions: It's the message id of an email that can (and should) be used to generate a gmane link. Simply use the URL mentioned above for thread display, or http://mid.gmane.org/MESSAGE-ID to link to a single message. In both cases the message id should be hex-encoded (i.e. turning special chars into escape sequence, @ -> %40 etc.) using `url-hexify-string'. This function could work for Gnus to push the message id of a message to kill-ring and clipboard: ,---- | (defun dmj/gnus-get-message-id () | "Push message id of current message to killring and clipboard." | (interactive) | (when (memq major-mode '(gnus-summary-mode gnus-article-mode)) | (let* ((header (with-current-buffer gnus-summary-buffer | (gnus-summary-article-header))) | (message-id (url-hexify-string | (org-remove-angle-brackets (mail-header-id header))))) | (org-kill-new message-id) | (when (fboundp 'x-set-selection) | (ignore-errors (x-set-selection 'PRIMARY message-id)) | (ignore-errors (x-set-selection 'CLIPBOARD message-id)))))) `---- HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Fri_May_28_09:04:45_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkv/aw0ACgkQma24O1pEeOYQmgEA2Oo5VqVyihAehO279yiNxp/i ljxGNN99Ivzn5Yq+YH4BANJR6ovBu7m7v69XTdB4WwaL4hSY0LhOCZ/2SoM+BUWM =XAYp -----END PGP SIGNATURE----- --pgp-sign-Multipart_Fri_May_28_09:04:45_2010-1-- --===============0449269835== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0449269835==--