Re: [O] empty LaTeX export template

2013-06-11 Thread Andreas Leha
Suvayu Ali writes: > On Tue, Jun 11, 2013 at 11:31:39AM +0200, Andreas Leha wrote: >> >> So I'd like to ask: Is there a possibility to get a really empty LaTeX >> export that reads everything (including the documentclass) from the >> #+LATEX_HEADER ? >>

[O] face for inline-tasks

2013-06-11 Thread Andreas Leha
Hi all, how can I achieve, that the whole inline-task uses a font face (esp. with background)? I customized the face org-inlinetask, but that only fontifies the last stars and the 'END'. I would like to color the whole line plus all the contents. I have similar settings for my code blocks and f

Re: [O] face for inline-tasks

2013-06-12 Thread Andreas Leha
Carsten Dominik writes: > On Jun 11, 2013, at 9:42 PM, Andreas Leha > wrote: > >> Hi all, >> >> how can I achieve, that the whole inline-task uses a font face >> (esp. with background)? >> >> I customized the face org-inlinetask, but that only

Re: [O] empty LaTeX export template

2013-06-13 Thread Andreas Leha
Hi Eric and Rasmus, Rasmus writes: > Eric S Fraga writes: > >> Andreas Leha writes: >> >>> [...] >>> To use this I do: >>> #+OPTIONS: toc:nil author:nil skip:nil >>> #+LATEX_CLASS: bare >>> #+LATEX_HEADER: % everything from t

Re: [O] empty LaTeX export template

2013-06-13 Thread Andreas Leha
Hi Rasmus, >> Thanks a lot. I'll use this approach. That change to the latex header >> I paste from the template into my org file is small enough to be >> acceptable. > > Speaking of which, did you consider just exporting the body without > header-info? Then you could prepare a minimal .tex fil

[O] the orgmode song

2013-06-24 Thread Andreas Leha
Hi all, just stumbled on this: http://youtu.be/vYatkEgr43Q Looks like the official orgmode song! Best, Andreas

Re: [O] evaluation context in call statements

2013-06-26 Thread Andreas Leha
Hi all Achim Gratz writes: > Eric Schulte writes: My vote is for adding #+name support to call lines, and then handling their results in the same manner as code block results. >> >> Achim Gratz writes: >>> I'm not sure what this would entail other than replacing the call with >>> its

Re: [O] Variable in file name for babel output?

2013-06-27 Thread Andreas Leha
Hi Loris, "Loris Bennett" writes: > Hi, > > Is it possible to pass a variable to a source block such that the > variable can be used as part of the name of the output file? > > Currently I have > > #+HEADER: :var data=timelimit-elapsed-data year=2011 :colnames yes > #+HEADER: :session *r* :file

Re: [O] evaluation context in call statements

2013-06-27 Thread Andreas Leha
Achim Gratz writes: > Andreas Leha writes: >> I did not follow this tread, so I just wanted to clarify: You are talking >> about making me to replace >> >> #+call: number_of_sth(origin="dataset1") :results table >> #+call: number_of_sth(origin="d

[O] [babel] feature request: debug messages

2013-07-03 Thread Andreas Leha
Hi all, I would love to see messages like 'entering block foo...' and '...leaving block foo' printed to my R console. This would be very handy when I evaluate a subtree (C-c C-v s) with a lot of #+call lines and some lengthy ones. I know that (1) I could implement that myself at in the source bl

Re: [O] [babel] feature request: debug messages

2013-07-03 Thread Andreas Leha
name: block-1 > #+begin_src R > x <- 2 + 2 > #+end_src > > #+name: block-2 > #+begin_src R > y <- x + x > #+end_src > > Execute the whole buffer =C-c C-v b= to see the prologue in action. > > Andreas Leha writes: > >> Hi all, >> &g

Re: [O] [babel] feature request: debug messages

2013-07-06 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > >> Hi Eric, >> >> >> Eric Schulte writes: >> >>> Hi Andreas, >>> >>> This should be easy to turn on or off using the newly introduced >>> :prologue and :

Re: [O] [babel] feature request: debug messages

2013-07-07 Thread Andreas Leha
Hi Eric, Eric Schulte writes: [...] >> >> I still believe, that there is a bug in the manual, where :epilogue >> and :prologue are described. >> > > Could you elaborate? > In my build I get the sections on :epilogue and :prologue unnumbered. They are also not present present in the TOC. I gu

Re: [O] tikz for multiple targets

2013-07-10 Thread Andreas Leha
Hi Eric, Eric S Fraga writes: > Rasmus writes: > > [...] > >> Tikz/pgf works for the latex exporter. Just insert it as a file link >> (with extension tikz or pgf) or as latex verbatim code. > > Yes, thanks. However, I guess I didn't explain very well what I was > looking for. > > I use tikz

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-10 Thread Andreas Leha
Hi James, James Harkins writes: > At Wed, 03 Jul 2013 10:35:51 +0800, > James Harkins wrote: >> Anyway, I'm not convinced that org-odt-convert would meet my needs >> anyway. It will have to be a multi-worksheet file, and I'll have to >> extract just one or two of the worksheets. The macro might

Re: [O] tikz for multiple targets

2013-07-11 Thread Andreas Leha
Hi Eric, Eric Schulte writes: >> >> I updated the example again. Try this: >> >> --8<---cut here---start->8--- >> #+LATEX_HEADER: \usepackage{tikz} >> >> * Tikz test >> #+name: contents >> #+header: :exports (if (and (boundp 'backend) (eq (org-export-backend-

Re: [O] tikz for multiple targets

2013-07-11 Thread Andreas Leha
Hi Eric, Eric Schulte writes: >> >> This is very nice and works well for me. I would very much like to see >> that in orgmode. Thanks a lot! >> > > Great, I've just committed this patch. Thanks for your original example > which this simply extends. > >> >> How do I extend your example to outp

Re: [O] tikz for multiple targets

2013-07-11 Thread Andreas Leha
Hi Eric, Eric Schulte writes: >> Thanks for the quick answer. I am aware, that imagemagick is needed. >> Let me rephrase my question using your example: >> >>> #+LATEX_HEADER: \usepackage{tikz} >>> >>> First execute the second code block, to define the convenience macro >>> and to set the requi

[O] 2 questions on tables

2013-07-14 Thread Andreas Leha
Hi all, I have two questions concerning tables in orgmode: 1. What is the best way to handle missing values? I have the problem, that missing values ("") are treated as "0" when they appear in a formula. Entering ("nil") instead helps a bit, but does not propagate, i.e. nil + 1 result

Re: [O] Problems with LaTeX source block

2013-07-15 Thread Andreas Leha
Hi Julien, Julien Cubizolles writes: > I'm struggling with LaTeX source blocks and am not sure anymore if one > can use the :results file header. > > I have a csv file to be processed by tikz to get a png picture displayed > in my org buffer. > > Here is what I tried > > #+NAME: python-tikz >

Re: [O] 2 questions on tables

2013-07-15 Thread Andreas Leha
Hi Michael, Michael Brand writes: > Hi Andreas > > On Mon, Jul 15, 2013 at 8:47 AM, Andreas Leha > wrote: >> I have two questions concerning tables in orgmode: > > I try to answer your first question: > >> 1. What is the best way to handle missing values? >&

Re: [O] Problems with LaTeX source block

2013-07-15 Thread Andreas Leha
Hi Julien, Julien Cubizolles writes: > Hi Andreas > > Andreas Leha writes: > >> try that instead >> >> #+NAME: python-tikz >> #+header: :results raw :file py2tikz_sin.png >> #+header: :imagemagick yes :fit yes :headers '("\\usepackage{ti

Re: [O] Problems with LaTeX source block

2013-07-16 Thread Andreas Leha
Hi Julien, Julien Cubizolles writes: > Hi Andreas, I forgot to send the following remarks in my previous > post. > > I encounter a problem with pgfplots. The following works, and produces a > png with a white background > #+NAME: python-tikz > #+header: :results raw :file py2tikz_sin.png > #+hea

Re: [O] Should comments break paragraphs?

2013-07-16 Thread Andreas Leha
Rainer M Krug writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> I see comments as "entities which do not have any impact on the final >>> product". >>> >>> If you regard the org file as the final product, then I >>> completely agree (I use org mainly for literate

Re: [O] Should comments break paragraphs?

2013-07-16 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> In that case, I guess some confusion might come from LaTeX, for example, >> where also the newline is ignored by the comment, s.t. in LaTeX >> , >> | Some text >> | % c

Re: [O] tikz for multiple targets

2013-07-16 Thread Andreas Leha
Hi Eric, Eric S Fraga writes: > Hi Eric et al., > > I now have a system I am happy with mostly for using LaTeX code blocks > heading to multiple export targets. The solution I am using is a > combination of what has been discussed in this thread (by-backend > customisation of headers for babel)

[O] patch for latex->tikz

2013-07-17 Thread Andreas Leha
---cut here---end--->8--- This example works well besides some weird scaling/placement issue. Regards, Andreas >From 1d9c381c309a3a72b5d9feb3db28cdaed920c16d Mon Sep 17 00:00:00 2001 From: Andreas Leha Date: Wed, 17 Jul 2013 16:45:32 +0200 Subject: [PATCH] add *.tikz files as possible

Re: [O] Should comments break paragraphs?

2013-07-17 Thread Andreas Leha
Eric Schulte writes: [...] > > I'm happy to work to fix places where babel is breaking comments. > I guess this would be one of these cases: --8<---cut here---start->8--- * Test #+name: flowdiagram #+header: :exports results # #+header: :results raw #+begi

Re: [O] import R data frame into org-mode table

2013-07-17 Thread Andreas Leha
Rob Stewart writes: > I have an R script that generates a data frame, that I export to a CSV > file. The data looks something like this: > > "","Variant","Xaxis","N","mean","sd","se" > "1","line1",10,5,111.11,9.33,3.11 > "1","line1",20,5,112.11,9.13,3.14 > "1","line1",30,5,113.11,

Re: [O] patch for latex->tikz

2013-07-17 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> attached is a small patch that makes it possible to 'evaluate' latex >> source blocks to tikz files. > > Applied, thanks. > >> >> When the :file header argumen

Re: [O] Should comments break paragraphs?

2013-07-17 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Eric Schulte writes: >> >> >> [...] >> >>> >>> I'm happy to work to fix places where babel is breaking comments. >>> > > I should add the conditional *if* we're goi

Re: [O] inline R source code breaks latex itemize environment

2013-07-19 Thread Andreas Leha
Hi Dieter, "Dieter Wilhelm, H." writes: > Dear () > > please have a look at the self-contained test case. which apparently did not get through. If it got stripped by the list, make sure to either - have text attachments of mime-type text (e.g. text/plain) or - include text attachments inline

Re: [O] [babel] feature request: debug messages

2013-07-20 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > >> Hi Eric, >> >> >> Eric Schulte writes: >> >>> Hi Andreas, >>> >>> This should be easy to turn on or off using the newly introduced >>> :prologue and :

Re: [O] [babel] feature request: debug messages

2013-07-20 Thread Andreas Leha
Andreas Leha writes: > Hi Eric, > > > Eric Schulte writes: > >> Andreas Leha writes: >> >>> Hi Eric, >>> >>> >>> Eric Schulte writes: >>> >>>> Hi Andreas, >>>> >>>> This should be easy

Re: [O] [babel] feature request: debug messages

2013-07-20 Thread Andreas Leha
Andreas Leha writes: > Andreas Leha writes: > >> Hi Eric, >> >> >> Eric Schulte writes: >> >>> Andreas Leha writes: >>> >>>> Hi Eric, >>>> >>>> >>>> Eric Schulte writes: >>>>

Re: [O] [babel] feature request: debug messages

2013-07-25 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Andreas Leha writes: >> >>> Andreas Leha writes: >>> >>>> Hi Eric, >>>> >>>> >>>> Eric Schulte writes: >>>> >>>>> A

Re: [O] [babel] feature request: debug messages

2013-07-25 Thread Andreas Leha
Hi Eric, Eric Schulte writes: >> >> This helps a lot. Thanks! > > Happy this worked out. > >> Now, I will this into all my org files. >> > > Check out the library of babel of things that you want to have globally > available. Thanks for the hint. If I put it there, I still have to #+call it f

Re: [O] [export] Should sidewaystable option automatically add rotating package?

2013-09-16 Thread Andreas Leha
Rasmus writes: > Hi Carsten, > > Carsten Dominik writes: > >>> Note: I should be obvious that I prefer to load as little stuff be >>> default as possible. That is: I'm biased, but it's OK when everyone >>> knows. >> >> Yes. Of course the cleanest solution would be to load as little >> as possi

Re: [O] [BUG] in Release 8.2 - editing code in indirect buffer

2013-09-25 Thread Andreas Leha
On the ess list (emacs.ess.general) there has been the announcement [fn:2] of polymode [fn:1] recently, which is going in this direction. Since my elisp knowledge is limited to the least, this comment might be irrelevant here, in which case please ignore it. Regards, Andreas Footnotes: [fn:1]

Re: [O] C-S-up and C-S-down throws an error

2013-10-16 Thread Andreas Leha
Hi Oleh, really great timing! I was just hit by this as well and along comes your message. Oleh writes: > Hi all, > > Pressing these key-chords just gives: > > user-error: To use shift-selection with Org-mode, customize > `org-support-shift-select' > > I don't think that it's very productive t

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Andreas Leha
Rasmus writes: > Eric writes: > >> If not, it may be simplest to apply the patch I posted >> yesterday which removes the automatic generation of frame labels. > > Did you try the /second/ filter I posted? It should do what you want, > but only break the frames that has the offending mark. > > Ca

[O] odt export with 'header'

2013-10-16 Thread Andreas Leha
Hi all, I'd like to have a 'header' on the first page of a odt exported document -- something like this: , | Some fixed text here +---+ | | some logo | |

Re: [O] odt export with 'header'

2013-10-23 Thread Andreas Leha
Hi Christian, thanks a lot for this. It was definitely helpful. Sorry, I did not get back to this earlier. I do have some issues with this, still -- see my inline comments below. Christian Moe writes: > Hi, > > Andreas Leha writes: > >> I'd like to have a 'header

Re: [O] odt export with 'header'

2013-10-23 Thread Andreas Leha
Hi Christian, Christian Moe writes: > Hi, Andreas, > > Did this work for you? I'll write it up on Worg if it seems useful. It is definitely useful and I think it should be documented somewhere. Very nicely written as well. Worg seems appropriate. I guess other people will need this as well. A

[O] underscore escaping

2013-10-23 Thread Andreas Leha
Hi all, do I miss something wrt underscore escaping? According to the manual [fn:1] I expect to see underscores in the exported (to LaTeX) version of this test file: --8<---cut here---start->8--- * Underscore\_Escaping_Test Underscore\_Escaping_Test #+captio

Re: [O] odt export with 'header'

2013-10-23 Thread Andreas Leha
Christian Moe writes: > Andreas Leha writes: > >>> 3. Give the first page the page style OrgFirstPage. >> >> Which I had to create new. Is that intended? > > No, I get that out of the box on a clean system, so I think you should > see it too. (Along wit

[O] manual linebreaks in odt

2013-10-23 Thread Andreas Leha
Hi all, the odt exporter introduces a spurious [space] at the beginning of the new line after a manual line break enforced by '\\'. According to the manual [fn:1] '\\' is the intended syntax for linebreaks. Thus, this seems to be a bug in the odt exporter. Here is a MWE: --8<---cut

Re: [O] underscore escaping

2013-10-23 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> According to the manual [fn:1] I expect to see underscores in the >> exported (to LaTeX) version of this test file: >> >> * Underscore\_Escaping_Test >> >> Undersco

Re: [O] odt export with 'header'

2013-10-23 Thread Andreas Leha
Hi Christian, [bringing this back on the list] >Andreas Leha writes: > >> Christian Moe writes: >> >>> Andreas Leha writes: >>> >>>>> 3. Give the first page the page style OrgFirstPage. >>>> >>>> Which I had to crea

Re: [O] [PATCH] Re: manual linebreaks in odt

2013-10-23 Thread Andreas Leha
Hi Nicolas and Christian, Nicolas Goaziou writes: > Hello, > > Christian Moe writes: > >> Nicolas, Andreas did put the "\\" at the end, but the line must have got >> wrapped in your email client. > > You're right. For some reason, Gnus sometimes eats newline characters > within scissors markup.

Re: [O] odt export with 'header'

2013-10-24 Thread Andreas Leha
Christian Moe writes: [...] > >>> 3. Give the first page the page style OrgFirstPage. > >> Which I had to create new. Is that intended? > (...) > >>> It doesn't strictly have to be that style, or an Org-prefixed style at >>> all, but it's strange that you don't have them. > >> Yes, w

Re: [O] odt export with 'header'

2013-10-24 Thread Andreas Leha
Christian Moe writes: > Uh, I said: > >> Right. I can't actually find a useful field to insert for email, apart >> from Insert>Fields>Document>Sender>E-mail, which is populated from the >> user data registered for LibreOffice on your user account, not from the >> document information, which does

Re: [O] Very large svg file output from latex block using =#+header: :imagemagick=

2013-11-04 Thread Andreas Leha
Hi John, John Hendy writes: > I'm trying to following along with the example here: > - > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html#sec-4-3 > > I don't need dual export, so I tried this instead for straight html > compatible output: > > #+header: :file tree.svg > #+he

[O] refernce to call results

2013-11-13 Thread Andreas Leha
Hi all, how do I reference the results of a #+call line? Here are my unsuccessful attempts: --8<---cut here---start->8--- * Test call results #+name: curdir #+begin_src sh echo "$PWD" #+end_src #+results: curdir : /home/andreas/tmp/junk/2013/11 #+name: c

Re: [O] refernce to call results

2013-11-13 Thread Andreas Leha
"Sebastien Vauban" writes: > Andreas Leha wrote: >> how do I reference the results of a #+call line? >> >> Here are my unsuccessful attempts: >> >> * Test call results >> >> #+name: curdir >> #+begin_src sh >> echo "$PWD&q

Re: [O] refernce to call results

2013-11-13 Thread Andreas Leha
"Sebastien Vauban" writes: > Andreas Leha wrote: >> how do I reference the results of a #+call line? >> >> Here are my unsuccessful attempts: >> >> * Test call results >> >> #+name: curdir >> #+begin_src sh >> echo "$PWD&q

[O] [feature request] refernce to call results

2013-11-13 Thread Andreas Leha
Hi Sebastien, "Sebastien Vauban" writes: > Hi Andreas, > > Andreas Leha wrote: >> "Sebastien Vauban" writes: >>> Andreas Leha wrote: >>>> how do I reference the results of a #+call line? >>>> >>>> Here are

Re: [O] [feature request] refernce to call results

2013-11-13 Thread Andreas Leha
Hi Eric, Eric Schulte writes: >> >> I agree completely. So my question boils down to this feature request: >> >> Now, that #+call lines can be named, would it be possible to reference >> the results the same way as for code blocks? >> > > I just pushed up a commit which should make this possibl

[O] OpenDocument export

2013-11-13 Thread Andreas Leha
Hi all, since my update just a few minutes ago, I have problems exporting one of my documents to odt. The new behaviour is, that I get asked , | Buffer foo.org<2><2> modified; kill anyway? (yes or no) ` Regardless of my answer after that, a new (empty) buffer is opened, which has the nam

Re: [O] OpenDocument export

2013-11-13 Thread Andreas Leha
Andreas Leha writes: > Hi all, > > since my update just a few minutes ago, I have problems exporting one of > my documents to odt. > > The new behaviour is, that I get asked > , > | Buffer foo.org<2><2> modified; kill anyway? (yes or no) > ` > &

Re: [O] [PATCH] Re: \newpage in HTML export

2013-11-24 Thread Andreas Leha
Eric Abrahamsen writes: > On 11/24/13 16:31 PM, Nicolas Goaziou wrote: >> Hello, >> >> Rüdiger Sonderfeld writes: >> >>> On Friday 22 November 2013 11:24:17 Nicolas Goaziou wrote: Anyway, I don't think this is a good idea to introduce a new syntax just to avoid a one-liner (or a hook,

[O] org-babel-next-src-block respecting #+call lines

2013-12-05 Thread Andreas Leha
Hi all, how could I make org-babel-next-src-block (bound to 'C-c C-v n' by default) jump to the next src block or #+call line? In its current form it skips over call lines. Many thanks in advance, Andreas

[O] [BUG] inline source breaks paragraphs

2013-12-08 Thread Andreas Leha
Hi all, inline source -- when on its own line -- breaks the paragraph, which is unexpected. Here is a test file: --8<---cut here---start->8--- * Test This is a broken src_R[:exports results :results raw]{10} paragraph. --8<---cut here-

Re: [O] [BUG] inline source breaks paragraphs

2013-12-08 Thread Andreas Leha
Hi all, I sent too quickly... Andreas Leha writes: > Hi all, > > inline source -- when on its own line -- breaks the paragraph, which is delete that. > unexpected. > > Here is a test file: > > * T

Re: [O] Tangle including code generating graphics for :results graphics

2015-09-24 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Hi > > Is it possible to tangle an R code block including the code which is > generating the graphs when using =:results graphics= ? > > I would like to tangle these code blocks generating the graphs as I > would like to have a script which I can use to easily u

Re: [O] tangle on export

2015-09-24 Thread Andreas Leha
Hi Alan, Rainer M Krug writes: > Alan Schmitt writes: > >> Hello, >> >> I have a question I feel is very basic but I did not find the answer in >> the manual. How can I trigger the tangling of a block upon export. > > Tangling and exporting are two different paths (well - one could see > tanglin

Re: [O] tangle on export

2015-09-24 Thread Andreas Leha
Hi Alan, Alan Schmitt writes: > Hi Andreas, > > On 2015-09-24 14:14, Andreas Leha writes: > >> if all of this is for a single block, you can get away quite cheaply >> with sth along (untested) >> >> #+begin_src emacs-lisp :results silent >> (save-ex

Re: [O] export: noweb blocks substituted versus verbatim ?

2015-09-26 Thread Andreas Leha
Hi Brian, Brian Beckman writes: > Hello -- I have a situation where some code blocks with noweb references in > them <> are substituted inline when I export the document, and > other code blocks with noweb references, are copied verbatim into the > exported PDF. I do not know what causes this dif

Re: [O] LaTeX equation align in orgmode?

2015-09-28 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Hi > > I would need in a document several equations which are aligned as in > http://tex.stackexchange.com/a/167908/6941 > > How can I use the following latex formula in orgmode? > > \begin{proof} The proof is a follows: > \begin{align} > (x+y)^3&=(x+y)(x+y)^2

Re: [O] Beamer :BEAMER_envargs: [allowframebreaks] not working

2015-09-28 Thread Andreas Leha
Hi Jeremie, Jeremie Juste writes: > Hello, > > It's my first post here finally. Most of my questions were answered > before by you.:). I have the lastest version of org mode and search > with the best of my abilities if any had the same issue but couldn't > find anything. > > I have some difficul

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-09-30 Thread Andreas Leha
Rainer M Krug writes: > Eric S Fraga writes: > >> On Monday, 28 Sep 2015 at 21:10, Rainer M Krug wrote: >>> Hi >>> >>> I would need in a document several equations which are aligned as in >>> http://tex.stackexchange.com/a/167908/6941 >> >> I use align all the time. >> >>> How can I use the foll

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > garj...@garjola.net writes: > >> I am having issues when exporting to LaTeX using labels in figures. The >> following snippet >> >>> > > >>> #+CAPTION: Comparison > >>> #+NAME: fig

Re: [O] Bug: LaTeX export: internal target + \autoref{} broken [8.3.2 (8.3.2-elpaplus @ /home/myq/.emacs.d/elpa/org-plus-contrib-20150929/)]

2015-10-21 Thread Andreas Leha
Hi ☕◦m̰̱̐y̿q̟̽, ☕◦m̰̱̐y̿q̟̽ writes: > > Given the following Org document: > > , > | #+MACRO: refp \autoref{$1}, \autopageref{$1} > | > | > | * section > | > | Please see the results in {{{refp(sec:info)}}}. > | > | * info<> > | > | The results are here. > ` > > When exporting to LaTex, I

[O] order in agenda

2015-10-21 Thread Andreas Leha
Hi all, I am aware, that overlapping events cannot be displayed really well in the (linear) agenda view. But if I have two events starting at the same (day and) time, I'd prefer the one with the later end time to appear always below the other one. Is that already achievable? Here is an excerpt

Re: [O] order in agenda

2015-10-21 Thread Andreas Leha
Hi Nick, Nick Dokos writes: > Andreas Leha writes: > >> I am aware, that overlapping events cannot be displayed really well in >> the (linear) agenda view. But if I have two events starting at the same >> (day and) time, I'd prefer the one with the later end time

Re: [O] org-reveal questions

2015-10-23 Thread Andreas Leha
Hi, Fabrice Popineau writes: > I switched to org-reveal from beamer. > Beamer clutters your slides with too much markup. > (I ended up with much more markup than text in my slides). ... which of course can be changed by customizing the theme ... It seems that to get close to how you want your

[O] problems with export and :cache

2015-10-28 Thread Andreas Leha
Hi all, babel's :cache seems to be ignored during export. At least on #+call lines. In the example below the caching works fine for interactive evaluation, i.e. C-c C-c on the #+call line returns immediately. If I export the subtree with the #+call line, however, the code block gets executed an

Re: [O] problems with export and :cache

2015-10-28 Thread Andreas Leha
Hi all, Andreas Leha writes: > Hi all, > > babel's :cache seems to be ignored during export. At least on #+call > lines. > > In the example below the caching works fine for interactive evaluation, > i.e. C-c C-c on the #+call line returns immediately. > > If I ex

Re: [O] problems with export and :cache

2015-10-29 Thread Andreas Leha
Hi Aaron, Aaron Ecay writes: > Hi Andreas, > > 2015ko urriak 28an, Andreas Leha-ek idatzi zuen: >> >> Hi all, >> >> Andreas Leha writes: >>> Hi all, >>> >>> babel's :cache seems to be ignored during export. At least on #+cal

Re: [O] problems with export and :cache

2015-10-29 Thread Andreas Leha
Hi Thomas, Thomas S. Dye writes: > Aloha all, > > Aaron Ecay writes: > >> Hi Nicolas, >> >> 2015ko urriak 29an, Nicolas Goaziou-ek idatzi zuen: >>> >>> Andreas Leha writes: >>> >>>> Generally, I think that caching is a sens

[O] [babel] :eval and #+call lines

2015-10-29 Thread Andreas Leha
Hi all, Since this is not related to caching, I post this as a separate question from [1]. I want to argue that specifying ':eval never' as argument to a #+call line should transitively apply to the called block as well. Here is the example: --8<---cut here---start--

Re: [O] problems with export and :cache

2015-10-30 Thread Andreas Leha
Hi all, As a follow-up. The caching produces un-expected results for call lines 'in the other direction' as well: Changes in the arguments to the called code block do not invalidate the cache. --8<---cut here---start->8--- * Test Cached Export ** A long runni

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-02 Thread Andreas Leha
Hi myq, myq writes: > Sometime since Org version 8.3beta and now, the way Org Babel resolves > the value of the `:var` header argument when assigned to a reference has > changed. > > Previously, the following would work when exporting: > > * test > > #+BEGIN_SRC R :var dat=table-data > print(su

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-04 Thread Andreas Leha
Hi Nick, Nick Dokos writes: > Andreas Leha writes: > >> ... >> So, to me it is more surprising that the manual execution works. For >> instance, I might have two tables with the same name. Then, COMMENTing >> one of them should ensure that the other one is use

Re: [O] Org Babel resolution of `:var` value reference inconsistent

2015-11-05 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Martin Carlé writes: > >> On 2015-11-04 Wed 14:14, Andreas Leha wrote: >> >>> ,--- >>> | > I'd say it is a bug if the res

Re: [O] LATEX text in figure environment

2015-11-24 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Hi > > I want to add a todo note (from the todonotes package) in a figure > environment. What I want should look as follow, so that the to note sits > in the environment (based on [http://tex.stackexchange.com/a/256802/6941] > ): > > , > | \begin{figure}[htb

Re: [O] @@latex:...@@ syntax - where can I find info on it?

2015-11-24 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Hi > > I read at tha moment a lot of mails here regarding the @@latex:...@@ (or > @@html:...@@) syntax. I understand d=that these fragments are only > inserted when the corresponding backend is used - correct? > > Where can I find further information on this? i

Re: [O] LATEX text in figure environment

2015-11-24 Thread Andreas Leha
Rainer M Krug writes: > Rasmus writes: > >> Rainer M Krug writes: >> >>> Hi >>> >>> I want to add a todo note (from the todonotes package) in a figure >>> environment. What I want should look as follow, so that the to note sits >>> in the environment (based on [http://tex.stackexchange.com/a/256

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Andreas Leha
Hi Andrew, Martin Yrjölä writes: > Hi Andrew! > > Andrew Kirkpatrick writes: > >> If this is deemed useful, I'm happy to make changes suitable for >> inclusion in the project. > > Thanks for sharing! I would certainly want these functions included in > org-mode by default. They streamline at leas

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Andreas Leha
Rainer M Krug writes: > Rainer M Krug writes: > >> Andreas Leha writes: >> >>> Hi Andrew, >>> >>> Martin Yrjölä writes: >>>> Hi Andrew! >>>> >>>> Andrew Kirkpatrick writes: >>>> >>

Re: [O] export subtree

2015-12-10 Thread Andreas Leha
Hi Skip, Skip Collins writes: > The export dispatcher allows me to export only the current subtree. > This is nice, but I would like to avoid having to put point in just > the right place before invoking the dispatcher. I have a document with > lots of things in it. One of the top-level headlines

Re: [O] export subtree

2015-12-10 Thread Andreas Leha
Hi Skip, Skip Collins writes: > Andreas Leha wrote: >>> The export dispatcher allows me to export only the current subtree. >>> This is nice, but I would like to avoid having to put point in just >>> the right place before invoking the dispatcher. I have a document

[O] [babel] noweb reference with default values

2015-12-14 Thread Andreas Leha
Hi all, I'd like to hear your ideas on how to include noweb references to code blocks in a way that the default values are used as parameter values. Here is a little example: #+PROPERTY: header-args:R :session *testR* The background is that I like to use Org mode table to record small data. #+

Re: [O] [babel] noweb reference with default values

2015-12-14 Thread Andreas Leha
Hi Chuck, "Charles C. Berry" writes: > On Mon, 14 Dec 2015, Andreas Leha wrote: > >> Hi all, >> >> I'd like to hear your ideas on how to include noweb references to code >> blocks in a way that the default values are used as parameter values. >

Re: [O] [babel] noweb reference with default values

2015-12-17 Thread Andreas Leha
Hi all, Andreas Leha writes: > Hi Chuck, > > "Charles C. Berry" writes: >> On Mon, 14 Dec 2015, Andreas Leha wrote: >> >>> Hi all, >>> >>> I'd like to hear your ideas on how to include noweb references to code >>&

[O] cache and lint

2015-12-17 Thread Andreas Leha
Hi all, I just had an error (something including "search" and "wrong side" ...) during org-lint. As it turned out this error went away after I ran `org-element-cache-reset'. Hence my question: Would it make sense to include running `org-element-cache-reset' into `org-lint'? Best, Andreas

[O] [lint] imagemagick

2015-12-17 Thread Andreas Leha
Hi all, I get a spurious linting warning , | high Unknown header argument ":imagemagick" ` While that header argument should be valid for latex blocks. Regards, Andreas

Re: [O] cache and lint

2015-12-17 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I just had an error (something including "search" and "wrong side" ...) >> during org-lint. As it turned out this error went away after I ran >> `org-element-cache-

[O] [babel] return file from R

2015-12-17 Thread Andreas Leha
Hi all, I think there is a bug in the handling of results of R src blocks. What is the suggested way to make an R block return a link to a file? The obvious way appends a newline character to the file link (which is broken because of that). Here is an example: --8<---cut here---

Re: [O] [lint] imagemagick

2015-12-17 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I get a spurious linting warning >> , >> | high Unknown header argument ":imagemagick" >> ` >> >> While that header argument should be valid for latex

<    1   2   3   4   5   6   7   >