[O] set default width for figure floats?

2016-03-11 Thread Rainer M Krug
ed, but to let them keep their own size. Is this possible (I'd like to avoid having to use #+ATTR_LATEX :width before each - and even then I would have no idea to unset the value) Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] set default width for figure floats?

2016-03-11 Thread Rainer M Krug
--->8--- I don't know if one is sufficient - I just leave them in and might try later. Thanks a lot, Rainer > > > Rainer M Krug writes: > >> I think this has been asked before, but I can't find it: >> >> Is there a way of setting the

Re: [O] set default width for figure floats?

2016-03-14 Thread Rainer M Krug
John Kitchin writes: > Rainer M Krug writes: > >> John Kitchin writes: >> >>> Maybe you want org-image-actual-width >>> >>> This sets teh width in org, if you have a working imagemagick. >> >> No - I don't want any scaling. They are

[O] set :eval to eval on export for one subtree

2016-03-22 Thread Rainer M Krug
(default) value I could sewt it to? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85

Re: [O] Recent bug? in R source blocks generating images

2016-04-08 Thread Rainer M Krug
e time which should have caused this. OK - commit 9be858b of ESS is still fine. Could you please submit this to the ESS list? Cheers, Rainer > > Bill -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] State of things: Email with orgmode?

2016-04-25 Thread Rainer M Krug
ppear in the email, depending on > what you are using to view your emails: > > > \begin{equation} > y = \sqrt{x} > \end{equation} > > > eric > > > – > > > > Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-739-g789412 > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] State of things: Email with orgmode?

2016-04-25 Thread Rainer M Krug
Eric S Fraga writes: > On Monday, 25 Apr 2016 at 19:33, Rainer M Krug wrote: >> Eric S Fraga writes: >> >>> Table of Contents >>> >>> * 1. An example >>> >>> One of the links between org and email is using org-mime-htmlize which >

[O] Beamer presantation, Abstract and Article in same document - how to structure and how to export?

2016-04-27 Thread Rainer M Krug
ted document per subtree? How can I switch easily between different settings? Any suggestions or examples? Or should I use publishing (I am always reluctant, as it seems so complicated)? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl.

Re: [O] Beamer presantation, Abstract and Article in same document - how to structure and how to export?

2016-04-27 Thread Rainer M Krug
Rasmus writes: > Hi, > > Rainer M Krug writes: > >> I would like to have one document containing >> >> 1) abstract for >> 2) a presentation and >> 3) a resulting paper >> >> My question is: how can I structure this an how can I handle

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

2016-04-29 Thread Rainer M Krug
keepaspectratio does not exist in org. Is there a way that I can add arbitrary LaTeX option like keepaspectratio? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch

[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: Add new outp

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
me that I can use org-beamer-environments-extra, but I don't really see how (I would like to have the image as an argument). I saw http://orgmode.org/worg/exporters/beamer/ox-beamer.html but this does not help me with using the image as an argument. Any suggestions? Thanks, Rainer -

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

2016-05-02 Thread Rainer M Krug
header-args+: :tangle no :END: Version src_sh{sed -n '/^Version: /s///p' ./DESCRIPTION} --8<---cut here---end--->8--- 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)? T

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

2016-05-03 Thread Rainer M Krug
Eric S Fraga writes: > 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: &

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

2016-05-03 Thread Rainer M Krug
Sharon Kimble writes: > 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} >>

Re: [O] PATCH: Add new output formats to plantuml

2016-05-09 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> attached please find a patch which adds additional output file types for >> plantuml. > > Applied. Thank you. Thanks > > Could you provide an entry for ORG-NEWS? Will do. Rainer &g

Re: [O] PATCH: Add new output formats to plantuml

2016-05-10 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> attached please find a patch which adds additional output file types for >> plantuml. > > Applied. Thank you. > > Could you provide an entry for ORG-NEWS? Here it is - hopefully in the right f

Re: [O] Annotating org exporters

2016-05-10 Thread Rainer M Krug
where I could create my shortcuts and > insert them in orgmode files without creating a lot of clutter in the > file. I like this idea. It would be ideal if one could define these in the header of the org document - easy to maintain and to edit. Cheers, Rainer > > Sebastian

Re: [O] Annotating org exporters

2016-05-10 Thread Rainer M Krug
t the ‘⇒’ by typing ‘\Rightarrow’ or > ‘&=>’, respectively. In latex, you can setup unicode-math. > > Hope it helps, > Rasmus -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

[O] Best way of including tikz into latex (pdf and beamer) export with preview?

2016-05-17 Thread Rainer M Krug
Hi What is the best way of including tikz into org for latex export (beamer and pdf), and to have preview as well? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch

[O] Export of subtree via narrowing to subtree - setting name of exported document?

2016-05-23 Thread Rainer M Krug
, than export "whole" document) in the subtree? Cheers, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10

[O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-24 Thread Rainer M Krug
kage{capt-of} | \usepackage{hyperref} | \usepackage{color} | \usepackage{listings} | \usetheme{Madrid} | \usecolortheme{spruce} | \author{Rainer M. Krug} | \date{\today} | \title{} | \hypersetup{ | pdfauthor={Rainer M. Krug}, | pdftitle={}, | pdfkeywords={}, | pdfsubject={}, | pdfcreator={Emacs 25.0.94

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-24 Thread Rainer M Krug
Rasmus writes: > Hi Rainer, > > Thanks for the bug report. > > Rainer M Krug writes: > >> Please not that the tag :presentation: becomes exported as part of the >> header. > > Isn't this expected behavior? OK - you are obviously right. But in my docu

[O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-24 Thread Rainer M Krug
(in my case column) # GNU Emacs 25.0.94.1 (x86_64-apple-darwin15.4.0, Carbon Version 157 AppKit 1404.46) of 2016-05-24 # Org-mode version 8.3.4 (release_8.3.4-842-g58f5def @ /Users/rainerkrug/.emacs.d/org-mode/lisp/) Cheers, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-25 Thread Rainer M Krug
Rasmus writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> It seems that I can not longer select multiple environments at the same >>> time by using org-beamer-select-environment. >>> >>> - I am o

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-25 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> But in my document, I have >> >> #+SELECT_TAGS: export presentation >> >> in which case, I would have expected, that the tags defined here are not >> exported? > > It's arg

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-25 Thread Rainer M Krug
Rasmus writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> But in my document, I have >>> >>> #+SELECT_TAGS: export presentation >>> >>> in which case, I would have expected, that the tags

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-26 Thread Rainer M Krug
umn group >>> with columns inside. This example used to be possible. I haven't checked >>> now. >> >> This one is not possible anymore. A column environment implies columns. >> You can also provide a columns environment explicitly, at a higher >> level, e.g., to provide specific options. >> >> Regards, >> >> -- >> Nicolas Goaziou >> > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

[O] B_column does not insert :BEAMER_COL:

2016-05-26 Thread Rainer M Krug
:BEAMER_COL: is added. This is counter-intuitive and not obvious. Would it be possible to add :BEAMER_COL: automatically as well? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology

Re: [O] B_column does not insert :BEAMER_COL:

2016-05-26 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> When I set the B_column environment, the property :BEAMER_env: is as >> expected, automatically set to =column=, but exporting to beamer results >> in an error as the environment is is not actually

Re: [O] B_column does not insert :BEAMER_COL:

2016-05-26 Thread Rainer M Krug
Nicolas Goaziou writes: > Rainer M Krug writes: > >> Right - that works. But Why do the others have B_ names, while this >> environment has BMCOL? > > "BMCOL" is a terrible name. However, it is not an environment per se > since it controls both "colu

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-27 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> Makes sense - I just wasn't aware of the tags:nil property. Probably it >> should be added to the beamer template headers (C-ce#)? > > It belongs to the default template, since this is a generic

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-27 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> When I generate a pdf, the tags are in the TOC - but tags:not-in-toc >> means that the tags are *not* in the toc - possibly only in the headers >> itself? I don't know. >> >> Jus

Re: [O] Some LaTeX Beamer / org-mode questions

2016-05-30 Thread Rainer M Krug
gt; - The subtitle Don't know - but wopuld really like to know as well. Rainer > > Thanks! > > Florian > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> OK. Here it is: >> >> #+TITLE: An Example >> #+EMAIL: rai...@krugs.de >> >> #+OPTIONS: tags:not-in-toc >> >> #+L

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rainer M Krug
John Hendy writes: > On Fri, May 27, 2016 at 11:15 AM, Rainer M Krug wrote: >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> Rainer M Krug writes: >>> >>>> When I generate a pdf, the tags are in the TOC - but tags:not-in-toc >&

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rainer M Krug
Rasmus writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> \section[Level 1]{Level 1\hfill{}\textsc{andHereIsTheTag}} >> >> IIUC, according to this line, tags should be removed from the toc. >> >>

Re: [O] naming image files before exporting to PDF

2015-02-06 Thread Rainer M Krug
images/} } >> [[file:simul001_a-4_b-0.1.pdf]] > > > > > John > > --- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin

[O] [BUG] on export resulting in endless evaluation

2015-02-06 Thread Rainer M Krug
export * here exports both #+begin_src R cat(13+14) #+end_src * and here only code :PROPERTIES: :header-args+: exports code :END: #+begin_src R paste(13+14) #+end_src --8<---cut here---end--->8--- Cheers, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP

[O] synctex and org - any news?

2015-02-06 Thread Rainer M Krug
I was wondering - is there any news on including synctex support into org? I found the thread http://comments.gmane.org/gmane.emacs.orgmode/69454 but it seems that it has not been included after that? Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description

Re: [O] synctex and org - any news?

2015-02-07 Thread Rainer M Krug
Rasmus writes: > Rainer M Krug writes: > >> I was wondering - is there any news on including synctex support into >> org? > > No news. Pity. > >> I found the thread >> >> http://comments.gmane.org/gmane.emacs.orgmode/69454 >> >&

Re: [O] [BUG] on export resulting in endless evaluation

2015-02-07 Thread Rainer M Krug
Charles Berry writes: > Rainer M Krug krugs.de> writes: > >> >> >> Hi >> >> when exporting the fillowing org file, I get an endless loop of >> evaluations. >> >> This happens with only orgmode and languages enabled >> &g

Re: [O] [BUG] on export resulting in endless evaluation

2015-02-09 Thread Rainer M Krug
Sebastien Vauban writes: > Rainer M Krug wrote: >> Charles Berry writes: >>> Rainer M Krug krugs.de> writes: >>>> >>>> when exporting the fillowing org file, I get an endless loop of >>>> evaluations. >>>> >>>>

Re: [O] [BUG] on export resulting in endless evaluation

2015-02-10 Thread Rainer M Krug
Charles Berry writes: > Rainer M Krug krugs.de> writes: > >> >> Sebastien Vauban >> writes: >> >> > Rainer M Krug wrote: >> >> Charles Berry writes: >> >>> Rainer M Krug krugs.de> writes: >> >>>> &

[O] [PATCH]: Add header-args property to source block info

2015-02-10 Thread Rainer M Krug
%s\n" lang (org-entry-get (point) (concat "header-args:" lang) t)) + (when (funcall full switches) (funcall printf "Switches: %s\n" switches)) (funcall printf "Header Arguments:\n") (dolist (pair (sort header-args -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

[O] [BUG] in org-babel-get-src-block-info when certain :header-args are set

2015-02-10 Thread Rainer M Krug
Version 157 AppKit 1343.16) of 2015-02-02 on Rainers-MacBook-Pro-4.local ` reproduced without configuration. Cheers, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] [BUG] in org-babel-get-src-block-info when certain :header-args are set

2015-02-10 Thread Rainer M Krug
Rasmus writes: > Rainer M Krug writes: > >> #+PROPERTY: header-args :tangle-mode (identity #o444) >> >> * Initial plottings >> #+begin_src R >> plot(1) >> #+end_src >> >> When calling org-babel-view-src-block-info (C-c C-v C-i) on the cod

[O] And another useful function for header arguments

2015-02-10 Thread Rainer M Krug
ments in the current code block. ` I'm gonna use it a lot! Cheers, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

[O] [FIXED] Re: [BUG] in org-babel-get-src-block-info when certain :header-args are set

2015-02-10 Thread Rainer M Krug
Update: The problem occurs whenever a property value is a number. so , | #+PROPERTY: header-args :tangle-mode 292 ` also produces the error. Fix included in other patch. Rainer Rainer M Krug writes: > Rasmus writes: > >> Rainer M Krug writes: >> >>&

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-10 Thread Rainer M Krug
s" (cdr pair))) (funcall printf "\t%S%s\t%s\n" (car pair) (if (> (length (format "%S" (car pair))) 7) "" "\t") Rainer M Krug writes: > Hi > > Following a recent discussion (based on me forgetting a ":&quo

Re: [O] [PATCH]: Add header-args property to source block info

2015-02-10 Thread Rainer M Krug
"Charles C. Berry" writes: > On Tue, 10 Feb 2015, Rainer M Krug wrote: > >> Hi >> >> Following a recent discussion (based on me forgetting a ":" when setting >> the property :header-args), I added the output of the property >> header-ar

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-10 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> Please find attached the below described patch including the fix for the >> error reported - function raises error when property value is numeric. > > Looks good. Thank you. Thanks. >From 6461f4d

Re: [O] And another useful function for header arguments

2015-02-11 Thread Rainer M Krug
-and-useful-functions.html#Key-bindings-and-useful-functions Thanks - they are really nice. I think I should read the manual - but who does this actually ;-) ? Rainer > > One of the most under-stated listings ever. They are all delightful, > seriously. > > On Tue, Feb 10, 2015 at

[O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
emacs.d/org-mode/lisp/) | GNU Emacs 24.4.1 (x86_64-apple-darwin14.0.0, Carbon Version 157 AppKit 1343.16) of 2015-02-02 on Rainers-MacBook-Pro-4.local `---- Cheers, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-12 Thread Rainer M Krug
Alan Schmitt writes: > Hello, > > On 2015-02-10 22:58, Rainer M Krug writes: > >> Are there some guidelines on how to write tests? Never done this before... > > I recently wrote my first test, so here is how I did it. > > - find a similar test in testing/lisp/.

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-12 Thread Rainer M Krug
Rainer M Krug writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> Please find attached the below described patch including the fix for the >>> error reported - function raises error when property value is

Re: [O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Rasmus writes: > Hi, > > Rainer M Krug writes: > >> after updating today, I saw the fiollowing errors / warnings: >> , >> | org-version: 8.3beta (release_8.3beta-823-ge6fcc8) >> | makeinfo --no-split org.texi -o org >> | org.texi:15:

Re: [O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Rasmus writes: > Rainer M Krug writes: > >> Now I get here a different warning from pdftex: >> >> , >> | >> (/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T//t2d45050/src/orgguide.texi >> | (/Users/rainerkrug/.emacs.d/org-git/doc/texinfo.tex &

Re: [O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Rasmus writes: > Rainer M Krug writes: > >>> Thankfully, I haven't touched the orgguide.texi. But I get the same >>> warning. >> >> Lucky you... > > Enough havoc from me for one day, don't you think? (¡Sorry everybody!) There is only one las

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-13 Thread Rainer M Krug
Nicolas Goaziou writes: > Rainer M Krug writes: > >> I think I will skip the bonus points this time - sorry. > > OK. You may also send me a couple of ECM, so I can turn them into tests. Sorry - what do you mean by ECM? > >> I would be very grateful if you could subm

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-13 Thread Rainer M Krug
Sebastien Vauban writes: > Rainer M Krug wrote: >> what do you mean by ECM? > > http://orgmode.org/worg/org-faq.html#ecm Ah - learned something. Merci beaucoup, Rainer > > Best regards, > Seb -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signat

Re: [O] control tangling from section header

2015-02-23 Thread Rainer M Krug
he header as COMMENT and no code blocks under this header are tangled. Cheers, Rainer > > Best, > Daniele > > > > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] control tangling from section header

2015-02-23 Thread Rainer M Krug
Ken Mankoff writes: > On 2015-02-23 at 09:39, Rainer M Krug wrote: >>>> I'm working with my literate init file (emacs.org), and would like >>>> to have certain sections not tangle. I currently do this with >>>> ":tangle no" at the SRC blo

[O] Multiple (identical) RESULTS blocks of one code block?

2015-03-09 Thread Rainer M Krug
-cut here---end--->8--- If I update the calculation, the first results block is updated, but not the second one. I would like to have two RESULTS blocks which are both updated when the code block is evaluated. Is this possible? Thanks, Rainer -- Rainer M. Krug email: Raine

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
te-hook 'update-results) > #+END_SRC > > This worked on a small test example, but I did not test it > thoroughly. your mileage might vary ;) This looks nice - I will try it out and see how it goes. > > > Rainer M Krug writes: > >> Hi >> >> Consider the follow

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
Aaron Ecay writes: > Hi Rainer, > > 2015ko martxoak 9an, Rainer M Krug-ek idatzi zuen: >> >> Hi >> >> Consider the following: >> >> --8<---cut here---start->8--- >> * The calculation >> #+NAME:

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
Rainer M Krug writes: > John Kitchin writes: > >> I don't believe this is possible out of the box. The first RESULTS block >> from the beginning of the buffer will be updated, and not the others. >> >> You might be able to use a hook function to do this, some

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
lement-property :end (org-element-at-point))) > results) > #+END_SRC > > I tested this one on two examples ;) And also on my example... Thanks John Works perfectly - added to my emacs.org. Any chance that you could put this into a patch so that it could go into org?

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-10 Thread Rainer M Krug
Rainer M Krug writes: > John Kitchin writes: > >> weird. I swear it worked in the little toy problem I made ;) >> >> I think this is a more robust function: >> >> #+BEGIN_SRC emacs-lisp >> (defun update-results () >> ;; get name of src block &g

[O] Positioning of images - export to LaTeX

2015-03-10 Thread Rainer M Krug
ement option, but how can I use them from org? I have seem http://orgmode.org/manual/LaTeX-specific-attributes.html but where do I c=have to put the , | #+ATTR_LATEX: :placement {b} ` so that the float is at the bottom of the page? Rainer -- Rainer M. Krug email: Rainerkrugsde PGP

Re: [O] Positioning of images - export to LaTeX

2015-03-10 Thread Rainer M Krug
John Hendy writes: > On Tue, Mar 10, 2015 at 9:13 AM, Rainer M Krug wrote: >> Hi >> >> I am struggling with float positioning. I would like to have a float at >> the bottom of a page. Consider the following code: >> >> --8<---cut here--

[O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Rainer M Krug
AppKit 1343.16) of 2015-02-02 on Rainers-MacBook-Pro-4.local `---- Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-23 Thread Rainer M Krug
Jacob Gerlach writes: > On Fri, Mar 20, 2015 at 9:44 AM, Rainer M Krug wrote: >> Hi >> >> I got an error as follow when I tried to export: >> >> , >> | org-babel-exp process R at line 5495... >> | Evaluation of this R code-block is disabled. >

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-23 Thread Rainer M Krug
ore often! Rainer > > finds the link, too. > > Chuck > >> >> -k. >> >> Please excuse brevity. Sent from pocket computer with tiny non-haptic >> feedback keyboard. >> >>> On Mar 20, 2015, at 11:38, Jacob Gerlach wrote: >>> >

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-23 Thread Rainer M Krug
to the description of the link and the target in brackets. This would make searching easier. Thanks, Rainer Rainer M Krug writes: > Hi > > I got an error as follow when I tried to export: > > , > | org-babel-exp process R at line 5495... > | Evaluation of this R c

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-23 Thread Rainer M Krug
Achim Gratz writes: > Rainer M Krug krugs.de> writes: >> > M-x occur RET Exa RET >> >> Ah - occur is nice - very nice. I like the output and also that it shows >> me all hits - I'll use this more often! > > It even has a key binding: "M-s o&q

[O] tabbar and editing code with C-c '

2015-03-31 Thread Rainer M Krug
ht window the tabbar, and on the left windor=w the "info bar" [1] Is there any way of seeing both, e.g. having the "info bar" being displayed below the tabbar? Thanks, Rainer Footnotes: [1] https://www.dropbox.com/s/zt5ls9kvva5vte9/Screenshot%202015-03-31%2014.41.56.pn

[O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-03 Thread Rainer M Krug
Hi I would like to open pdfs in emacs (using pdf-viewer) but there is only a shortcut (C-c C-o) to open a pdf externally, and no shortcut for the menu item below "Open in Emacs" in the context menu. How can I define a shortcut for this command (or re-use C-c C-o)? Thanks Rainer --

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-07 Thread Rainer M Krug
John Kitchin writes: > I find C-u RET on a link will open a pdf in emacs. or C-u C-c C-o Thanks - C-u C-c C-o works for me Rainer > > Rainer M Krug writes: > >> Hi >> >> I would like to open pdfs in emacs (using pdf-viewer) but there is only >> a shortcu

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-07 Thread Rainer M Krug
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > Rainer M Krug writes: > >> I would like to open pdfs in emacs (using pdf-viewer) but there >> is only a shortcut (C-c C-o) to open a pdf externally, and no >> shortcut for the menu item below "

Re: [O] ob-R, problem with try/catch

2015-04-22 Thread Rainer M Krug
Envoyé de mon iPhone > Le 23 avr. 2015 à 04:23, Charles C. Berry a écrit : > >> On Wed, 22 Apr 2015, Thomas S. Dye wrote: >> >> Aloha all, >> >> Prior to eaa3a761dae, when working in a session, I was able to run this >> R source code block without problems: >> >> ,--

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Rainer M Krug
Envoyé de mon iPhone > Le 23 avr. 2015 à 17:53, Thomas S. Dye a écrit : > > Aloha Rainer, > Hi Thomas, > Rainer M Krug writes: > >>>> After eaa3a761dae, I get an error and an empty output file. >>> >>> That commit introduced a tryCa

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Rainer M Krug
Envoyé de mon iPhone > Le 23 avr. 2015 à 18:13, Charles C. Berry a écrit : > >> On Wed, 22 Apr 2015, Rainer M Krug wrote: >> >> >> >> Envoyé de mon iPhone >> >>>> Le 23 avr. 2015 à 04:23, Charles C. Berry a écrit : >>>> &

Re: [O] Creating a link to a file using ID

2015-04-23 Thread Rainer M Krug
Envoyé de mon iPhone > Le 24 avr. 2015 à 00:10, Yuri Niyazov a écrit : > > I would like to link to a whole file (rather than a heading in that > file), but instead of using the path+name, I would like to use an id, > so that it survives renames. I do not think this is easily possible, as I as

Re: [O] ob-R, problem with try/catch

2015-05-04 Thread Rainer M Krug
"Charles C. Berry" writes: > On Sun, 26 Apr 2015, Nicolas Goaziou wrote: > >> Hello, >> >> Rainer M Krug writes: >> >>> Possible a candidate for the new linting library for org, to mark it >>> as an invalid argument combination >>

[O] Bug: Export to html fails when link to header in non existing file in document present WAS: Error export to html - "Org-publish-cache-get: `org-publish-cache-get' called, but no cache present" [8.

2015-05-06 Thread Rainer M Krug
n existent file [[file:~/NONEXISTENT.org][Link to non existing org file]] --8<---cut here---end--->8--- Hope this helps, Rainer Rainer M Krug writes: > Hi > > I don't know how long I have this error (just back at the office after > two w

Re: [O] Bug: Export to html fails when link to header in non existing file in document present

2015-05-06 Thread Rainer M Krug
Rasmus writes: > Hi, > > Rainer M Krug writes: > >> more info and a reproducible example: >> >> when exporting the following org file >> >> * A link to a non existent file >> [[file:~/NONEXISTENT.org::*SOMETHING][Link to header in non existing o

Re: [O] Bug: Export to html fails when link to header in non existing file in document present

2015-05-07 Thread Rainer M Krug
links. In my case, I just would like to ave the html export to share results and the links are mainly for my reference and possibly the final publish. Is this somehow possible? Thanks, Rainer > > > Regards, -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biolo

Re: [O] A Microsoftesque detail in org

2015-05-15 Thread Rainer M Krug
;smart return" is enabled in the settings. I would definitely dis-able this. Cheers, Rainer > > Or? > > Jarmo > > -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbo

Re: [O] A Microsoftesque detail in org

2015-05-18 Thread Rainer M Krug
gt;> In that case there's C-o C-e or M-x newline... >> >> > I am a very minor player in this game, but I would really, _really_ like >> > Org to remain as true to it's slogan as possible. >> >> I'm still don't see this point. There

Re: [O] A Microsoftesque detail in org

2015-05-18 Thread Rainer M Krug
Rasmus writes: > Rainer M Krug writes: > >> OK - this makes sense. But instead of jumping to the next line, a >> splitting of the header into two would make more sense, keeping the >> correct syntax. > > That is literally what my patch does IF you are in regio

[O] Indicate on collapsed code block if in "editing mode"

2015-05-19 Thread Rainer M Krug
Hi Due to scrolling speed, I prefer to leave the source blocks collapsed, but then I do not see if they are in "editing mode", i.e. if I did C-' on them for editing. Is there a way of indicating on the collapsed code block if it is in "editing mode"? Thanks, Rainer

Re: [O] Indicate on collapsed code block if in "editing mode"

2015-05-19 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> Due to scrolling speed, I prefer to leave the source blocks collapsed, >> but then I do not see if they are in "editing mode", i.e. if I did C-' >> on them for editing. >> >>

Re: [O] [RFC] Org linting library

2015-05-19 Thread Rainer M Krug
note definitions in footnote section > - probable invalid keywords > - invalid blocks > - probable incomplete drawers > - obsolete QUOTE section > > Since it relies on lexical binding, `pcase' and `string-prefix-p', it > cannot be added to Org 8.3, but can make i

Re: [O] [RFC] Org linting library

2015-05-20 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Rainer M Krug writes: >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> The following library implements linting for Org syntax. The sole public >>> function is `org-lint', which see. >

Re: [O] [RFC] Org linting library

2015-05-20 Thread Rainer M Krug
Rainer M Krug writes: > Andreas Leha writes: > >> Hi Rainer, >> >> Rainer M Krug writes: >>> Nicolas Goaziou writes: >>> >>>> Hello, >>>> >>>> The following library implements linting for Org syntax. The sole pu

Re: [O] [RFC] Org linting library

2015-05-20 Thread Rainer M Krug
Rainer M Krug writes: > Rainer M Krug writes: > >> Andreas Leha writes: >> >>> Hi Rainer, >>> >>> Rainer M Krug writes: >>>> Nicolas Goaziou writes: >>>> >>>>> Hello, >>>>> >>>>>

Re: [O] [RFC] Org linting library

2015-05-20 Thread Rainer M Krug
Envoyé de mon iPhone > Le 20 mai 2015 à 22:42, Andreas Leha a > écrit : > > Hi Rainer, > > Rainer M Krug writes: >> Rainer M Krug writes: >> >>> Rainer M Krug writes: >>> >>>> Andreas Leha writes: >>>> >

Re: [O] [RFC] Org linting library

2015-05-21 Thread Rainer M Krug
Nicolas Goaziou writes: > Rainer M Krug writes: > >> There is an example where I get the error: >> >> * Fitting the kernel to the data >> The parameter which will be fitted can be found in Table [[tab:fitInitial]] >> >> #+CAPTION: Variables used for the

<    4   5   6   7   8   9   10   11   12   >