Re: [O] Inline source does not evaluate when inserted insie a minipage environment

2017-09-22 Thread Charles Millar
On 09/22/17 17:22, Nicolas Goaziou wrote: Hello, Charles Millar writes: This problem may not be limited to just \begin{minipage}, etc., but to other latex commands which may precede text which contains inline source code The following inline code evaluates as expected to 1 This is some text

Re: [O] Issue with org-babel-clojure evaluation returning all forms

2017-09-22 Thread Tim Cross
It is quite likely an issue due to changes in cider. Cider from melpa gets a lot of updates and is a fast moving target. IMO cider is not the best back end to use with org. You are probably better off using inf-clojure. The cider back end has a lot of complexity to support repl driven development

Re: [O] Bug: org-emphasis-alist not fully applied [9.1.1 (9.1.1-1-g80cbf9-elpa @ x:/folder/user/.emacs.d/elpa/org-20170918/)]

2017-09-22 Thread Nicolas Goaziou
Hello, Jens Lange writes: > "If they don't want items added to org-emphasis-alist they shouldn't use > the repeat customization type which allows insertion and deletion. > Furthermore, they should add a note about this restriction in the doc > string of org-emphasis-alist. Maybe, you can give a

Re: [O] Inline source does not evaluate when inserted insie a minipage environment

2017-09-22 Thread Nicolas Goaziou
Hello, Charles Millar writes: > This problem may not be limited to just \begin{minipage}, etc., but to > other latex commands which may precede text which contains inline > source code > > The following inline code evaluates as expected to 1 > > This is some text. > Some more test with an inline

Re: [O] width/height/alignement of images in tables

2017-09-22 Thread edgar
Date: Fri, 22 Sep 2017 09:56:35 +0200 From: C?dric ODY To: emacs-orgmode@gnu.org Subject: [O] width/height/alignement of images in tables Would there be a way to add width/height/alignment parameters for images that are included in a table, say | [[./a.png]] | [[./b.png]] | by for instance a

[O] Inline source does not evaluate when inserted insie a minipage environment

2017-09-22 Thread Charles Millar
Hi, This problem may not be limited to just \begin{minipage}, etc., but to other latex commands which may precede text which contains inline source code The following inline code evaluates as expected to 1 This is some text. Some more test with an inline  src_sh[:results raw]{echo 1} a bit m

Re: [O] Add ability to force-enable TOC

2017-09-22 Thread Matt Lundin
Kaushal Modi writes: > On Wed, Sep 20, 2017, 6:25 AM Nicolas Goaziou > wrote: > > I didn't say it was an unusual case. I said it didn't cover all > the use-cases. Maybe you are really needing a subset of the > initial feature. > > Understood. > > IOW, do mixed numbered/unnumbere

[O] Issue with org-babel-clojure evaluation returning all forms

2017-09-22 Thread Matthew Stegall
I'm trying to set up babel for use with Clojure according to http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html#org85bc1ec and I can evaluate code but when I evaluate a block with multiple forms in it it outputs all of the form like so #+begin_src clojure :results value (def

[O] [PATCH] ox-publish.el: Fix regexp `match' to be non-nil

2017-09-22 Thread Jens Lechtenboerger
Hi there, recursive publishing fails with base-extension any because a nil regexp is passed. The attached patch fixes this. Best wishes Jens P.S. I did the necessary paperwork (copyright assignment) for Emacs. >From 6584a78c350016e39c199bb61d203bc12c0c4c53 Mon Sep 17 00:00:00 2001 From: =?UTF-

Re: [O] setting local variables

2017-09-22 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Carsten Dominik writes: > >> yes, I am aware that LaTeX does use unnumbered for this, but this is >> backend specific implementation, and not an argument about the logic of >> this approach. > > Fair enough. I reverted the commit. > > I think a :NOTOC: proper

[O] width/height/alignement of images in tables

2017-09-22 Thread Cédric ODY
Hello, Would there be a way to add width/height/alignment parameters for images that are included in a table, say | [[./a.png]] | [[./b.png]] | by for instance adding the parameters inside the brackets [[./a.png,width,height,halign,valign]]? From what I have seen, the alignment should howe

Re: [O] setting local variables

2017-09-22 Thread Carsten Dominik
Hi Nicolas, thanks! Carsten On Thu, Sep 21, 2017 at 9:21 PM, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > > > yes, I am aware that LaTeX does use unnumbered for this, but this is > > backend specific implementation, and not an argument about the logic of > > this approach. >