Re: [O] [export] latex: texorpdfstring in heading

2014-11-24 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> So, here is my question: How do I use \texorpdfstring correctly in an >> org heading? >> >> >> And here is a minimal example: >> >> #+latex_header: \usepackage{hyper

Re: [O] [export] latex: texorpdfstring in heading

2014-11-24 Thread Andreas Leha
Hi Eric, Eric S Fraga writes: > On Monday, 24 Nov 2014 at 15:16, Andreas Leha wrote: > > [...] > >> So, here is my question: How do I use \texorpdfstring correctly in an >> org heading? >> >> #+latex_header: \usepackage{hyperref} >> >> * This c

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

2014-11-25 Thread Andreas Leha
Hi Daniele, Daniele Pizzolli writes: > On 2014-11-24 12:12, Daniele Pizzolli wrote: >> On 2014-11-24 11:18, Andreas Leha wrote: >>> Hi Daniele, >>> >>> I think your wishlist is somewhere further down the road. I usually >>> implement some of yo

Re: [O] [export] latex: texorpdfstring in heading

2014-11-25 Thread Andreas Leha
Hi, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> So, here is my question: How do I use \texorpdfstring correctly in an >> org heading? >> >> >> And here is a minimal example: >> >> #+latex_header: \usepackage{hyperref

Re: [O] [export] latex: texorpdfstring in heading

2014-11-25 Thread Andreas Leha
Hi Rasmus and Nicolas, Nicolas Goaziou writes: > Rasmus writes: > >> You could use a macro if it's only for one document, see >> (info "(org) Macro replacement"). > > E.g, something like > > #+MACRO: latex-or-not (eval (if (org-export-derived-backend-p > org-export-current-backend 'latex) "$1

Re: [O] M-RET vs C-RET

2014-11-27 Thread Andreas Leha
Hi, [ ... ] > >>> Here's another of my pet-griefs >>> - a >>> - b >>> >>> | → M-RET will give me an itme >>> | → M-RET will give me a headline >>> >>> Why is the behavior a function of amount of whitespace/newlines to >>> nearest element? This makes not sense to me and goes against what I >>>

Re: [O] Large LaTeX project in single file or using publishing

2014-11-27 Thread Andreas Leha
Marcin Borkowski writes: > On 2014-11-26, at 20:00, Jacob Gerlach wrote: [ ... ] > > > Just my 2 cents: I'd go for LaTeX if heavy math typesetting is involved > (then amsmath!), maybe for Org otherwise, check whether the template > imposes a many-file structure (which it probably doesn't), and k

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Andreas Leha
Hi Marcin, Marcin Borkowski writes: > On 2014-11-27, at 10:26, Andreas Leha wrote: > >> Marcin Borkowski writes: >>> >>> Just my 2 cents: I'd go for LaTeX if heavy math typesetting is involved >>> (then amsmath!), maybe for Org otherwise, check

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Andreas Leha
Richard Lawrence writes: > Marcin Borkowski writes: > >> Also, Richard's post made me realize why I prefer to stay with LaTeX: I >> know it way better than Elisp (even though I'm making progress), and in >> case of troubles, I can more easily deal with them in LaTeX (though >> vertical positionin

Re: [O] How to inspect a document and check for the presence of source block language names and support

2014-11-28 Thread Andreas Leha
Hi Grant, Grant Rettke writes: > Good evening, > > My goal is to obtain the following behavior in org mode for a document: > 1) Report an error if there is a source block without a language >specified > 2) Report an error if there is a source block with a language specified >that is *not*

Re: [O] How to inspect a document and check for the presence of source block language names and support

2014-11-29 Thread Andreas Leha
Grant Rettke writes: > What a treat, sir, thank you for sharing that as if by some delightful > magic, which surely it indeed is. Many thanks also from my side! > > On Sat, Nov 29, 2014 at 4:38 AM, Nicolas Goaziou > wrote: >> Hello, >> >> Andreas Leha wr

[O] navigation to ignore inline tasks

2014-12-04 Thread Andreas Leha
Hi all, how can I make (the navigation) commands (e.g. C-c C-n, etc.) ignore inlinetasks? Thanks, Andreas

Re: [O] shrink latex table to fit beamer slide

2014-12-05 Thread Andreas Leha
Hi Zhihao, Zhihao Ding writes: > Dear Org experts, > > I am trying to fit a slightly wide latex table into a beamer > slide in org. Below is my current solution and I was wondering > if anyone can offer some advice on improving it. > > #+begin_scriptsize > #+ATTR_LATEX: :align p{1

[O] BUG: table variable passing broken

2014-12-05 Thread Andreas Leha
, Andreas Andreas Leha writes: >> Charles Berry writes: >>> Andreas Leha med.uni-goettingen.de> writes: >>> >>>>=20 >>>> Hi all, >>>>=20 >>>> There seems to be a bug in table passing as variables now using the >>&g

Re: [O] shrink latex table to fit beamer slide

2014-12-05 Thread Andreas Leha
2 | 6.274326 | | 123279713 | 4 | 6.210920 | | 123279710 | 4 | 97.163695 | | 123279710 | 5 | 208.841892 | #+LaTeX: } Best, Andreas > Zhihao > > >> On 5 Dec 2014, at 13:12, Andreas Leha >> wrote: >> >> Hi Zhihao, >> >> >> >> Zhihao

Re: [O] Evaluating R source code line by line

2014-12-16 Thread Andreas Leha
Hi Vikas, Vikas Rawal writes: > > > > For your use case, I would suggest adding print() calls in > strategic > places in your long-running code, which will appear in the R > buffer to > let you know how it’s progressing. > > > > I don’t quite understa

Re: [O] Evaluating R source code line by line

2014-12-16 Thread Andreas Leha
Hi, I stand corrected. (Should test before I send...) Here is a reply I received from Ista which -- I think -- did not make it to the list: On Tue, Dec 16, 2014 at 11:32 AM, Andreas Leha wrote: > Hi Vikas, > > > Vikas Rawal writes: >> >> >> >> For y

Re: [O] org tables into R?

2015-01-02 Thread Andreas Leha
Hi Michael, Michael Gauland writes: > I want to use an R block to manipulate data from an org table, but I'm not > getting what I expect. > > If I define a table like this: > > #+NAME: data > | A | B | C | > > |-+-+| > | 115 | 76 | 60 | > | 124 | 78 | 55 | > | 118

Re: [O] org tables into R?

2015-01-04 Thread Andreas Leha
Hi Vikas, Thanks for following up on this issue! Vikas Rawal writes: > Michael Gauland writes: > > I want to use an R block to manipulate data from an org table, but > I'm not > getting what I expect. > > > > > > What am

Re: [O] [PATCH] Fix R table import

2015-01-04 Thread Andreas Leha
Hi Aaron, Aaron Ecay writes: > Hi Michael, > > Thanks for this patch. Before it is applied, though, I would like to > understand why it is necessary. Vikas said that he could not reproduce > the problem you originally reported. (Here is a web archived version of > Vikas’s message, in case you

Re: [O] Efficiency of Org v. LaTeX v. Word

2015-01-04 Thread Andreas Leha
Hi John, John Kitchin writes: > Ken Mankoff writes: > > Did anyone see the parody of this here: > http://mjambon.github.io/vim-vs-emacs/ > > It is pretty funny! Indeed. Thanks for sharing. Regards, Andreas > >> People here might be interested in a publication from [2014-12-19 Fri] >> availa

Re: [O] org tables into R?

2015-01-06 Thread Andreas Leha
Hi Aaron and Nicolas, Thanks for partly fixing this issue. Unfortunately, when working with source block interactively the issue persists for me. If in the same sample file I view the source block via 'C-c C-v v' and step through the generated code line-by-line, the table is again not split into

Re: [O] org tables into R?

2015-01-06 Thread Andreas Leha
Hi Rainer, Thanks for chiming in. Rainer M Krug writes: > Andreas Leha writes: > >> Hi Aaron and Nicolas, > > Sorry for coming so late to this topic - I should try to figure out what > is causing the problem as I am the one responsible for this code... > >> &g

[O] [BUG] [babel] [R] :colnames yes conflicts with :results file

2015-01-06 Thread Andreas Leha
Hi all, There seems to be a bug in babel (at least for R) when it comes to source blocks producing file links but taking tables with headers. In that case, ':colnames yes' disables the ':results file' directive. Here is the Cm: --8<---cut here---start->8--- *

[O] error in make doc

2015-01-06 Thread Andreas Leha
Hi all, I am on commit 9231460ac02a6ded0d6b198bb4a3dcc44968147a and I see an error when running 'make doc'. The output is below. Thanks, Andreas PS: The output of 'make doc' --8<---cut here---start->8--- /Applications/Xcode.app/Contents/Developer/usr/bin/mak

[O] keeping text at column 0

2015-01-06 Thread Andreas Leha
Hi all, How can I keep my text at column 0 even when demoting a subtree? In this simple example --8<---cut here---start->8--- * test text --8<---cut here---end--->8--- demoting the tree results in --8<---cut he

Re: [O] [BUG] [babel] [R] :colnames yes conflicts with :results file

2015-01-06 Thread Andreas Leha
Hi Rainer, Thanks for following up on this. Rainer M Krug writes: > Andreas Leha writes: > >> Hi all, > > Hi > >> >> There seems to be a bug in babel (at least for R) when it comes to >> source blocks producing file links but taking tables with he

Re: [O] keeping text at column 0

2015-01-06 Thread Andreas Leha
Hi Sebastien, Sebastien Vauban writes: > Hi Andreas, > > Andreas Leha wrote: >> How can I keep my text at column 0 even when demoting a subtree? >> >> In this simple example >> >> * test >> text >> >> demoting the tree results in &g

Re: [O] Possible bug in export of table in latex

2015-01-08 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Giuseppe Lipari writes: > >> As a matter of fact, I think the :width option for latex tables should be >> disabled, because it is not so simple to implement. > > As long as it doesn't generate invalid LaTeX code (like in your bug > report), I think the current

Re: [O] ":results none" doesn't seem to be documented

2015-01-14 Thread Andreas Leha
Kodi Arfer writes: > "none" is allowed as an argument to :results (see, for example, > ob-core.el line 704 as of Git d36bd8d), but this isn't mentioned in > results.html. I just learned of its existence while reading > ob-core.el. > > To me, by the way, ":results none" seems like a useful feature

Re: [O] ":results none" doesn't seem to be documented

2015-01-14 Thread Andreas Leha
Fabrice Niessen writes: > Hello, > > Andreas Leha wrote: >> Kodi Arfer writes: >>> "none" is allowed as an argument to :results (see, for example, >>> ob-core.el line 704 as of Git d36bd8d), but this isn't mentioned in >>> results.h

Re: [O] ":results none" doesn't seem to be documented

2015-01-15 Thread Andreas Leha
Samuel Wales writes: > if we redo this, perhaps we can also include an option that does > export like :results verbatim, but does not send to echo area? > > unless i am misunderstanding something about babel [which is possible]. I do not think this discussion warrants any re-doing so far. (Only

Re: [O] ":results none" doesn't seem to be documented

2015-01-15 Thread Andreas Leha
Hi Samuel, Samuel Wales writes: > On 1/15/15, Andreas Leha wrote: >> Your suggestion seems like the missing thing here. But I am not sure >> how badly needed that is. As John said, the ":results none" argument >> was added to speed things up when the results are

Re: [O] [RFC] [PATCH] Introduce org-specific functions for (next/previous)-visible-heading

2015-01-19 Thread Andreas Leha
Hi, Nicolas Goaziou writes: > Hello, > > Aaron Ecay writes: > >> By default, org uses outline-next-visible-heading and the -previous- >> variant for the C-c C-n and C-c C-p keys, which means these commands >> stop on inline tasks (since they don’t know to skip them). This seems >> incorrect. >

Re: [O] Requesting some help with scheduled repeated tasks

2015-01-26 Thread Andreas Leha
Hi Sagar, Sagar Shankar writes: > Thanks Christopher, the latter option seems to accomplish what I > require though not very elegant I though so first, too. But by now I came to like that approach a lot. It provides so much flexibility with the individual instances (like moving, keeping notes,

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-26 Thread Andreas Leha
Hi Jambu, Jambunathan K writes: > Bastien writes: > >> Andreas Leha writes: >> >>> ^^ that is something I'd not expect to hear when it comes to >>> emacs >> >> (when (switch-to-buffer-other-window >>(url

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-28 Thread Andreas Leha
Jambunathan K writes: > Andreas Leha writes: > >> Hi Jambu, >> >> Jambunathan K writes: >> >>> Bastien writes: >>> >>>> Andreas Leha writes: >>>> >>>>> ^^ that is something I'd not ex

Re: [O] edit-src on read-only files

2013-02-09 Thread Andreas Leha
Hi all, Eric S Fraga writes: > Greg Minshall writes: > >> hi. i use RCS on my .org files. it's happened to me more than once (>1 >> ==> "shame on me") that i've entered "C-c '" on a read-only .org file, >> spent some time editing the source code fragment, then done "C-c '", >> only to lose my

Re: [O] LaTeX export: Theorem with an author

2013-02-09 Thread Andreas Leha
Hi Nicolas, >> How to generate latex code for a theorem with an author, like this: >> >> \begin{theorem}[Newton] >> Blah. >> \end{theorem} >> >> With the old exporter, you could do this: >> >> >> #+BEGIN_theorem Newton >> Blah. >> #+END_theorem >> >> [...] I was not aware of that possibility in

Re: [O] LaTeX export: Theorem with an author

2013-02-09 Thread Andreas Leha
Hi Nicolas, >>> #+attr_latex: :options [Newton] >>> #+begin_theorem >>> Blah. >>> #+end_theorem >>> >>> It is heavier but it seems more consistent to me. >> >> Even if it *was* LaTeX only, shouldn't it be up to the backend to >> provide translation of such arguments? I'd vote for the shor

[O] latex exporter: different itemize environment

2013-02-12 Thread Andreas Leha
Hi all (and Nicolas), from =org-e-latex.el= (I have to upgrade - I know): , | ;; Plain lists accept two optional attributes: `:environment' and | ;; `:options'. The first one allows to use a non-standard environment | ;; (i.e. "inparaenum"). The second one allows to specify optional | ;; arg

Re: [O] latex exporter: different itemize environment

2013-02-25 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> Hi all (and Nicolas), >> >> from =org-e-latex.el= (I have to upgrade - I know): >> , >> | ;; Plain lists accept two optional attributes: `:environment' and >>

Re: [O] edit-src on read-only files

2013-02-27 Thread Andreas Leha
Hi Bastien, Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> On a related note: I'd also love to see the changes in the >> source code buffers be autosaved in the org file. I've lost some big >> edits already due to power loss on my (old

Re: [O] [PATCH] Add a different prefix for past deadlines in the agenda view

2013-02-28 Thread Andreas Leha
Hi Bastien, Bastien writes: [ ... ] > > You can subscribe to the RSS feed from > http://orgmode.org/cgit.cgi/org-mode.git/ Sorry for hijacking this thread, and sorry for my ignorance. But where can I find this RSS feed? [ ... ] Regards, Andreas

Re: [O] org-exp-bibtex missing in git?

2013-03-03 Thread Andreas Leha
Nicolas Goaziou writes: > Bastien writes: > >> Hi Vikas, >> >> François Allisson writes: >> >>> org-exp-bibtex, because of its dependency on the old exporter, was first >>> moved from contrib/lisp to contrib/oldexp during the process of >>> migration towards org new exporter. And yesterday, the

[O] [new exporter] latex-date-timestamp-format not adhering #+LANGUAGE

2013-03-05 Thread Andreas Leha
Hi all, I'd very much like to see org-latex-timestamp-format adhere to a possibly present #+LANGUAGE setting. If I set org-latex-timestamp-format to "%A, %Y-%m-%d" the following org file produces "Donnerstag, 2013-03-07" on my system, where I'd prefer "Thursday, 2013-03-07". #+begin_src org #+TI

[O] [new exporter] #+TOC in beamer export

2013-03-05 Thread Andreas Leha
Hi all, from a recent thread I learned about #+TOC (there's always something new to learn about org mode). I'd like to use it in a beamer document. Here I find it hard to use because it introduces its own frame. My question basically is: How is this supposed to be used in a beamer doc? (And wo

Re: [O] [new exporter] #+TOC in beamer export

2013-03-05 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> from a recent thread I learned about #+TOC (there's always something new >> to learn about org mode). >> >> I'd like to use it in a beamer document. Here I find it hard

Re: [O] org-exp-bibtex missing in git?

2013-03-06 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> Nicolas Goaziou writes: >> >>> Bastien writes: >>> >>>> Hi Vikas, >>>> >>>> François Allisson writes: >>>> >>>>> org-exp-

Re: [O] [new exporter] latex-date-timestamp-format not adhering #+LANGUAGE

2013-03-06 Thread Andreas Leha
Hi Nicolas, thanks for taking this up! Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I'd very much like to see org-latex-timestamp-format adhere to a >> possibly present #+LANGUAGE setting. > > There is no such variable as `org-latex-time

[O] preview latex fragment with latex_header

2013-03-06 Thread Andreas Leha
Hi all, I have a beamer presentation in org-mode that contains a line like #+LaTeX_HEADER: \subtitle{foo} This prevents me from using 'org-preview-latex-fragment' as that one -- naturally, as it uses the article class -- fails with 'Failed to create dvi file from /tmp/orgtex49760oq.tex' due to ,

Re: [O] [new exporter] #+TOC in beamer export

2013-03-06 Thread Andreas Leha
Nicolas Goaziou writes: [...] > A TOC limited to current section sure sounds seducing, but I'm not sure > how to achieve this in LaTeX. Something like this? \tableofcontents[sectionstyle=show/hide, subsectionstyle=show/show/hide] Full example: #+begin_src org #+TITLE: Something #+LaTeX_CLAS

Re: [O] org-exp-bibtex missing in git?

2013-03-06 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Bastien writes: > >> Hi Andreas and all, >> >> Andreas Leha writes: >> >>> Eric suggested/uses this format (thanks for sharing, Eric): >>> [[cite:jones-etal-2000][Jones et al., 2000]] >>>

Re: [O] [new exporter] latex-date-timestamp-format not adhering #+LANGUAGE

2013-03-06 Thread Andreas Leha
Achim Gratz writes: > Andreas Leha writes: >> And while I still think, that setting the #+LANGUAGE in org should >> ideally be reflected in the export -- also for the date formatting -- I >> found a solution to my problem that I use now: It does not use orgmode's &

Re: [O] preview latex fragment with latex_header

2013-03-06 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I have a beamer presentation in org-mode that contains a line like >> #+LaTeX_HEADER: \subtitle{foo} >> >> This prevents me from using 'org-preview-latex-fragment' as that one -- >&

Re: [O] [new exporter] #+TOC in beamer export

2013-03-06 Thread Andreas Leha
Nicolas Goaziou writes: > Andreas Leha writes: > >> Nicolas Goaziou writes: >> >> [...] >> >>> A TOC limited to current section sure sounds seducing, but I'm not sure >>> how to achieve this in LaTeX. >> >> Something like this? &

Re: [O] org-exp-bibtex missing in git?

2013-03-06 Thread Andreas Leha
Hi Bastien, Bastien writes: > Hi Nicolas, > > Nicolas Goaziou writes: > >> If we're not going to provide a multi-backend solution, I suggest to >> keep things simple and write LaTeX code directly (or use the solution >> provided by Eric). Unless you have something else in mind with these >> lin

Re: [O] [new exporter] Captions for tables made by source blocks

2013-03-06 Thread Andreas Leha
Vikas Rawal writes: >> >> I wasn't clear. By "naming the results", I mean that you must provide >> your source block a "#+NAME: something" attribute, so the generated >> table gets a "#+RESULTS: something" attribute. > > Got it. Thanks. > >> BTW, you mustn't change `org-babel-results-keyword'.

Re: [O] preview latex fragment with latex_header

2013-03-06 Thread Andreas Leha
Achim Gratz writes: > Andreas Leha writes: >> In this particular situation (the \subtitle will always be document >> specific) the latex class is not possible here -- I won't create latex >> classes per document. > > Classes can have arguments and the argument wo

Re: [O] preview latex fragment with latex_header

2013-03-07 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> Achim Gratz writes: >> >>> Andreas Leha writes: >>>> In this particular situation (the \subtitle will always be document >>>> specific) the latex class is n

Re: [O] org-exp-bibtex missing in git?

2013-03-07 Thread Andreas Leha
Hi Bastien, Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> But it looks very verbose to me. I expect the introduction to a >> scientific paper (with typically many \cite{}s) to look disrupted. > > Each \cite{...} would be nothing more than > [[

Re: [O] org-exp-bibtex missing in git?

2013-03-11 Thread Andreas Leha
Jambunathan K writes: > Andreas Leha writes: > >> \footfullcite[prenote][postnote]{key} > > What would prenote and postnote typically contain. Where would they > appear in the exported document - In the citation reference or in the > citation definition. Can the sam

Re: [O] Syntax of Org Babel ":results" header argument

2013-03-18 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: > Eric Schulte writes: > >> Bastien writes: >> >>> Hi Sébastien, >>> >>> "Sebastien Vauban" >>> writes: >>> As there was no reaction to this, I'd like to bump it up. At least, to either have a discussion on this, or a clearly stated "no go"

Re: [O] edit-src on read-only files

2013-03-18 Thread Andreas Leha
Hi Bastien, thanks again for implementing this! Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> thanks for taking this up! But I am not sure, whether I like the >> current implementation too much. Instead of saving the org-file itself, >> I'd p

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-21 Thread Andreas Leha
Eric Abrahamsen writes: > Rainer Stengele writes: > >> Hi, >> >> Exporting to HTML I cannot get EXPORT_FILE_NAME to work: >> >> :PROPERTIES: >> :VISIBILITY: folded >> #+SETUPFILE: ~/org/GLOBAL_SETUP_DIPLAN.org >> #+CATEGORY: ROB >> :EXPORT_FILE_NAME: >> //max2008/diplan/0PROJEKT/Kunden/ROB/Statu

Re: [O] :session question

2013-03-26 Thread Andreas Leha
Rainer M Krug writes: > On 26/03/13 01:46, Eric Schulte wrote: >> Michael Gauland writes: >> >>> Andreas Röhler easy-emacs.de> writes: >>> Would find it more natural if ":session" is the default, while a command "refresh" makes a new one. >>> >> >> Header argument defaults a

Re: [O] :session question

2013-03-26 Thread Andreas Leha
Hi Eric, Eric Schulte writes: >>> >>> Question from here: >>> >>> I use mainly R and have there set file wide >>> >>> #+PROPERTY: session "R-session" >>> >>> But I also have bash code, which would be evaluated in the R session, >>> unless I use >>> >>> #+begin_src sh :session sh-session >>> ..

Re: [O] Org-mode as a replacement for Google Reader

2013-03-26 Thread Andreas Leha
Hi Karl, Karl Voit writes: > Hi! > > TL;DR: org-feed.el is not a doable replacement for Google Reader. >What about alternatives? > > I am using Google Reader with the Android app "NewsRob Pro" which is > very good in terms of features that make sense and support my > workflow. > > Google

Re: [O] :session question

2013-03-27 Thread Andreas Leha
Andreas Röhler writes: > Am 26.03.2013 16:31, schrieb Eric Schulte: >> Achim Gratz writes: >> >>> Am 26.03.2013 13:37, schrieb Eric Schulte: This can be done system wide by setting the language-specific header arguments. >>> >>> I've yet to see an example on how to do this. >>> >> >>

Re: [O] :session question

2013-03-27 Thread Andreas Leha
Hi Eric, [...] > > #+begin_src emacs-lisp > (setq org-babel-default-header-args:R > '((:session . "org-R"))) > #+end_src thanks a lot for this. I've looked for that option for such a long time, but simply did not find it. Now I have an emacs question: How would I use

Re: [O] :session question

2013-03-27 Thread Andreas Leha
Hi Eric, [...] > As a side note, if > one wants to set these R defaults for a single file the following syntax > at the top of the file will suffice. > > # -*- org-babel-default-header-args:R: ((:session . "foo")) -*- > That does not work for me. (I am on GNU Emacs 24.3.50.1, org-mode versi

Re: [O] :session question

2013-03-27 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > >> Hi Eric, >> >> [...] >> >>> As a side note, if >>> one wants to set these R defaults for a single file the following syntax >>> at the top of the file will suffice. >>>

Re: [O] :session question

2013-03-28 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > > [...] >> >> Is that just not working for me? And any ideas, what I could do about >> it? >> > > I have no good ideas. Is the `org-babel-default-header-args:R' variable > defined on your s

Re: [O] :session question - a simple PATCH

2013-03-28 Thread Andreas Leha
with this renaming, but as I have only limited elisp, that might not mean too much. This fixes the issue for me at the cost of breaking other people's setup if they use org-babel-default-header-args:* variants. What do you think? Regards, Andreas >From 91965d0fc8820f9c0b68728368d3d80

Re: [O] edit-src on read-only files

2013-04-08 Thread Andreas Leha
Hi Bastien, thanks again for implementing this! Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> thanks for taking this up! But I am not sure, whether I like the >> current implementation too much. Instead of saving the org-file itself, >> I'd p

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-15 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Aaron Ecay writes: > >> This patch series is an attempt to add synctex support to org mode. > > Thank you for your patch. > >> I have not tested this code extensively, but it does work for me. I >> don't know if it works for async export or not, since I have

Re: [O] minor bug in babel with silent output and remote R session

2013-04-15 Thread Andreas Leha
Hi all, Thomas Alexander Gerds writes: > Hi Bastien > > I think that I can describe the problem a bit better now. It is not > related to the silent option but occurs whenever ":results value". > > Emacs freezes due to the following line in > org-babel-comint-eval-invisibly-and-wait-for-file >

Re: [O] Agenda in MobileOrg for Android

2013-04-15 Thread Andreas Leha
Hi all, sorry for the OT post. [...] >> As it happens, one of the lead developers of mobileorg started a >> thread on the MobileOrg-Android mailing list asking for issues that >> need to be addressed, and features that are needed, before it's ready >> for 1.0. > > Well, I didn't know about the e

Re: [O] Agenda in MobileOrg for Android

2013-04-15 Thread Andreas Leha
Hi Bastien, Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> I guess the list is >> https://groups.google.com/forum/?fromgroups#!forum/mobileorg-android >> >> Can someone tell me how to read that list in gnus? Is that >> possi

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Andreas Leha
Hi John, John Hendy writes: > On Mon, Apr 15, 2013 at 1:12 PM, Eric Schulte wrote: >> John Hendy writes: >> >>> On Fri, Apr 12, 2013 at 5:24 PM, Eric Schulte >>> wrote: John Hendy writes: > I thought this was the proper syntax for printing stuff directly to a > LaTeX docum

Re: [O] [RFC] new :post header argument for post-processing of code block results

2013-04-16 Thread Andreas Leha
Eric Schulte writes: > Eric S Fraga writes: > >> Eric Schulte writes: >> >>> Hi, >>> >>> I've been wanting to add the ability to post-process the results of a >>> code block for some time, and some recent threads (e.g., [1] and [2]) >>> could both have benefited from post-processing of code blo

[O] ox missed by make clean-install

2013-04-18 Thread Andreas Leha
Hi all, I just noticed that ox-* files are not removed by 'make clean-install' for me. Is this intended/my setup/a bug? - Andreas

[O] open exported document without export

2013-04-22 Thread Andreas Leha
Hi all, it would be great it there was (well, this is orgmode, so maybe there is?) an option to use the exporter to open the result of a (previous) export without doing the export again. Such an option would spare me from searching the org-file for the file name the exporter would use, and then s

[O] Exporting caption with raw results from inline source blocks

2013-04-24 Thread Andreas Leha
Hi all, I am experiencing problems when exporting a document with inline source blocks in captions, when I want to export raw results. I guess the culprit are the 'raw' results. What should I do instead? Here is a MWE that does not export properly to LaTeX: --8<---cut here-

Re: [O] Exporting caption with raw results from inline source blocks

2013-04-26 Thread Andreas Leha
Andreas Leha writes: > Hi all, > > I am experiencing problems when exporting a document with inline source > blocks in captions, when I want to export raw results. > > I guess the culprit are the 'raw' results. What should I do instead? > > Here is a MWE that

Re: [O] Exporting caption with raw results from inline source blocks

2013-04-26 Thread Andreas Leha
John Hendy writes: > On Fri, Apr 26, 2013 at 6:49 AM, Andreas Leha > wrote: >> Andreas Leha writes: >> >>> Hi all, >>> >>> I am experiencing problems when exporting a document with inline source >>> blocks in captions, when I want to export

Re: [O] Exporting caption with raw results from inline source blocks

2013-04-27 Thread Andreas Leha
"Sebastien Vauban" writes: > Hi Eric, > > Eric Schulte wrote: >> Nicolas Goaziou writes: >>> Eric Schulte writes: >>> I'm loath to add /another/ results keyword, but perhaps it would be nice to be able to specify that you want the results processed (e.g, stripping the newline), b

[O] simple variables as arguments to source block

2013-05-07 Thread Andreas Leha
Hi all, I'd like to pass a string to a source block -- not directly, though, but through a reference. What is the recommended way to do this? This is what I gather from the manual: --8<---cut here---start->8--- #+name: myvar | aaa | #+begin_src R test :var

Re: [O] simple variables as arguments to source block

2013-05-07 Thread Andreas Leha
Rasmus writes: > Andreas Leha writes: > >> Hi all, >> >> I'd like to pass a string to a source block -- not directly, though, but >> through a reference. What is the recommended way to do this? >> >> This is what I gather from the manual: >&g

Re: [O] Extending ODT export

2013-05-08 Thread Andreas Leha
Hi all, Takaaki ISHIKAWA writes: > Dear Julian, > > Sorry, the code is an old setting for the previous org. > Please try org-odt-preferred-output-format. > > #+BEGIN_SRC emacs-lisp > (setq org-odt-preferred-output-format "pdf") > (setq org-odt-convert-processes >'(("LibreOffic

[O] packing all files linked in a subtree

2013-06-03 Thread Andreas Leha
Hi all, how would a write a function/source-block, that make a zip file from all files that are linked from a specific subtree of my orgfile? I am writing some document in a subtree, that I export to pdf and pass on. Additionally, I would like to pass all figures in a separate subtree. Now, if

[O] export to LaTeX with TOC but without numbers

2013-06-04 Thread Andreas Leha
Hi all, How can I export to LaTeX with the combined effect of toc:t and num:nil? Setting num:nil results in an empty TOC. I guess, I am looking for a way to automatically add #+begin_latex \addcontentsline{toc}{}{} #+end_latex to the exported document. Regards, Andreas

Re: [O] export to LaTeX with TOC but without numbers

2013-06-04 Thread Andreas Leha
Hi Eric, thanks for your answer. Eric S Fraga writes: > Andreas Leha writes: > >> Hi all, >> >> How can I export to LaTeX with the combined effect of toc:t and num:nil? >> >> Setting num:nil results in an empty TOC. >> >> I guess, I am looking

Re: [O] export to LaTeX with TOC but without numbers

2013-06-04 Thread Andreas Leha
Hi Eric, Eric S Fraga writes: > Andreas Leha writes: >> Eric S Fraga writes: > > [...] > >>> There are workarounds but they involve using latex directly (to add >>> entries to a TOC basically). >> >> I am aware of that. Sorry for being un

Re: [O] export to LaTeX with TOC but without numbers

2013-06-04 Thread Andreas Leha
Hi Nick, Nick Dokos writes: > Andreas Leha writes: > >> Hi Eric, >> >> thanks for your answer. >> >> Eric S Fraga writes: >> >>> Andreas Leha writes: >>> >>>> Hi all, >>>> >>>> How can I export

Re: [O] export to LaTeX with TOC but without numbers

2013-06-05 Thread Andreas Leha
Nick Dokos writes: > Andreas Leha writes: > >>> Instead of adding toc entries, you can use latex to delete section >>> numbers: >>> >>> #+LATEX_HEADER: \setcounter{secnumdepth}{0} >>> ... >>> >>> The problem might be that

Re: [O] export to LaTeX with TOC but without numbers

2013-06-05 Thread Andreas Leha
Eric Abrahamsen writes: > Andreas Leha writes: > >> Hi Eric, >> >> Eric S Fraga writes: >> >>> Andreas Leha writes: >>>> Eric S Fraga writes: >>> >>> [...] >>> >>>>> There are workarounds but they in

Re: [O] :session question -- and changes to #+Property: syntax

2013-06-07 Thread Andreas Leha
Hi Achim, Achim Gratz writes: > Eric Schulte writes: >> As I recall I was fully in favor of applying these changes, however I am >> not qualified to address the changes to property behaviors. Hopefully >> someone who works more on that side of things can address those aspects. > > I am still ho

Re: [O] Differnet bg/fg by code block type

2013-06-07 Thread Andreas Leha
Hi Xebar, Xebar Saram writes: > Hi again > > i understood from Fabrice (the dev of the excellent excellent > leuven-theme) that currently Org mode only uses one background face > for all the code blocks. Is that something one can request for > (different color background face for different code

[O] empty LaTeX export template

2013-06-11 Thread Andreas Leha
Hi all, I am lazy (main reason for this question) and I would like to avoid filling my org-latex-classes with too many entries (surrogate reason). 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_HEA

<    1   2   3   4   5   6   7   >