Re: [O] Add preamble support to ob-plantuml.el

2016-12-05 Thread Thibault Marin
Hi, thanks for the feedback. > You don't need to use the TINYCHANGE string since you signed FSF papers > already. Fixed. > The :version keyword is inaccurate. It should be :version "25.2". It is > also missing :package-version and :safe #'stringp. Fixed (I hope). > OOC, what is your use case?

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-05 Thread Scott Randby
On 12/05/2016 03:36 AM, Scott Otterson wrote: > Yes, there's a general question of how to escape multiple underscores. > > But there's a bigger question too: Should an org-doc that runs fine in > other exporters cause a messy-to-debug crash when it's exported to > Latex? Is that the

[O] [PATCH] ox-confluence.el: Better list item support

2016-12-05 Thread Charles Durst
One more. Hopefully more interesting than my last one. -- Charles Durst cwdurst+orgm...@gmail.com * contrib/lisp/ox-confluence.el (org-confluence--li-bullet, org-confluence-item): Use "#" for ordered lists, include item name in descriptive lists. This correctly handles nested lists

Re: [O] [Patch v2] Add support for sqsh sql src blocks

2016-12-05 Thread Nicolas Goaziou
Hello, MaDhAt2r writes: > Absolutely. > > Thanks, > > Micah > > From f7c71428981a5f7c0ff5ee44fcecf7003c340813 Mon Sep 17 00:00:00 2001 > From: madhat2r > Date: Sat, 3 Dec 2016 09:33:13 -0600 > Subject: [PATCH] add sqsh engine and ORG-NEWS entry

Re: [O] Add preamble support to ob-plantuml.el

2016-12-05 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > I am attaching a patch adding support for preamble commands to > ob-plantuml.el. The string content of the `org-plantuml-preamble' > variable is added at the beginning of each source block before execution > (after the "@startuml"

Re: [O] [PATCH] ox-confluence.el: Add support for verbatim & code

2016-12-05 Thread Nicolas Goaziou
Hello, Charles Durst writes: > A tiny patch to improve text formatting support for exporting to > Confluence wiki-markup. Applied. Thank you. Regards, -- Nicolas Goaziou

[O] question about org-coderef-label-format and HTML export

2016-12-05 Thread dmg
hi everybody, I was playing with org-coderef-label-format to reference lines of code in blocks. I created a small example that overrides the default value: #+BEGIN_SRC C++ :main no :flags -std=c++14 -Wall --pedantic -Werror :results output :exports both -r -l "//(ref:%s)" +n #include int

Re: [O] Funny bug with org-get-heading

2016-12-05 Thread Marcin Borkowski
On 2016-12-05, at 15:51, Carsten Dominik wrote: > Hi Martin, Marcin > I am not able to reproduce this with Org 9.0.1. So, sorry for the noise - I'm still at 8.3.4. I'll try to update on my next Emacs restart (probably within a week or two) and make sure it doesn't

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-05 Thread Charles C. Berry
On Sun, 4 Dec 2016, Nicolas Goaziou wrote: Hello, Scott Randby writes: There is an interesting issue here. I sometimes want to use ~ in a code snippet, so I can't use ~code snippet~. Yet, Indeed, this was discussed in this ML. We need some escape character in Org. A

[O] Time-Event-Diagrams

2016-12-05 Thread Karl Voit
Hi! I am using following template to generate boxplot diagrams from values within an org-mode table: #+NAME: boxplot-$1 #+BEGIN_SRC R :var data=${2:orgtable} :exports code :results none pdf('~/tmp/2del/boxplot-$1.pdf') boxplot(data\$${3:column}, names=c("${4:column

Re: [O] Error publishing a simple html page

2016-12-05 Thread Leandro Noferini
Ciao a tutti, I need only to add that tha same configuration works normally well using an emacs24 (from debian stable package) instead on emacs25 (from debian unstable). -- leandro 1A0B 125B 2E4D 2DAE 4E26 4551 88FB BBCC 7A29 640B https://bbs.cybervalley.org/ChiaveLeandro/gpg.html

Re: [O] Funny bug with org-get-heading

2016-12-05 Thread Carsten Dominik
Hi Martin, I am not able to reproduce this with Org 9.0.1. Carsten On Mon, Dec 5, 2016 at 2:36 PM, Marcin Borkowski wrote: > Hi all, > > try this: put point at a line saying > > --8<---cut here---start->8--- > * todo lists >

[O] Funny bug with org-get-heading

2016-12-05 Thread Marcin Borkowski
Hi all, try this: put point at a line saying --8<---cut here---start->8--- * todo lists --8<---cut here---end--->8--- and do M-: (org-get-heading t t) It will strip the "todo" (even though it should only strip "TODO"). It

[O] where and how does one request support for ox-html export into single file?

2016-12-05 Thread Xebar Saram
Hi all i really love in org-reveal that it as support to export into single file (there is an option to use #+OPTIONS: reveal_single_file:t). It seems ox-html doesn't support to export into single file. can one add a feature request somewhere? and if so where and how :) thx alot Z

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-05 Thread Scott Otterson
Yes, there's a general question of how to escape multiple underscores. But there's a bigger question too: Should an org-doc that runs fine in other exporters cause a messy-to-debug crash when it's exported to Latex? Is that the Pandoc-like behavior that orgmode seems to be aiming for? I love

Re: [O] Latex export fails for plain lists deeper than four, works for html

2016-12-05 Thread Scott Otterson
Hi Nicolas, thanks for trying to replicate this on Linux. What happens for you if it doesn't crash? Does the latex export just work and produce a pdf with a set of properly nested lists? Would you be willing to sent me .tex your latex export produces? It seems unlikely, but maybe org use a

Re: [O] Bug: Latex export fails with link in headline

2016-12-05 Thread Scott Otterson
Huh, the mystery deepens. Does TexLive really behave differently on Linux? Anyway, I'd argue that Org should do the minimum to prevent Latex crashes. It seems that org is aiming to be a generic document format, which can be exported to other formats without modification. But with the current