Re: [O] pdf images in html export

2014-11-12 Thread Marco Wahl
Andreas Leha andreas.l...@med.uni-goettingen.de writes: how would I export an org file containing [[file:./myimage.pdf]] to html so that a say png version myimage.pdf is inlined in the html which links to the pdf? I guess it should be possible to run imagemagick on all pdf links during

[O] org-mobile-pull leaves a messed-up sparse tree display

2014-11-12 Thread James Harkins
Attached to this e-mail, please find an image of the appearance of one of my org buffers after doing org-mobile-pull. Before the pull, I collapsed all the subtrees (S-TAB once). The pull added some new nodes. The nodes appear to be filed correctly. But, it looks like org is trying to do some

Re: [O] Inline code :results replace not working

2014-11-12 Thread Sebastien Vauban
Charles C. Berry wrote: I find myself writing an inline src block, then typing `C-c C-c C-x u' to view and then remove the result, then revise, and repeat. I'd be happy to just leave it in the document. What command are you calling with the above? Best regards, Seb -- Sebastien Vauban

Re: [O] pdf images in html export

2014-11-12 Thread Andreas Leha
Hi Marco, Marco Wahl marcowahls...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: how would I export an org file containing [[file:./myimage.pdf]] to html so that a say png version myimage.pdf is inlined in the html which links to the pdf? I guess it should

Re: [O] [RFC] Change property drawer syntax

2014-11-12 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: It does work perfectly on the meta-stuff (SCHEDULED, DEADLINE, etc.). Though, it moves as well the body text -- while I'm not using `org-indent-mode'. * New section ** The SCHED will be moved SCHEDULED: 2011-08-18 Thu

Re: [O] [RFC] Change property drawer syntax

2014-11-12 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: As discussed previously, I would like to modify property drawers syntax. [...] However, it will break some Org documents. In particular, TODO-states changes are usually logged before any drawer, including properties drawers. The following function

Re: [O] [RFC] Change property drawer syntax

2014-11-12 Thread Sebastien Vauban
Nicolas, Sebastien Vauban wrote: After heavy testing (on all my Org files, I mean) of the function `org-repair-property-drawers', it works perfectly except for the following corner-case (when there are Org properties in quote blocks). PS- I did not retest (yet) the same thing in

Re: [O] [patch] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-11-12 Thread Teika Kazura
From: Nicolas Goaziou m...@nicolasgoaziou.fr Could you provide a patch with git format-patch? Glad to contribute. I attached two patches, the first for the lisp fix, and the second for org.texi. The code is confirmed to work, and the info correctly compiles. More is described later. Now,

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-12 Thread Nathaniel Flath
New patches attached! On Sun, Nov 9, 2014 at 9:12 PM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Nathaniel On Sun, Nov 9, 2014 at 11:18 AM, Nathaniel Flath flat0...@gmail.com wrote: Updated patches attached. The second does not apply after the first on today's

Re: [O] pdf images in html export

2014-11-12 Thread Rainer M Krug
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Marco, Marco Wahl marcowahls...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: how would I export an org file containing [[file:./myimage.pdf]] to html so that a say png version myimage.pdf is

Re: [O] pdf images in html export

2014-11-12 Thread Andreas Leha
Hi Rainer, Rainer M Krug rai...@krugs.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Marco, Marco Wahl marcowahls...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: how would I export an org file containing [[file:./myimage.pdf]] to

Re: [O] pdf images in html export

2014-11-12 Thread Rainer M Krug
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Rainer, Rainer M Krug rai...@krugs.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Marco, Marco Wahl marcowahls...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: how would I

Re: [O] Inline code :results replace not working

2014-11-12 Thread Charles Berry
Sebastien Vauban sva-news@... writes: Charles C. Berry wrote: I find myself writing an inline src block, then typing `C-c C-c C-x u' to view and then remove the result, then revise, and repeat. I'd be happy to just leave it in the document. What command are you calling with the

Re: [O] Embedded LaTeX does not work with Unicode quotes

2014-11-12 Thread Marcin Borkowski
On 2014-11-12, at 07:05, Nick Dokos wrote: Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi list, I have this: „$n\eps\le b$”, and it seems not to be recognized as a LaTeX fragment. The manual says: To avoid conflicts with currency specifications, single `$' characters

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-12 Thread Michael Brand
Hi Nathaniel On Wed, Nov 12, 2014 at 12:51 PM, Nathaniel Flath flat0...@gmail.com wrote: New patches attached! Now that they apply I found: + Re-applying formulas to full table...(line %d Missing cnt. + (message Re-applying formulas...done cnt)) Superfluous cnt.

Re: [O] pdf images in html export

2014-11-12 Thread Charles C. Berry
On Wed, 12 Nov 2014, Andreas Leha wrote: Hi Rainer, Rainer M Krug rai...@krugs.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Marco, Marco Wahl marcowahls...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: how would I export an org file

[O] converting to init.org

2014-11-12 Thread Sharon Kimble
I have been converting/building my init.el to init.org and it is working well, but there are a few things that I'm not sure about. For instance, I have a command to display 21 days in my agenda, but it is not happening. This is the command - --8---cut

Re: [O] [PATCH] inline src block results can be removed

2014-11-12 Thread Aaron Ecay
Hi Chuck, 2014ko azaroak 12an, Charles C. Berry-ek idatzi zuen: Inline src blocks cannot update their results --- causing some of us heaadaches [1]. These patches fix that by placing the result of an inline src block in an export snippet with a faux :back-end called 'babel'. So C-c

Re: [O] converting to init.org

2014-11-12 Thread Alexander Baier
On 2014-11-12 20:27 Sharon Kimble wrote: *** Agenda config #+BEGIN_SRC emacs-lisp '(org-agenda-include-all-todo t) '(org-agenda-span 21) '(org-agenda-include-diary t) '(org-agenda-insert-diary-extract-time t)

Re: [O] converting to init.org

2014-11-12 Thread Alexander Baier
[ Accidentally hit send, ... ] On 2014-11-12 20:27 Sharon Kimble wrote: *** Agenda config #+BEGIN_SRC emacs-lisp '(org-agenda-include-all-todo t) '(org-agenda-span 21) '(org-agenda-include-diary t) '(org-agenda-insert-diary-extract-time

Re: [O] converting to init.org

2014-11-12 Thread Thomas S. Dye
Aloha Sharon, You need to set the variables with =set= or =setq=. Sharon Kimble boudic...@skimble.plus.com writes: I have been converting/building my init.el to init.org and it is working well, but there are a few things that I'm not sure about. For instance, I have a command to display 21

Re: [O] Embedded LaTeX does not work with Unicode quotes

2014-11-12 Thread Florian Beck
Nick Dokos ndo...@gmail.com writes: punctuation in the syntax tables. Look for org-latex-regexps in org.el The line in question is #+BEGIN_SRC emacs-lisp ($ \\([^$]\\|^\\)\\(\\(\\$\\([^ \r\n,;.$][^$\n\r]*?\\(\n[^$\n\r]*?\\)\\{0,2\\}[^ \r\n,.$]\\)\\$\\)\\)\\([-

Re: [O] converting to init.org

2014-11-12 Thread Nick Dokos
Alexander Baier alexander.ba...@mailbox.org writes: [ Accidentally hit send, ... ] On 2014-11-12 20:27 Sharon Kimble wrote: *** Agenda config #+BEGIN_SRC emacs-lisp '(org-agenda-include-all-todo t) '(org-agenda-span 21)

Re: [O] pdf images in html export

2014-11-12 Thread Andreas Leha
Hi Chuck, Charles C. Berry ccbe...@ucsd.edu writes: On Wed, 12 Nov 2014, Andreas Leha wrote: Hi Rainer, Rainer M Krug rai...@krugs.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Marco, Marco Wahl marcowahls...@gmail.com writes: Andreas Leha

Re: [O] pdf images in html export

2014-11-12 Thread John Hendy
On Nov 12, 2014 7:36 AM, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi Rainer, Rainer M Krug rai...@krugs.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Marco, Marco Wahl marcowahls...@gmail.com writes: Andreas Leha

Re: [O] pdf images in html export

2014-11-12 Thread Andreas Leha
Hi John, John Hendy jw.he...@gmail.com writes: On Nov 12, 2014 7:36 AM, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi Rainer, Rainer M Krug rai...@krugs.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Marco, Marco Wahl marcowahls...@gmail.com

Re: [O] pdf images in html export

2014-11-12 Thread John Hendy
On Wed, Nov 12, 2014 at 3:32 PM, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi John, John Hendy jw.he...@gmail.com writes: On Nov 12, 2014 7:36 AM, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi Rainer, Rainer M Krug rai...@krugs.de writes: Andreas Leha

Re: [O] [PATCH] inline src block results can be removed

2014-11-12 Thread Charles C. Berry
On Wed, 12 Nov 2014, Aaron Ecay wrote: Hi Chuck, 2014ko azaroak 12an, Charles C. Berry-ek idatzi zuen: Inline src blocks cannot update their results --- causing some of us heaadaches [1]. These patches fix that by placing the result of an inline src block in an export snippet with a faux

[O] Sub-tree EXPORT_ properties are not over-riding file-level options

2014-11-12 Thread Daniel J. Sinder
My exports are not picking up sub-tree EXPORT_ properties. Emacs: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Org: Org-mode version 8.2.10 (release_8.2.10-16-g4c37a9 Here's my test file (export-test.org): #+AUTHOR: Daniel Sinder #+OPTIONS: toc:nil * First Heading -