From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: proposal for enhanced org-get-priority function Date: Mon, 15 Nov 2010 11:25:30 +0100 Message-ID: <5536343D-8741-46A9-8A81-849E141414A2@gmail.com> References: <4CBF237F.1080602@gmail.com> <87aam34cy0.wl%dmaus@ictsoc.de> <4CC814B6.3070603@gmail.com> <4CCAB3D8.5010505@gmail.com> <4CCAB5C1.1080002@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=58129 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHwFo-0005X2-Nc for emacs-orgmode@gnu.org; Mon, 15 Nov 2010 05:25:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHwFj-0003nl-So for emacs-orgmode@gnu.org; Mon, 15 Nov 2010 05:25:39 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:57923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHwFj-0003ne-LT for emacs-orgmode@gnu.org; Mon, 15 Nov 2010 05:25:35 -0500 Received: by fxm20 with SMTP id 20so3832643fxm.0 for ; Mon, 15 Nov 2010 02:25:34 -0800 (PST) In-Reply-To: <4CCAB5C1.1080002@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: "I.S." Cc: David Maus , emacs-orgmode@gnu.org Hi everyone, I would like to have a show of hands who is interested in this treatment of finer priorities. Should we add this patch (I don't vote because I do not use priorities) Thanks! - Carsten On Oct 29, 2010, at 1:53 PM, I.S. wrote: > Sorry, previous patch had some junk in it. Attached is the final > version (really). > > Sorry again for the confusion, > -I.S. > > On 10/29/2010 7:45 AM, I.S. wrote: >> Sorry, I realized the previous patch did not contain updates to the >> org-priority-regexp. An updated patch is attached. >> >> Sorry, >> -I.S. >> >> >> >> On 10/27/2010 8:01 AM, I.S. wrote: >>> On 10/24/2010 3:18 PM, David Maus wrote: >>>> At Wed, 20 Oct 2010 13:14:39 -0400, >>>> I.S. wrote: >>>>> Dear Experts, >>>>> >>>>> I'd like to propose a replacement for the org-get-priority >>>>> function >>>>> which is backward compatible with the current version but allows >>>>> the >>>>> user to add a sub-priority such as [#A]-5 or [#B]+3: >>>>> >>>> Could you provide a patch against current master and send it to the >>>> list as a text/plain attachment? This way the proposed >>>> modification >>>> will end up in Org's patchtracker[1]. >>>> >>>> Best, >>>> -- David >>>> >>>> [1] http://patchwork.newartisans.com/project/org-mode/ >>>> -- >>>> OpenPGP... 0x99ADB83B5A4478E6 >>>> Jabber.... dmjena@jabber.org >>>> Email..... dmaus@ictsoc.de >>> >>> I tried looing at patchwork but couldn't figure out what I was >>> supposed to do. Please advise on usage instructions. >>> >>> Instead, I attached a manually generated patch against org.el in >>> the development version from git. I created this patch via >>> >>> $ git clone git://repo.or.cz/org-mode.git >>> $ emacs org-mode/lisp/org.el # to modify the file and write it to >>> org.mine.el >>> $ diff -rup org.el org.mine.el > org-get-priority.patch >>> >>> Please advise on proper procedure as I love org and would enjoy >>> the chance to contribute in the future. >>> >>> Thanks, >>> -I.S. >>> > > priority.patch>_______________________________________________ > 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 - Carsten