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?
I
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 Pandoc-lik
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 includi
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
Applied. Thank you.
Regards,
--
Nicolas Goazio
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" string).
Thank you. Some commen
Hello,
Charles Durst writes:
> A tiny patch to improve text formatting support for exporting to
> Confluence wiki-markup.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
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 main()
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 persist.
> Carsten
Be
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 general escape characte
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 d
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
http://6xukrl
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
> --8<---cut here--
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
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
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 org
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 diff
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 beh
17 matches
Mail list logo