Re: [O] Allowing multiple date trees in a single file

2017-02-06 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > We do disagree here a bit. This little bit of extra work just keeps the > existing templates working. We do not introduce a really different > structure of the org-capture-templates. Rather, the code introduces a new > target type, and it

Re: [O] Bug: org-agenda-only-exact-dates [9.0.4 (9.0.4-elpa @ c:/Users/atamulis/.emacs.d/elpa/org-20170124/)]

2017-02-06 Thread Nicolas Goaziou
Hello, "Tamulis, Andrius" writes: > I had not read the docstring, but now I have, and I interpret it > differently than you did. As, it seems, did the people who coded it. > I want a zero value for org-deadline-warning-days, as I want no > warnings of future deadlines. But I

Re: [O] Behavior of `org-show-entry'

2017-02-06 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > Hmm, for the reason I gave above, I don't think org-show-entry should > change, but perhaps there should be a separate function that does > > (org-show-entry) > (org-with-limited-levels (org-show-children)) > > which is what org-cycle does

[O] backporting changes to exported results for collaborative editing

2017-02-06 Thread Samuel Wales
suppose you export a subtree to ascii or html, and then a bunch of people want to help you edit it. obviously you want the changes back in org. obviously the best would be if you could give them the source, complete with comments. but assume that they are not computer people, and not org

Re: [O] backporting changes to exported results for collaborative editing

2017-02-06 Thread Marcin Borkowski
On 2017-02-07, at 02:15, Samuel Wales wrote: > suppose you export a subtree to ascii or html, and then a bunch of > people want to help you edit it. obviously you want the changes back > in org. > > obviously the best would be if you could give them the source, > complete

Re: [O] Feature request: lists with letters

2017-02-06 Thread Rasmus
Titus von der Malsburg writes: > On 2017-02-03 Fri 12:40, Eric S Fraga wrote: >> On Friday, 3 Feb 2017 at 11:37, Titus von der Malsburg wrote: >> > >> [...] >> >>> For me and many others, this is a very common use case. I challenge you >>> to implement this with current Org

Re: [O] Feature request: lists with letters

2017-02-06 Thread Titus von der Malsburg
On 2017-02-06 Mon 15:34, Rasmus wrote: > Titus von der Malsburg writes: > >> On 2017-02-03 Fri 12:40, Eric S Fraga wrote: >>> On Friday, 3 Feb 2017 at 11:37, Titus von der Malsburg wrote: >>> >> >>> [...] >>> For me and many others, this is a very common use case. I

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-06 Thread Phillip Lord
John Wiegley writes: >> "KM" == Kaushal Modi writes: > > KM> If we are able the release the new packaging method in emacs 26.x, then we > KM> can remove org from emacs master completely, but if not, then at least as > KM> backup we have a newer

Re: [O] just saw this: orgzly code source available now on github

2017-02-06 Thread Kaushal Modi
Yes, he just announced that today morning: https://plus.google.com/+Orgzly/posts/7V4p8fMJwGx Thanks Neven. On Mon, Feb 6, 2017 at 11:27 AM Xebar Saram wrote: > Just saw this today in case anyone is interested :) > > https://github.com/orgzly/orgzly-android > > Z > --

Re: [O] Behavior of `org-show-entry'

2017-02-06 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: > >> Hmm, for the reason I gave above, I don't think org-show-entry should >> change, but perhaps there should be a separate function that does >> >> (org-show-entry) >> (org-with-limited-levels

Re: [O] org-time-stamp, day format

2017-02-06 Thread Eric S Fraga
On Monday, 6 Feb 2017 at 09:35, Uwe Brauer wrote: > Hello > > When I use org-time-stamp. I obtain: > > <2016-11-15 mar> > > mar is short for martes, which is the Spanish word for Tuesday. How can > I can change that format, to any language I desire? I thought it would > be

[O] No priority cookies in html export despite setting pri:t option

2017-02-06 Thread Gez
This happens even with a fresh "portable-style" installation of emacs and org-mode and no customisations When I export to plain text I can see the prioity cookies, When I export to html there are none, even though I have created a local for that file and changed pri:nil to pri:t The html source

[O] just saw this: orgzly code source available now on github

2017-02-06 Thread Xebar Saram
Just saw this today in case anyone is interested :) https://github.com/orgzly/orgzly-android Z

Re: [O] Behavior of `org-show-entry'

2017-02-06 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Kyle Meyer writes: > >> Hmm, for the reason I gave above, I don't think org-show-entry should >> change, but perhaps there should be a separate function that does >> >> (org-show-entry) >>

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-06 Thread David Engster
Edward John Steere writes: > - Suppose that Emacs 22.0 is the current release and Emacs 22.1 is then >released; CEDET is at > - we update a registry somewhere indicating that Emacs 22.0 works with > and 22.1 works with > > - When we make updates to CEDET we mark 22.1 as working

[O] Encryption

2017-02-06 Thread David Diem
Hi all, on Android, is there a combination of either 1.a. mobileorg b. mobileorgNG on the one hand and 2.a. APG b. OpenKeyChain c. GPG on the other, and 3.a. :crypt: b. header crypt comment in Emacs ... that works for people here? I have tried all (combinations) over and over. Best

Re: [O] org-time-stamp, day format

2017-02-06 Thread Uwe Brauer
> On Monday, 6 Feb 2017 at 09:35, Uwe Brauer wrote: > I think you'll find that these come from the standard time format, using > %a for day of the week. This will depend on your locale I guess? Hm I am on Ubuntu 14.04 with the tcsh shell and locale gives me locale

Re: [O] Bug: org-agenda-only-exact-dates [9.0.4 (9.0.4-elpa @ c:/Users/atamulis/.emacs.d/elpa/org-20170124/)]

2017-02-06 Thread Tamulis, Andrius
I tried it - it turns out that org-agenda-todo-ignore-deadlines only effects the global todo list. Andrius On 2017-02-06 07:17, Nicolas Goaziou wrote: Hello, "Tamulis, Andrius" writes: I had not read the docstring, but now I have, and I interpret it differently than you

[O] org-time-stamp, day format

2017-02-06 Thread Uwe Brauer
Hello When I use org-time-stamp. I obtain: <2016-11-15 mar> mar is short for martes, which is the Spanish word for Tuesday. How can I can change that format, to any language I desire? I thought it would be calendar-day-name-array but this seems not to be the case. Thanks Uwe Brauer