Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-04-15 Thread tumashu
At 2018-04-14 17:42:27, "tumashu" wrote: > > > > > > > > > > >At 2018-04-14 15:44:00, "Nicolas Goaziou" wrote: >>Hello, >> >>tumashu writes: >> >>> I do not know why must save-buffer, may be for information safe :-) >> >>If

Re: [O] [PATCH] make tags fast selection popup narrower

2018-04-15 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> Here is the patch: >> >> From 7fc28443484f7b8c701d7c076f1c9c4e389651e7 Mon Sep 17 00:00:00 2001 >> From: stardiviner

Re: [O] [PATCH] make tags fast selection popup narrower

2018-04-15 Thread Nicolas Goaziou
Hello, stardiviner writes: > Here is the patch: > > From 7fc28443484f7b8c701d7c076f1c9c4e389651e7 Mon Sep 17 00:00:00 2001 > From: stardiviner > Date: Sun, 15 Apr 2018 17:41:44 +0800 > Subject: [PATCH] * org.el: make fast tags selection popup narrower

Re: [O] 3 manuals fail to export to PO (gnus, idlwave, org)

2018-04-15 Thread Eli Zaretskii
> From: Jean-Christophe Helary > Date: Sun, 15 Apr 2018 21:33:18 +0900 > > 3 manuals distributed with emacs fail to export to po format when using the > following command: > > po4a-gettextize -f texinfo -M utf8 -m name.texi -p name.texi.fr.po > > gnus.texi >

[O] [PATCH] ob-clojure-literate remove dependency on dash

2018-04-15 Thread stardiviner
From 0edc3d8f2b6fe4a99e11286efe7eb49dc3596cbe Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sun, 15 Apr 2018 19:40:12 +0800 Subject: [PATCH] * ob-clojure-literate.el: remove dash dependence. --- contrib/lisp/ob-clojure-literate.el | 17 - 1 file changed,

Re: [O] [OT] org-mode bindings in markdown-mode?

2018-04-15 Thread Matt Price
Thanks to both of you. I guess I will add some bindings, maybe in the form of a light minor mode. Unfortunately the markdown mode fun tions just srent nearly as powerful as the org mode ones, but a little bit if improved muscle memory will be better than nothing I guess. On Fri, Apr 13, 2018,

Re: [O] [PATCH] org-compat: Allow imenu items without hierarchy

2018-04-15 Thread Nicolas Goaziou
Hello, Michael Hendricks writes: > * lisp/org-compat.el (org-imenu-flat): New custom variable. > (org-imenu-get-tree): Skip hierarchical item structure if > org-imenu-flat is true. > > Many of my Org files have deep hierarchies, but few total headings. > For those files, I

Re: [O] Sectioning from includes gets confused in export

2018-04-15 Thread Jarmo Hurri
>> If you export the main file to LaTeX (C-c C-e l o) you will notice >> that the correct sectioning level of the level 2 section of step.org >> is lost in the export. The level 2 section becomes subordinate to >> level 3 section. >> >> Feature or bug? > > Feature. See (info "(org) Include

Re: [O] Sectioning from includes gets confused in export

2018-04-15 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > Attached are two files: > 1. steps.org : main org file > 2. step.org : file included twice into main org file > > If you export the main file to LaTeX (C-c C-e l o) you will notice that > the correct sectioning level of the level 2 section of

[O] Sectioning from includes gets confused in export

2018-04-15 Thread Jarmo Hurri
Greetings. Attached are two files: 1. steps.org : main org file 2. step.org : file included twice into main org file If you export the main file to LaTeX (C-c C-e l o) you will notice that the correct sectioning level of the level 2 section of step.org is lost in the export. The level 2 section

[O] bug#26467: 25.2; [Org mode] Call dot babel from elisp generate invalid image

2018-04-15 Thread Nicolas Goaziou
Hello, wang jinjian writes: > Use case is call dot babel from elisp code block. refer to > http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html > > Below is a more minimal example: > > #+NAME: nodes > | From | To | Weight | > > |--++| > | A| B |

Re: [O] Bug: Weird interaction between ox-extra and include :minlevel

2018-04-15 Thread Nicolas Goaziou
Hello, Daniel P Gomez writes: > I was thinking of #+ignore_tags. as an analog of #+exclude_tags. While > #+exclude_tags removes a complete subtree from export, #+ignore_tags > would only ignore headlines and insert the contents. You may want to read the discussions about

Re: [O] [PATCH] ob-clojure.el and ob-clojure-literate.el support new header argument :ns

2018-04-15 Thread Nicolas Goaziou
Hello, stardiviner writes: > About the compilation warnings. I only did "make test". have not do > compilation test. Do you mean compile whole org-mode project or compile > a single file ob-clojure.el with [M-x byte-compile-file]? I will include > this step in my future