Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-14 Thread Bastien Guerry
Hi, if you need commit access to org-mode to add code to contrib/, please send me your public key (the one in ~/.ssh/id...). Best, -- Bastien

Re: [O] Backward incompatible outline-invisible-p change in emacs master for Org

2017-06-14 Thread Bastien Guerry
Hi Paul, thanks for the follow-up -- Kaushal, thanks for the fix, please go ahead and commit it. Best, -- Bastien

Re: [O] compilation error in recent maint

2017-06-14 Thread Samuel Wales
b47920ed208119a0a9de307b1839a4aed54572ef On 6/14/17, Samuel Wales wrote: > org.el:17964:11:Warning: decode-time called with 2 arguments, but accepts > only > > emacs 24.4 says (decode-time &optional SPECIFIED-TIME) > > -- > The Kafka Pandemic: > > The diseas

[O] compilation error in recent maint

2017-06-14 Thread Samuel Wales
org.el:17964:11:Warning: decode-time called with 2 arguments, but accepts only emacs 24.4 says (decode-time &optional SPECIFIED-TIME) -- The Kafka Pandemic: The disease DOES progress. MANY people have died from it. And ANYBODY can get it at any time. "You

Re: [O] Backward incompatible outline-invisible-p change in emacs master for Org

2017-06-14 Thread Paul Rankin
On Thu, 15 Jun 2017, at 03:18 AM, Kaushal Modi wrote: > On Wed, Jun 14, 2017 at 1:02 PM Bastien Guerry wrote: > > > The question is: why this patch in the first place? Paul authored it > > and I committed it, so I should know--but I don't. Maybe Paul know or > > you know better? > > > > I late

Re: [O] Add an optional HOLD argument to "n" Org macro

2017-06-14 Thread Nicolas Goaziou
Kaushal Modi writes: > I was writing something along the lines of this when I needed to specify > the n macro to hold its previous value and not increment at all. [...] > I haven't yet created a proper formatted patch, because I don't know if > this is the best implementation. Would it be bette

Re: [O] [RFC] The "c" Org macro

2017-06-14 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Can you please add the n macro information to the Org manual. > > Looks like this commit ( > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=ad89390219d0de46fb9364ed067b1e9e2cf88a9b > ) > missed the hunks from org.texi? (though the commit message mentions > org.

Re: [O] org-link-minor-mode.el broken by recent org maint

2017-06-14 Thread Samuel Wales
On 6/8/17, Stefan Hahn wrote: > Please see: > > https://github.com/swhahn/org-link-minor-mode this looks great! thanks! getting compilation issues: In org-link-minor-mode-unfontify-region: org-link-minor-mode.el:30:43:Warning: `org-decompose-region' is an obsolete function (as of Org 9.0);

[O] Add an optional HOLD argument to "n" Org macro (Was: [RFC] The "c" Org macro)

2017-06-14 Thread Kaushal Modi
I was writing something along the lines of this when I needed to specify the n macro to hold its previous value and not increment at all. = * Week {{{n(wk)}}}: Python Basics # 1 ** {{{n}}}. Introduction to Python # 1 ** {{{n}}}. Core Elements of Programs # 2 *** {{{n(,,hold)}}}.{{{n(topic,rese

Re: [O] [RFC] The "c" Org macro

2017-06-14 Thread Kaushal Modi
Hi Nicolas, Can you please add the n macro information to the Org manual. Looks like this commit ( http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=ad89390219d0de46fb9364ed067b1e9e2cf88a9b ) missed the hunks from org.texi? (though the commit message mentions org.texi). Thanks. On Thu, May 25

Re: [O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-06-14 Thread N. Raghavendra
At 2017-06-12T12:45:13-04:00, Matt Price wrote: > As it stands right now, both changes (addition of `data-editor-type` > attribute and moving the language name class from `pre` to `code`) are > necessary to make klipse work I tried with some examples, and the editing facility of klipse seems to w

Re: [O] Backward incompatible outline-invisible-p change in emacs master for Org

2017-06-14 Thread Kaushal Modi
On Wed, Jun 14, 2017 at 1:02 PM Bastien Guerry wrote: > The question is: why this patch in the first place? Paul authored it > and I committed it, so I should know--but I don't. Maybe Paul know or > you know better? > I later found the reason for that commit here: https://debbugs.gnu.org/cgi/b

Re: [O] Org Protocol error, does not recognize template

2017-06-14 Thread Nick Dokos
swfl...@flintfam.org (Samuel W. Flint) writes: >> Samuel W Flint writes: > > SF> Hello, I have an issue with org-protocol at the moment. If > SF> using new-style links, one of my templates is not recognized. > SF> If I try the following link: > SF> > org-protocol://capture?te

Re: [O] Backward incompatible outline-invisible-p change in emacs master for Org

2017-06-14 Thread Bastien Guerry
Hi Kaushal, thanks for putting me in the loop. Kaushal Modi writes: > I also find an org-invisible-p2 function, but it's not clear why it > does a (backward-char  1) before doing invisibility check.. and that > too eventually relies on outline-visible-p. (Turns out this function > has a long hi

Re: [O] [PATCH] Add a custom list in org-mac-link.el

2017-06-14 Thread Nicolas Goaziou
Hello, Takaaki Ishikawa writes: > The attached patch includes a change for adding a custom variable to easily > extend link grabbing capabilities for masOS user. When someone wants to add > an additional menu to call an external application, it will be possible by > adding a setting to the propo

Re: [O] Org Protocol error, does not recognize template

2017-06-14 Thread Nicolas Goaziou
"Samuel W. Flint" writes: > That format is documented in the docstring for org-capture-templates. Correct! I suppose I should read docstrings from time to time. > That's the most precise recipe I have. For some reason that specific > template cannot be found. I put (setq org-capture-templates

Re: [O] Backward incompatible outline-invisible-p change in emacs master for Org (Was: 6 failing tests on master branch)

2017-06-14 Thread Kaushal Modi
On Wed, Jun 14, 2017 at 10:56 AM Kaushal Modi wrote: > One solution would be to have a new function "org-invisible-p" that > restores the old definition of outline-invisible-p. Interestingly I find > that an "org-invisible-p" did exist back then, but it was replaced with > outline-invisible-p in

Re: [O] Org Protocol error, does not recognize template

2017-06-14 Thread Samuel W. Flint
> On Jun 14, 2017, at 08:58, Nicolas Goaziou wrote: > > Hello, > > swfl...@flintfam.org (Samuel W. Flint) writes: > >> I'm aware. The second (file path) is the capture template. All other >> templates work, except for b for some reason. > > Isn't the capture template supposed to be a string

[O] Backward incompatible outline-invisible-p change in emacs master for Org (Was: 6 failing tests on master branch)

2017-06-14 Thread Kaushal Modi
On Thu, Jun 8, 2017 at 5:10 PM Nicolas Goaziou wrote: > > Test test-org/custom-properties condition: > > (ert-test-failed > > ((should > >(let > >(...) > > (org-test-with-temp-text "* H > > :PROPERTIES: > > :FOO: val > > :END: > > " ... ...))) > > :form

Re: [O] How to export LaTeX amsmath align bmatrix to ODT?

2017-06-14 Thread Nicolas Goaziou
Hello, ed...@openmail.cc writes: > On 2017-06-10 05:13, ed...@openmail.cc wrote: >> On 2017-06-10 04:54, ed...@openmail.cc wrote: >>> Hello, >>> >>> I have been making progress with my export procedure to ODT. I would >>> like to know if someone knows how to export the following LaTeX block >>> t

Re: [O] clock start time is gone

2017-06-14 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > On 6/6/17, Nicolas Goaziou wrote: >> This is odd, as this shouldn't be usual. > > just curious but why does it unless actually gone? can't it just > check logbook drawer top line for a clock line? The active/last clock line could be at the beginning of the drawer

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-14 Thread Nicolas Goaziou
Hello, "numbch...@gmail.com" writes: > Yeah, I have used to contrib to org-mode, but need to sign FSF papers spend > my time, and I don't know how. See , in particular "Copyright issues when contributing to Emacs Org mode". > So I decide to move cod

Re: [O] Org Protocol error, does not recognize template

2017-06-14 Thread Nicolas Goaziou
Hello, swfl...@flintfam.org (Samuel W. Flint) writes: > I'm aware. The second (file path) is the capture template. All other > templates work, except for b for some reason. Isn't the capture template supposed to be a string? Anyway, I'm not able to reproduce your problem. Could you post a mor

[O] [PATCH] protocol: allow users to disable warning about old style links

2017-06-14 Thread Alex Branham
Hello, This patch allows org mode users to disable the warning issued about old org protocol style links. This is important because sometimes (e.g. browser extensions), we don’t have easy control over the format specified. Issuing the warning is annoying because it pops up in a new window. Tha

Re: [O] test-org-colview.el: Fix an expected result in test-org-colview/columns-summary

2017-06-14 Thread Nicolas Goaziou
Hello, hunglun o writes: > This test sets 2014-03-04 to be current-time and then computes the > number of days between current-time and 2012-03-29. 705 days should be > expected. However, 705d 1h is given in the test case. This is a bit more complicated. The "1h" comes from daylight saving tim

Re: [O] agenda tags-todo (was Re: [PATCH] Make `org-tags-view' stop setting globally `org--matcher-tags-todo-only')

2017-06-14 Thread Christian Lynbech
Excellent, it works to just add "/!" to the search string. Thanks. -- Christian