[O] Result from evaluation of code in Title or footer (fancyhdr)?

2016-05-02 Thread Rainer M Krug
Hi I have a DESCRIPTION file, in which I store the version of the document, which I extract with the following code: --8<---cut here---start->8--- src_sh{sed -n '/^Version: /s///p' ./DESCRIPTION} --8<---cut

[O] Bug: check that org-element--cache-sync-keys is non-nil before clrhash [8.3.4 (8.3.4-42-gae73c7-elpa @ /home/mah/.emacs.d/elpa/org-20160425/)]

2016-05-02 Thread Mark A. Hershberger
Emacs : GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Package: Org-mode version 8.3.4 (8.3.4-42-gae73c7-elpa @ /home/mah/.emacs.d/elpa/org-20160425/) I'm using org-mode by default for most buffers and, when using

Re: [O] Bug: empty ob-stan.el when installed from ELPA [8.3.4 (8.3.4-47-gaf853d-elpaplus @ /home/tamas/.emacs.d/elpa/org-plus-contrib-20160502/)]

2016-05-02 Thread Kyle Meyer
s would eventually be fixed. However, the ELPA > version 20160502 has the same problem. The message you linked to didn't include the response from Nicolas (because it was in a later archive period, I think). Here it is: https://lists.gnu.org/archive/html/emacs-orgmode/2016-02/msg000

Re: [O] Result from evaluation of code in Title or footer (fancyhdr)?

2016-05-02 Thread Eric S Fraga
On Monday, 2 May 2016 at 13:41, Rainer M Krug wrote: [...] > Is there a way, that I can have this dynamically in the Title of the > document, or in a footer after LaTeX export (using fancyhdr)? Maybe something along these lines: @@latex:\rfoot{@@ Version src_sh{sed -n '/^Version: /s///p'

Re: [O] Result from evaluation of code in Title or footer (fancyhdr)?

2016-05-02 Thread Sharon Kimble
Rainer M Krug writes: > Hi > > I have a DESCRIPTION file, in which I store the version of the document, > which I extract with the following code: > > src_sh{sed -n '/^Version: /s///p' ./DESCRIPTION} > Have you looked at the latex package 'mversion'? I use it and have it

Re: [O] Beamer \usebackgroundtemplate - better solution?

2016-05-02 Thread Eric S Fraga
On Monday, 2 May 2016 at 10:02, Rainer M Krug wrote: > Hi > > I am using the following structure for \usebackgroundtemplate in Beamer: [...] > which works, but I don't like it that much because of the disconnected > nature of the beginning (in the header Overview...) and the closing > bracket

Re: [O] Clocking work time vs. office time

2016-05-02 Thread Marcin Borkowski
On 2016-04-29, at 16:51, Brett Viren wrote: > Marcin Borkowski writes: > >> On 2016-04-29, at 11:21, Michael Welle wrote: >> >>> Marcin Borkowski writes: >>> I assume that you use a laptop or some other portable device? In that

[O] Babel save code block results to many files

2016-05-02 Thread Jeremie Juste
Hello, In the case where a code block generates many grahique, is it possible to output each graphic to a file direclty? For example in R you can do something like the following. png(file="example%02d.png", width=200, height=200) for (i in c(10:1, "G0!")){ plot.new() text(.5, .5, i,

Re: [O] New Beamer environment selection problem

2016-05-02 Thread Jarmo Hurri
Nicolas Goaziou writes: Greetings. >> Debugger entered--Lisp error: (wrong-number-of-arguments max 0) >> max() >> apply(max nil) >> org-fast-tag-selection(nil nil nil nil) >> org-set-tags() >> org-beamer-select-environment() >>

[O] Bug: empty ob-stan.el when installed from ELPA [8.3.4 (8.3.4-47-gaf853d-elpaplus @ /home/tamas/.emacs.d/elpa/org-plus-contrib-20160502/)]

2016-05-02 Thread Tamas Papp
] was a workaround, with the expectation that this would eventually be fixed. However, the ELPA version 20160502 has the same problem. [1] https://lists.gnu.org/archive/html/emacs-orgmode/2016-01/msg00487.html [2] git://orgmode.org/org-mode.git Emacs : GNU Emacs 25.1.50.2 (x86_64-pc-linux-gnu, GTK+ Version

Re: [O] :kkepaspectratio in included imad=ge in LaTeX export

2016-05-02 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> I would like to have the keepaspectratio attribute in the >> \includegraphice. >> >> I tried: >> >> #+ATTR_LATEX: :width 1\paperwidth :height 1\paperheight :keepaspectratio >>

[O] Beamer \usebackgroundtemplate - better solution?

2016-05-02 Thread Rainer M Krug
Hi I am using the following structure for \usebackgroundtemplate in Beamer: --8<---cut here---start->8--- *** Overview of The Case Study :PROPERTIES: :header-args: :eval never-export :header-args+: :file-ext pdf :END: #+LATEX: { #+LATEX:

[O] PATCH: Add new output formats to plantuml

2016-05-02 Thread Rainer M Krug
Hi attached please find a patch which adds additional output file types for plantuml. Cheers, Rainer From 839cb3194e6a40e577c5cab3b0a69961238924c9 Mon Sep 17 00:00:00 2001 From: "Rainer M. Krug" Date: Mon, 2 May 2016 11:00:23 +0200 Subject: [PATCH] lisp/op-plantuml.el: