[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 - Item

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 :

Re: [O] pdf images in html export

2014-11-12 Thread John Hendy
On Wed, Nov 12, 2014 at 3:32 PM, Andreas Leha wrote: > Hi John, > > John Hendy writes: >> On Nov 12, 2014 7:36 AM, "Andreas Leha" >> wrote: >>> >>> Hi Rainer, >>> >>> Rainer M Krug writes: >>> > Andreas Leha writes: [snip] >>> Here, I am after a solution, that works on images that are not >>

Re: [O] pdf images in html export

2014-11-12 Thread Andreas Leha
Hi John, John Hendy writes: > On Nov 12, 2014 7:36 AM, "Andreas Leha" > wrote: >> >> Hi Rainer, >> >> Rainer M Krug writes: >> > Andreas Leha writes: >> > >> >> Hi Marco, >> >> >> >> Marco Wahl writes: >> >>> Andreas Leha writes: >> >>> >> how would I export an org file containing >> >>

Re: [O] pdf images in html export

2014-11-12 Thread John Hendy
On Nov 12, 2014 7:36 AM, "Andreas Leha" wrote: > > Hi Rainer, > > Rainer M Krug writes: > > Andreas Leha writes: > > > >> Hi Marco, > >> > >> Marco Wahl writes: > >>> Andreas Leha writes: > >>> > how would I export an org file containing > > [[file:./myimage.pdf]] > > >>>

Re: [O] pdf images in html export

2014-11-12 Thread Andreas Leha
Hi Chuck, "Charles C. Berry" writes: > On Wed, 12 Nov 2014, Andreas Leha wrote: > >> Hi Rainer, >> >> Rainer M Krug writes: >>> Andreas Leha writes: >>> Hi Marco, Marco Wahl writes: > Andreas Leha writes: > >> how would I export an org file containing >> >>

Re: [O] converting to "init.org"

2014-11-12 Thread Nick Dokos
Alexander Baier 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) >> '(org-agenda-include-diary t)

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

2014-11-12 Thread Florian Beck
Nick Dokos 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,.$]\\)\\$\\)\\)\\([- .,?;:'\")\000]\\|$\\)"

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 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 days in my > agenda,

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

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) > '(org-agenda-insert-

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'. > >

[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 here---start-

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 writes: Andreas Leha writes: Hi Marco, Marco Wahl writes: Andreas Leha 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 w

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 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. Michael

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 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 >> a

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

2014-11-12 Thread Charles Berry
Sebastien Vauban 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

Re: [O] pdf images in html export

2014-11-12 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Rainer M Krug writes: >> Andreas Leha writes: >> >>> Hi Marco, >>> >>> Marco Wahl writes: Andreas Leha writes: > how would I export an org file containing > > [[file:./myimage.pdf]] > > to html so that a say png version myi

Re: [O] pdf images in html export

2014-11-12 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Andreas Leha writes: > >> Hi Marco, >> >> Marco Wahl writes: >>> Andreas Leha 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 whi

Re: [O] pdf images in html export

2014-11-12 Thread Rainer M Krug
Andreas Leha writes: > Hi Marco, > > Marco Wahl writes: >> Andreas Leha 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

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 wrote: > Hi Nathaniel > > On Sun, Nov 9, 2014 at 11:18 AM, Nathaniel Flath > wrote: > > Updated patches attached. > > The second does not apply after the first on today's > release_8.3beta-552-ga95cfeb. Unrelated: The second ha

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

2014-11-12 Thread Teika Kazura
From: Nicolas Goaziou > 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, release notes (http://orgm

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 #+be

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
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 >>SCHEDULE

Re: [O] pdf images in html export

2014-11-12 Thread Andreas Leha
Hi Marco, Marco Wahl writes: > Andreas Leha 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 pd

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 Vau

[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 ki

Re: [O] pdf images in html export

2014-11-12 Thread Marco Wahl
Andreas Leha 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 > export somehow. You