Re: [O] ob-clojure with tangling current broken

2019-01-21 Thread stardiviner
Frederick Giasson writes: > Hi, > > I updated org-mode to latest dev version recently and I was wondering why I > was > seeing namespaces appended to each [clojure] code block I was tangling (which > generates unusable tangled Clojure source files) That's why I added a patch recently. Now Ni

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

2019-01-21 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> From 8a64ccf659afcbd510e69eaa4ac175946f1ae311 Mon Sep 17 00:00:00 2001 >> From: stardiviner >> Date: Thu, 10 Jan 2019 09:34:39 +0800 >> Subject: [PATCH] lisp/ob-clojure.el: Don't tangle with auto prepend ns >> statement > > Applie

Re: [O] Date macro and file permission

2019-01-21 Thread Michael Brand
Hi Nicolas On Mon, Jan 21, 2019 at 9:47 PM Nicolas Goaziou wrote: > Michael Brand writes: > > > Visiting a read-only file that uses the ~#+date:~ macro results in the > > message "File mode specification error: (buffer-read-only # > buffer>)" and a not properly initialized Org buffer. For examp

Re: [O] Date macro and file permission

2019-01-21 Thread Nicolas Goaziou
Hello, Michael Brand writes: > Visiting a read-only file that uses the ~#+date:~ macro results in the > message "File mode specification error: (buffer-read-only # buffer>)" and a not properly initialized Org buffer. For example Org > indent does not indent and some faces show a wrong color. I t

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

2019-01-21 Thread Nicolas Goaziou
Hello, stardiviner writes: > From 8a64ccf659afcbd510e69eaa4ac175946f1ae311 Mon Sep 17 00:00:00 2001 > From: stardiviner > Date: Thu, 10 Jan 2019 09:34:39 +0800 > Subject: [PATCH] lisp/ob-clojure.el: Don't tangle with auto prepend ns > statement Applied, with tiny changes. Thank you. Regards,

[O] ob-clojure with tangling current broken

2019-01-21 Thread Frederick Giasson
Hi, I updated org-mode to latest dev version recently and I was wondering why I was seeing namespaces appended to each [clojure] code block I was tangling (which generates unusable tangled Clojure source files) It turns out that the culprit is the following line: https://code.orgmode.org/bzg/org-

Re: [O] Interaction between org-special-ctrl-a/e and visual-line-mode in Org 9.2?

2019-01-21 Thread Nicolas Goaziou
Hello, John Hutchinson writes: > Under org 9.1 (which works as expected), C-e is bound to "org-end-of-line". > > In org 9.2 (which does not work as expected) it's bound to > "end-of-visual-line". In Org 9.1, `org-end-of-line' is mapped to `C-e' whereas in Org 9.2, it remaps [move-end-of-line],

Re: [O] Clone tree backwards in time

2019-01-21 Thread Scott Randby
On 1/21/19 12:49 PM, Nicolas Goaziou wrote: > Hello, > > Yasushi SHOJI writes: > >> Done. > > Thank you. Applied now. Yasushi: Thank you for your patch. Scott

Re: [O] Clone tree backwards in time

2019-01-21 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Done. Thank you. Applied now. > If you don't mind reviewing my patches via email, I'm just OK without > it. Fair enough. Regards, -- Nicolas Goaziou

Re: [O] Bug: Export to Texinfo Broken [9.2 (9.2-elpaplus @ /Users/lolh/.emacs.d/elpa/org-plus-contrib-20181230/)]

2019-01-21 Thread Nicolas Goaziou
hello, wlharv...@mac.com writes: > The following Org document exports to Texinfo '.texi’ in Orgmode > 9.1.14 but fails under Orgmode 9.2 with the following error message: > > 'Cannot generate node name for type: src-block' > > The source of the problem arises from commit `04f35fc473`. When the >

[O] Bug: Export to Texinfo Broken [9.2 (9.2-elpaplus @ /Users/lolh/.emacs.d/elpa/org-plus-contrib-20181230/)]

2019-01-21 Thread wlharvey4
The following Org document exports to Texinfo '.texi’ in Orgmode 9.1.14 but fails under Orgmode 9.2 with the following error message: 'Cannot generate node name for type: src-block' The source of the problem arises from commit `04f35fc473`. When the changes are undone in that one commit, the doc

Re: [O] Interaction between org-special-ctrl-a/e and visual-line-mode in Org 9.2?

2019-01-21 Thread John Hutchinson
Hi, Nicolas: Under org 9.1 (which works as expected), C-e is bound to "org-end-of-line". In org 9.2 (which does not work as expected) it's bound to "end-of-visual-line". Restarting org-mode,  via "org-reload" or via "C-c C-c" in the initial lines, does not change this behavior. Hope this

Re: [O] Inlining TikZ blocks as SVG in HTML export

2019-01-21 Thread Alan Schmitt
On 2019-01-09 22:46, Christophe Garion writes: Hello, I would like to be able to export Org files containing TikZ pictures to HTML files with SVG pictures corresponding to TikZ pictures inlined directly in the HTML files. My use case is to produce quizz questions with graph drawings for th

[O] Date macro and file permission

2019-01-21 Thread Michael Brand
Hi all Visiting a read-only file that uses the ~#+date:~ macro results in the message "File mode specification error: (buffer-read-only #)" and a not properly initialized Org buffer. For example Org indent does not indent and some faces show a wrong color. I tried today's master branch and found t

Re: [O] Clone tree backwards in time

2019-01-21 Thread Yasushi SHOJI
Hi Nicolas, On Sat, Jan 19, 2019 at 2:56 AM Nicolas Goaziou wrote: > Yasushi SHOJI writes: > > > Unfortunately, I don't have write permission to the repo. So we need > > to ask one of the maintainers to merge it. > > Sure. Could you also add an entry in ORG NEWS on that feature? Done. > Note