Re: [O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-12-04 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > you go to Github > for the most up to date version it is GPLv3 > https://gith

Re: [O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-04 Thread Tobias Zawada
Dear Charles, thanks for the quick test. You wrote: > I cannot reproduce this in 9.1.14 > C-c C-v C-i on each src block works as expected. > org-babel-execute-buffer runs to successful completion. I had a look at the orgmode master. The problem has already been fixed in the master by substitutin

Re: [O] Bug: org-agenda-do-date-earlier does not honor org-shiftleft-final-hook [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/mhoffman/.emacs.d/elpa/org-9.1.14/)]

2018-12-04 Thread Michael Hoffman
On 2018-12-04 4:10 a.m., Nicolas Goaziou wrote: Michael Hoffman writes: 1. What exactly did you do? - Execute: (with-eval-after-load 'org (add-hook 'org-shiftleft-final-hook 'windmove-left)) (org-agenda nil "a") (split-window-horizontally) - Type S-left 2. What did you expect to happen?

Re: [O] ob-clojure should not tangle with inserting (ns ..) line when no :ns specified.

2018-12-04 Thread Tim Cross
Sorry, only just noticed this response in my spam folder - gmail is tagging your messages as spam because it could not verify it was legit. stardiviner writes: > Tim Cross writes: > >> I think the problem here is that really, project.clj is not a valid >> clojure source file. It is really a c

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-12-04 Thread Ulrich G. Wortmann
no. I did not. How do checkout the "next" branch? thx On Mon, 3 Dec 2018 at 12:15 Nicolas Goaziou wrote: > Hello, > > "Ulrich G. Wortmann" writes: > > > I made a few more tweaks. The function now recognizes modifiers as to > which > > float environment to use, and where to place the float on t

Re: [O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-04 Thread Berry, Charles
I cannot reproduce this in 9.1.14 C-c C-v C-i on each src block works as expected. org-babel-execute-buffer runs to successful completion. HTH, Chuck > On Dec 4, 2018, at 8:45 AM, Tobias Zawada wrote: > > I mostly cite here from https://emacs.stackexchange.com/q/41208/2370: > > The followi

[O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-04 Thread Tobias Zawada
I mostly cite here from https://emacs.stackexchange.com/q/41208/2370: The following example causes an infinite recursion in ~org-babel-get-src-block-info~. #+BEGIN_SRC org ,#+BEGIN_SRC org ,#+NAME: add3 ,#+BEGIN_SRC elisp :var num=0 (+ 3 num) ,#+END_SRC ,* Use function drawer header arg :PROPE

Re: [O] PATCH: Allow class attribute for headline in HTML export

2018-12-04 Thread Jens Lechtenboerger
Hello, On 2018-12-04, Nicolas Goaziou wrote: > Jens Lechtenboerger writes: > >> I plan to use that for a table-of-contents plugin [1] of reveal.js, >> which looks for class attributes inside h-elements to exclude them >> selectively. > > Then I suggest to submit it to "ox-reveal" > (https://gith

Re: [O] PATCH: Allow class attribute for headline in HTML export

2018-12-04 Thread Nicolas Goaziou
Hello, Jens Lechtenboerger writes: > I plan to use that for a table-of-contents plugin [1] of reveal.js, > which looks for class attributes inside h-elements to exclude them > selectively. Then I suggest to submit it to "ox-reveal" (https://github.com/yjwen/org-reveal/) instead. Regards, --

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-04 Thread Nicolas Goaziou
Hello, Allen Li writes: > Or did you mean ITEM omits the stars? Yes, I did. > That doesn't appear to be the case as of > 04641c4bbefc5f90e05fe4e846f4aeab15f1c262 on master yesterday. Actually, that should be the case since Org 9.0. Do you have an ECM? Regards, -- Nicolas Goaziou

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-04 Thread Allen Li
On Tue, Dec 4, 2018 at 2:14 AM Allen Li wrote: > > Or did you mean ITEM omits the stars? That doesn't appear to be the > case as of 04641c4bbefc5f90e05fe4e846f4aeab15f1c262 on master > yesterday. So org-entry-properties does indeed return ITEM without the leading stars, but the column view adds

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-04 Thread Allen Li
On Mon, Dec 3, 2018 at 2:57 PM Nicolas Goaziou wrote: > > Hello, > > Allen Li writes: > > > (I used org-submit-bug-report, but this is a feature request.) > > > > It would be nice to have a special property like ITEM > > without the leading stars, which is annoying in, e.g., the agenda column > >

Re: [O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-12-04 Thread Van L
> go to Github > for the most up to date version it is GPLv3 > https://github.com/stathissideris/ditaa/blob/master/LICENSE The official-looking site sends you to SourceForge. Git and Svn repo functions are available there. At the time, the git part of it was empty. Building the 131K jar requir

Re: [O] Bug: org-agenda-do-date-earlier does not honor org-shiftleft-final-hook [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/mhoffman/.emacs.d/elpa/org-9.1.14/)]

2018-12-04 Thread Nicolas Goaziou
Hello, Michael Hoffman writes: > 1. What exactly did you do? > > - Execute: > (with-eval-after-load 'org > (add-hook 'org-shiftleft-final-hook 'windmove-left)) > (org-agenda nil "a") > (split-window-horizontally) > > - Type S-left > > 2. What did you expect to happen? > > (windmove-left) > > 3