Re: [O] Release Org 9.2 soon ?

2018-04-21 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > I suggest to release Org 9.1.11 by the beginning of the next week, and > merge in into Emacs. Hopefully, this will be the last update included in > Emacs 26. I've released 9.1.11 -- I won't have time to check Org before next tuesday, so please let's wait un

Re: [O] [PATCH] Add support for Babel with Eshell, (updated PATCH)

2018-04-21 Thread stardiviner
In this latest PATCH, contains fix of ob-shell :session initialize and execution. From 596da7b0384d64f3c1c22a49bc9bced8d0d8abf8 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sun, 22 Apr 2018 09:37:40 +0800 Subject: [PATCH] ob-eshell.el: Add Eshell support for Babel. * lisp/ob-eshell.el (org-

Re: [O] [PATCH] Add support for Babel with Eshell, and some questions

2018-04-21 Thread stardiviner
Ahh, forgot include my patches. From 132c94b9b40fd9ba694fa4338f325582771c53ec Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sun, 22 Apr 2018 09:37:40 +0800 Subject: [PATCH] ob-eshell.el: Add Eshell support for Babel. * lisp/ob-eshell.el (org-babel-execute:eshell): Execute Eshell code in Babel

[O] [PATCH] Add support for Babel with Eshell, and some questions

2018-04-21 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I added ob-eshell.el and documentation. I got some questions: When I run `make test`, found some babel languages are missing dependency. What does that mean? and my ob-eshell is missing dependency too. , | Code block evaluation complete. |

[O] How to pass table range fields to TBLFM Elisp function?

2018-04-21 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 In this question's second answer: https://emacs.stackexchange.com/questions/32895/how-to-feed-range-from-org-table-filled-with-strings-to-code-block-via-tblfm It gives out another solution: , | #+name: el-concat-str | #+begin_src emacs-lisp :v

Re: [O] Bug: org-capture template expansion "%x" stopped working

2018-04-21 Thread Brady Trainor
Nicolas Goaziou writes: I think this is now fixed. Thank you. Yes, I see it as fixed, tested with git clone which gave me: Org mode version 9.1.10 (release_9.1.10-619-g02e290 @ /Users/iam/.emacs.d/lisp/org-mode/lisp/) Thank you. -- Brady

[O] aligning images, html attributes ignored when exporting to html (longish, sorry)

2018-04-21 Thread Andreas Reuleaux
Hi, following this tutorial https://orgmode.org/worg/org-tutorials/images-and-xhtml-export.html I am trying to export some sample.org file to html, and have the images floated to the right, with no success however. to that end ATTR_HTML is used in the tutorial and in my sample.org: - Lore

[O] Patch: Document undocumented behavior in `org-timestamp-up'

2018-04-21 Thread Andrew Eggenberger
Please disregard. I sent an expanded version after joining the list. That on has already been applied. -- *Andrew Eggenberger*

Re: [O] org-note-abort

2018-04-21 Thread Nicolas Goaziou
Hello, Brad Knotwell writes: > Good day all-- > Earlier, I had written about the unreliability of adding > a table-line.  Well, I ran into a similar problem with the > (significantly simpler) entry capability.  Unlike the table-line, this > was an easier debug and I determined that org-note-abor

[O] [SOLVED :padline no] (was: org-babel-trangle, proble when loop is interrupted by documentation)

2018-04-21 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: >> Hello, >> Uwe Brauer writes: >> I guess you have to set `org-src-preserve-indentation' globally, or use >> "-i" flag for the block, which is locally equivalent. I think I found it: * A test example #+BEGIN_SRC matlab :tangle test.m :padline no

Re: [O] org-babel-trangle, proble when loop is interrupted by documentation

2018-04-21 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > I guess you have to set `org-src-preserve-indentation' globally, or use > "-i" flag for the block, which is locally equivalent. Great that does it. However there is still an empty line generated. Any possibility get rid of this as well, I look a bit

Re: [O] Release Org 9.2 soon ?

2018-04-21 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Bastien writes: > >> yes, let's move forward. >> >> I'm back from a few days off, I'll be able to make the 9.2 release >> at the end of next week. I've released 9.1.10 in the meantime. > > Great. > > I suggest to release Org 9.1.11 by the beginning of the ne

Re: [O] Release Org 9.2 soon ?

2018-04-21 Thread Nicolas Goaziou
Hello, Bastien writes: > yes, let's move forward. > > I'm back from a few days off, I'll be able to make the 9.2 release > at the end of next week. I've released 9.1.10 in the meantime. Great. I suggest to release Org 9.1.11 by the beginning of the next week, and merge in into Emacs. Hopefull

Re: [O] Release Org 9.2 soon ?

2018-04-21 Thread Bastien
Hi Nicolas, yes, let's move forward. I'm back from a few days off, I'll be able to make the 9.2 release at the end of next week. I've released 9.1.10 in the meantime. Thanks, -- Bastien

Re: [O] Release Org 9.2 soon ?

2018-04-21 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > :tags:in:the:agenda: > > look:like:this > > is this deliberate? No, it isn't. Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Should wip-cite branch be merged to master?

2018-04-21 Thread Christian Moe
I have no opinion on whether it's time for a merge or not, but please don't wait up for me. Nicolas Goaziou writes: > I also remember that Christian Moe suggested an alternate syntax for > citations. He might want to point out what is missing from @cite syntax > and if he still prefers his idea.

Re: [O] Bug: org-capture template expansion "%x" stopped working

2018-04-21 Thread Nicolas Goaziou
Hello, Brady Trainor writes: > The issue at following thread seems to have resurfaced > > https://lists.gnu.org/archive/html/emacs-orgmode/2016-07/msg00490.html > > If I run the following > > emacs -Q -nw --eval "(progn (setq org-capture-templates '((\"t\" > \"Task\" entry (file \"/tmp/test.org

Re: [O] org-babel-trangle, proble when loop is interrupted by documentation

2018-04-21 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > Please consider the following test org file > * A test example > , > | #+BEGIN_SRC matlab :tangle test.m > | function [ll x]=mitest(A0,x0) > | % initialization > | format long > | epsi=1.e-3; > | nit=0; > | nmaxit=200; > | Delta=10; > | A=A0; > | while Delta>eps

Re: [O] [PATCH] ox-md.el: fixed an issue where exporting markdown ToC would fail if heading numbering is not enabled

2018-04-21 Thread Nicolas Goaziou
Hello, Yue Zhu writes: > When exporting markdown with ToC, if heading numbering is not enabled, it > would fail with the attached backtrace. The cause is that the function > `org-md--build-toc' in `ox-md.el' does not properly handle this case which > effectively results in a function call `(form

[O] org-babel-trangle, proble when loop is interrupted by documentation

2018-04-21 Thread Uwe Brauer
Hi Please consider the following test org file * A test example , | #+BEGIN_SRC matlab :tangle test.m | function [ll x]=mitest(A0,x0) | % initialization | format long | epsi=1.e-3; | nit=0; | nmaxit=200; | Delta=10; | A=A0; | while Delta>epsi & nitepsi & nit

[O] org-mime-htmlize transforms ' into ? in gmail_quote

2018-04-21 Thread Joseph Vidal-Rosset
Hello, I meet a problem with a transformation of ' into ? with French emails in gnus. I guess that is a bug in org-mime-htmlize. Here is an example: Le ven.20 avril 2018à 09:43:54 ,G. D. a envoyé ce message: > Possibilité d'utiliser son propre matériel ou d'en louer sur

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

2018-04-21 Thread Jean-Christophe Helary
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 Use of uninitialized value $newfilepath in string eq at /opt/local/lib/perl5/5.24/Locale/Po4a/TeX.pm line 961. po4a::tex:

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

2018-04-21 Thread Jean-Christophe Helary
> On Apr 16, 2018, at 0:00, Eli Zaretskii wrote: > >> 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 >> >> Use of uninitialized value $newfilepath in s

[O] Bug: org-capture template expansion "%x" stopped working

2018-04-21 Thread Brady Trainor
The issue at following thread seems to have resurfaced https://lists.gnu.org/archive/html/emacs-orgmode/2016-07/msg00490.html If I run the following --8<---cut here---start->8--- emacs -Q -nw --eval "(progn (setq org-capture-templates '((\"t\" \"Task\" entry

[O] Patch: Document undocumented behavior in `org-timestamp-up'

2018-04-21 Thread Andrew Eggenberger
>From 7b2dd929cc7f94a7162429b698f23245d7d7d3c0 Mon Sep 17 00:00:00 2001 From: Andrew Eggenberger Date: Mon, 16 Apr 2018 19:07:41 -0500 Subject: [PATCH] Document undocumented org-timestamp-up behavior. * org.el (org-timestamp-up): Document undocumented behavior. (org-timestamp-up): The function ch

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

2018-04-21 Thread Michael Hendricks
* 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 find that navigating a flat menu structure is more effective than nav

Re: [O] Should wip-cite branch be merged to master?

2018-04-21 Thread Nicolas Goaziou
Hello, tumashu writes: > There is a package which support wip-cite: > https://github.com/andras-simonyi/citeproc-org, should wip-cite branch > be merged to master now? Merging wip-cite branch with master, and integration of citeproc-org into Org core, could be discussed with the author of the