Re: [O] Hiding checked items in a checkbox list (FR?)

2014-06-01 Thread Sergio Pokrovskij
 Al == Alexis  wrote:

  Al Sergio Pokrovskij writes:

   The next problem is that MobileOrg should respect the preliminary
   hiding done before the visit to the shop.  I do not request that it
   hide the checked (= bought) items as well (actually I'd prefer it to
   leave them checked and visible; but also its hiding-on-the-fly is
   quite acceptable).

  Al Sorry, but i'm not sure i follow. Do you mean something like
  Al the following example workflow?

  Al 1. Have list of (say) 10 grocery items in org-mode.

Yes (actually I have about 80 items in my Springpad list; if the
full list consists of mere 10 items, it fits the screen of my
smartphone, and there is no real need to hide the checked items).

  Al 2. Initially mark all of them as 'unneeded' by checking all
  Al items with a single command.

Possibly so.  Actually all the performed items get checked as I
buy them, and those which for some reason I could not buy should
preserve their open (unchecked, unimplemented) status.  So
normally I need not perform this step (provided that what I have
checked at the store gets synchronized back to the Big Brother);
but in some infrequent cases it is nice to have such a command
(though I guess it can be easily done with an M-% in emacs).

  Al 3. Uncheck (say) 3 items that are 'needed'.
  Al 4. Run org-mobile-push.

Do I have to do it manually every time (more than once)?  Aren't
such files synchronized automatically?

  Al 5. MobileOrg displays only the 3 'needed' items; the other 7
  Al checked (i.e. unneeded) items are hidden.

Yes (in fact, normally there are more of them, a dozen at least).

  Al 6. As items are purchased and checked off the list, they can
  Aleither:
  Al(a) remain visible; or
  Al(b) become hidden upon being checked.

  Al Is that correct?

Yes.  Normally (b) is sufficient for me, because normally I have
just a screenful of interesting items.  But I can imagine that
people who need longer shopping lists (more that one screen of
them) would prefer to have a MobileOrg command to hide the
newly-checked items as well.

-- 
Sergio




[O] Hiding checked items in a checkbox list (FR?)

2014-05-31 Thread Sergio Pokrovskij
Is it possible to hide the checked items?  E.g. I have a long
shopping list of items I regularly buy, but for the current date I
need only a dozen of them.  I'd like to be able to show all the
items; possibly to check all of them; then uncheck the dozen I
currently need; then hide the checked items.

The next problem is that MobileOrg should respect the preliminary
hiding done before the visit to the shop.  I do not request that
it hide the checked (= bought) items as well (actually I'd prefer
it to leave them checked and visible; but also its
hiding-on-the-fly is quite acceptable).

-- 
Sergio




[O] Typeface markup and punctuation

2014-05-04 Thread Sergio Pokrovskij
There is some inconsistency in orgmode's treatment of emphasis
markup when it comes in contact with delimiters.  E.g. the test:

--8---cut here---start-8---
This is /in italics/.
(This is /in italics/)
This is /in italics/
«This is /in italics/»
„This is /in italics/“
“This is /in italics/”
[This is /in italics/]
{This is /in italics/}
--8---cut here---end---8---

produces:

--8---cut here---start-8---
p
This is iin italics/i.
(This is iin italics/i)
This is iin italics/i
«This is /in italics/»
„This is /in italics/“
“This is /in italics/”
[This is iin italics/] {This is /in italics/i}
/p
--8---cut here---end---8---

I would expect the behavior exposed by the first 3 lines.

This is
Org version 7.9.3f (GNU Emacs 24.3).

-- 
Sergio