From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG in org-mobile-create-index-file() Date: Thu, 03 Jan 2013 13:08:34 +0100 Message-ID: <87fw2ibf1f.fsf@bzg.ath.cx> References: <87lid9e86x.fsf@adboyd.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqkM6-0005Qt-QW for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 07:57:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqkM3-00078e-RS for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 07:57:06 -0500 Received: from mail-wg0-f51.google.com ([74.125.82.51]:52500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqkM3-00078T-LL for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 07:57:03 -0500 Received: by mail-wg0-f51.google.com with SMTP id gg4so7171127wgb.30 for ; Thu, 03 Jan 2013 04:57:02 -0800 (PST) In-Reply-To: <87lid9e86x.fsf@adboyd.com> (J. David Boyd's message of "Fri, 07 Dec 2012 18:47:18 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "J. David Boyd" Cc: emacs-orgmode@gnu.org Hi David, david@adboyd.com (J. David Boyd) writes: > The section of the code that writes out the Priorities (line 462 in org > version 7.9.2) totally ignores the variables org-highest-priority and > org-lowest-priority, and simply sets the #+ALLPRIORITIES value to "A B > C". > > In my case, I have org-highest-priority set to '1', and > org-lowest-priority set to '5', so I would expect #+ALLPRIORITIES to be > set to "1 2 3 4 5". > > My elisp-fu is non-existant, so could someone please fix this to enable > MobileOrg to work more correctly? I've introduced a new option: `org-mobile-allpriorities'. You can set it to "1 2 3 4 5". This is not a very flexible way to handle priorities, but I'm not familiar enough with org-mobile.el and it should help in most cases. Best, -- Bastien