emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG in org-mobile-create-index-file()
@ 2012-12-07 23:47 J. David Boyd
  2013-01-03 12:08 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: J. David Boyd @ 2012-12-07 23:47 UTC (permalink / raw)
  To: emacs-orgmode


This is in org-mobile.el.

I discovered this while learning to use MobileOrg.

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?

Thank you all for your efforts on this great product.   I use Org all
the time, for years now.

Dave in St. Petersburg, FL, USA

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG in org-mobile-create-index-file()
  2012-12-07 23:47 BUG in org-mobile-create-index-file() J. David Boyd
@ 2013-01-03 12:08 ` Bastien
  2013-01-03 18:24   ` J. David Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2013-01-03 12:08 UTC (permalink / raw)
  To: J. David Boyd; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG in org-mobile-create-index-file()
  2013-01-03 12:08 ` Bastien
@ 2013-01-03 18:24   ` J. David Boyd
  0 siblings, 0 replies; 3+ messages in thread
From: J. David Boyd @ 2013-01-03 18:24 UTC (permalink / raw)
  To: emacs-orgmode


Cool, thanks for the change!

Dave


Bastien <bzg@altern.org> writes:

> 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,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-03 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-07 23:47 BUG in org-mobile-create-index-file() J. David Boyd
2013-01-03 12:08 ` Bastien
2013-01-03 18:24   ` J. David Boyd

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).