[Orgmode] Change color in fontified html export for strings

2010-09-13 Thread Rainer M Krug
html? Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman Avenue Stellenbosch South Africa

Re: [Orgmode] Re: Include files to be used in literate programming

2010-09-13 Thread Rainer M Krug
eractive) > (save-window-excursion > (ded/org-export-as-org-to-buffer) > (org-babel-tangle))) > #+end_src > > Dan > > >> >> Thank you in advance. >> >> -- >> Giorgio Valoti >> >> >> ___ >> Emacs-o

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 02:36, Sebastian Rose wrote: > Rainer M Krug writes: >> Hi >> >> when exporting code blocks to html, strings are exported as yellow >> (#00), which is really difficult to read. Is there a possibility

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 09:41, Eric S Fraga wrote: > On Tue, 14 Sep 2010 09:11:07 +0200, Rainer M Krug wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 14/09/10 02:36, Sebastian Rose wrote: >>> Rai

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 10:16, Eric S Fraga wrote: > On Tue, 14 Sep 2010 10:05:32 +0200, Rainer M Krug wrote: > > [...] > >> The string >> >> .string {color: #ff4500;} >> >> is in the html file, but it is not u

[Orgmode] export of .org file from within a different .org file

2010-09-14 Thread Rainer M Krug
org - --execute='(org-export-as-html-and-open nil)' into elisp? The (org-export-as-html-and-open nil) is clear - but the visit= ?? Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for

[Orgmode] SOLVED: export of .org file from within a different .org file

2010-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 11:44, Rainer M Krug wrote: Found the solution: #+begin_src emacs-lisp (switch-to-buffer (find-file-noselect "report.org")) (org-export-as-html-and-open nil) #+end_src Cheers, Rainer > Hi > > I have an o

Re: [Orgmode] export of .org file from within a different .org file

2010-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 12:17, Sebastian Rose wrote: > Rainer M Krug writes: >> Hi >> >> I have an org file (report.org) which creates a report. >> >> Now I want to do a few things with the resulting report, before I crea

[Orgmode] Nested exports - Exporting a "sub.org" file while exporting "main.org"

2010-09-14 Thread Rainer M Krug
his is a test report - end-sub.org-- org-mode version: Org-mode version 7.01trans (release_7.01h.502.gc464) emacs version:GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) Ubuntu - Lucid Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biolo

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Rainer M Krug
one entity in the htmlization of code? Thanks a lot, Rainer > > > Sebastian - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stelle

Re: [Orgmode] Change color in fontified html export for strings

2010-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 18:25, Sebastian Rose wrote: > Rainer M Krug writes: >> On 14/09/10 13:41, Sebastian Rose wrote: >>> Eric S Fraga writes: >>>> Thanks Sebastian. I think that will definitely help the OP. However, >>

Re: [Orgmode] Nested exports - Exporting a "sub.org" file while exporting "main.org"

2010-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 18:21, Sebastian Rose wrote: > Rainer M Krug writes: >> Hi >> >> I want to export a subdocument (sub.org) while exporting a main document >> (main.org), but I am getting an >> "Args out of range: 0

Re: [Orgmode] Re: Nested exports - Exporting a "sub.org" file while exporting "main.org"

2010-09-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 20:57, Sébastien Vauban wrote: > Hi Sebastian, > > Sebastian Rose wrote: >> Rainer M Krug writes: >>> >>> I want to export a subdocument (sub.org) while exporting a main document >>> (main.org),

Re: [Orgmode] Re: Nested exports - Exporting a "sub.org" file while exporting "main.org"

2010-09-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/09/10 11:23, Sébastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: >> On 14/09/10 20:57, Sébastien Vauban wrote: >>> Sebastian Rose wrote: >>>> Rainer M Krug writes: >>>>> >>>

Re: [Orgmode] Color of exported R code results using LaTeX listings

2010-09-17 Thread Rainer M Krug
gt; > > > > > ___ Emacs-orgmode mailing > list Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - -- Rainer M. Krug, PhD (Conservation Ecolo

Re: [Orgmode] Color of exported R code results using LaTeX listings

2010-09-17 Thread Rainer M Krug
specified to have colors in the resulting latex / pdf file. Thanks a lot, Rainer > > Cheers, > Steve > > > On Fri, 2010-09-17 at 10:00 +0200, Rainer M Krug wrote: > On 17/09/10 09:31, Steven Delean wrote: >>>> Hi everyone, >>>> >>>> I a

Re: [Orgmode] Re: Color of exported R code results using LaTeX listings

2010-09-17 Thread Rainer M Krug
commentstyle=\color{red}, #+LATEX_HEADER: stringstyle=\color{green}, #+LATEX_HEADER: basicstyle=\ttfamily\small, #+LATEX_HEADER: columns=fullflexible, #+LATEX_HEADER: basewidth={0.5em,0.4em} #+LATEX_HEADER: } And it also works. Cheers, Rainer >

Re: [Orgmode] Re: Color of exported R code results using LaTeX listings

2010-09-17 Thread Rainer M Krug
ceu.hu/tex/defs.htm http://en.wikibooks.org/wiki/LaTeX/Customizing_LaTeX If verbatim is only used for the results, nothing should go wrong. Cheers, Rainer > Thanks for your time, > Steve > > > On Fri, 2010-09-17 at 11:13 +0200, Rainer M Krug wrote: > On 17/09/10 10:52,

Re: [Orgmode] Re: Color of exported R code results using LaTeX listings

2010-09-17 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/09/10 15:30, Sébastien Vauban wrote: > Steven, > > Rainer M Krug wrote: >> On 17/09/10 15:14, Steven Delean wrote: >>> I am still unable to get color output for the _result_ of evaluating R code >>> blocks. >

Re: [Orgmode] Re: [babel] Environment around exported results

2010-09-24 Thread Rainer M Krug
> > Something like a =:nowrapper= header argument? Probably even one step further: being able to specify the environment to be used in a header argument, so we would have three possible scenarios: 1) default (equals to :wrapper orgresults) : using \begin{orgresults} ... \end{orgresult} 2) :now

Re: [Orgmode] Re: From state table to state diagram

2010-09-25 Thread Rainer M Krug
> [1] > http://en.wikipedia.org/wiki/Finite-state_machine#Concepts_and_vocabulary > [2] http://en.wikipedia.org/wiki/State_transition_table > > > ___ > Emacs-orgmode mailing list > Please use `Reply All' to send replies

[Orgmode] Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-25 Thread Rainer M Krug
: :EXPORT_FILE_NAME: table :OPTIONS: H:0 num:f toc:f author:f timestamp:f creator:f :END: | A | B | C | |---+---+| | 1 | 2 | 33 | | | || ### -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl

Re: [Orgmode] Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-25 Thread Rainer M Krug
On Sat, Sep 25, 2010 at 4:05 PM, Noorul Islam wrote: > On Sat, Sep 25, 2010 at 4:02 PM, Rainer M Krug wrote: > > Hi > > I hava a problem with exporting to LaTeX. > > I want to export a table to latex. I put it into a subtree, containing > only > > the table,

Re: [Orgmode] Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-25 Thread Rainer M Krug
On Sat, Sep 25, 2010 at 4:15 PM, Rainer M Krug wrote: > > > On Sat, Sep 25, 2010 at 4:05 PM, Noorul Islam wrote: > >> On Sat, Sep 25, 2010 at 4:02 PM, Rainer M Krug >> wrote: >> > Hi >> > I hava a problem with exporting to LaTeX. >> > I want

Re: [Orgmode] Re: From state table to state diagram

2010-09-28 Thread Rainer M Krug
st an idea, Cheers, Rainer On Mon, Sep 27, 2010 at 8:27 AM, Gary wrote: > Rainer M Krug wrote: > > > I really like the idea of this conversion from a State Transition Table > to a > > State Transition Diagram as it is much easier to make a table then a > > graph. >

[Orgmode] Re: Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-28 Thread Rainer M Krug
On Mon, Sep 27, 2010 at 2:03 AM, Matt Lundin wrote: > Rainer M Krug writes: > > > Hi > > > > I hava a problem with exporting to LaTeX. > > > > I want to export a table to latex. I put it into a subtree, containing > > only the table, i.e. no hea

[Orgmode] Re: Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-29 Thread Rainer M Krug
On Tue, Sep 28, 2010 at 7:29 PM, Matthew Lundin wrote: > Rainer M Krug writes: > > > On Mon, Sep 27, 2010 at 2:03 AM, Matt Lundin wrote: > > > > Rainer M Krug writes: > > > > > Hi > > > > > > I hava a problem with e

[Orgmode] [babel] FEATURE REQUEST: send results into file

2010-09-29 Thread Rainer M Krug
possibility does not exist in org. So Mathew's / my question is if it would be possible to include a functionality to "send the results or a source code block (either executed code or exported org snippets) via babel to a target in an external file.". Cheers, Rainer -- NEW G

Re: [Orgmode] Re: [babel] FEATURE REQUEST: send results into file

2010-09-29 Thread Rainer M Krug
2010/9/29 Sébastien Vauban > Hi Rainer, > > Rainer M Krug wrote: > > Based on a discussion in the thread "Problem with PROPERTIES :OPTIONS: > when > > exporting subtree", The idea came ub by Mathew Lundin to be able to "send > > the results or

[Orgmode] Sidewaystable in org?

2010-09-29 Thread Rainer M Krug
with those as well. Cheers, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus

Re: [Orgmode] Re: [babel] FEATURE REQUEST: send results into file

2010-09-29 Thread Rainer M Krug
2010/9/29 Sébastien Vauban > Rainer, > > Rainer M Krug wrote: > > 2010/9/29 Sébastien Vauban > >> Rainer M Krug wrote: > >> *Side question*, because this is quite important, I think: why are you > >> still using LyX directly? > > > > Beca

[Orgmode] [babel] bug in ob-plantuml.el

2010-09-30 Thread Rainer M Krug
e name extension .svg, the -tsvg is concatenated behing -jar without space producing an error message. Cheers, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biol

[Orgmode] [babel] Writing R-packages the org way?

2010-10-07 Thread Rainer M Krug
? Any suggestions how to best proceed? Dream: I would like to have one org file which contains everything (documentation, code, other relevant files) and if I export or tangle the file, I have the package ready. Is there anything like that? Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Rainer M Krug
On Thu, Oct 7, 2010 at 5:12 PM, Erik Iverson wrote: > > Dan Davison wrote: > >> Erik Iverson writes: >> >> Rainer M Krug wrote: >>> >>>> Hi >>>> >>>> I am about to write an R package, and as I am an org-mode an

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Rainer M Krug
On Thu, Oct 7, 2010 at 5:59 PM, Dan Davison wrote: > Erik Iverson writes: > > > Dan Davison wrote: > >> Erik Iverson writes: > >> > >>> Rainer M Krug wrote: > >>>> Hi > >>>> > >>>> I am about to write an R

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-08 Thread Rainer M Krug
t;>>> > >>>> That way, you don't have to use the .Rd syntax yourself. No big deal, > >>>> just a convenience feature. I don't know how you'd specify to > org-mode > >>>> that a particular subtree was to generate .Rd syntax, and I don't know > >>>> if it

Re: [Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-08 Thread Rainer M Krug
g file, they are still literate programming. Cheers, Rainer > Stephen > > > ___ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- NEW GERMAN FA

[Orgmode] [babel] Links in tangled file - howto jump to .org?

2010-10-17 Thread Rainer M Krug
therefore ESS), and I would like to know, how I can jump from the .R file to the .org file? The links are not recognised in ESS - how can I tell ESS that these are .org links? Cheers, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-10-17 Thread Rainer M Krug
ronments, itemized lists > and > > quotes, to cite a few. > > > > Seb > > Footnotes: > [1] http://eschulte.github.com/emacs-starter-kit/ > > > > ___ > Emacs-orgmode mailing list > Please use `Reply All&

[Orgmode] org-capture target based on filename of .org file from which called

2010-10-20 Thread Rainer M Krug
. and filed under the heading *BUGS and *ISSUES I have seen the (function function-finding-location) for the target of org-capture, but I don't know how to write that function. Any input welcome, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN)

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Rainer M Krug
verted to raster. Cheers, Rainer > > CM > > On 11/2/10 11:40 AM, Rainer M Krug wrote: >> >> >> On Mon, Nov 1, 2010 at 11:47 PM, Christian Moe > <mailto:m...@christianmoe.com>> wrote: >> >> Re: converting SVG >> >> >> H

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Rainer M Krug
gt;> >> Very true. For presentations, this may not be that much of an issue >> (given the resolution of many data projectors)... but it's a very valid >> point. >> >> Do let us know if you find a vector based converter. >> >> Thanks, >> eric >> > > > _

[Orgmode] Edit source buffer in same frame

2010-11-17 Thread Rainer M Krug
called. Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman Avenue Stellenbosch South Africa

Re: [Orgmode] Re: Edit source buffer in same frame

2010-11-17 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/17/2010 03:42 PM, Sébastien Vauban wrote: > #+begin_src emacs-lisp Thanks - exactly that. Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invas

Re: [Orgmode] Okular Metadata to Org

2010-11-22 Thread Rainer M Krug
b each time I start emacs. Now we just need the opposite: click in a pdf at a certain location and org opens with the link to there to add the note - am I dreaming here? Cheers, Rainer > > Hopefully someone else will find this useful, > > Ross > - -- Rainer M. Krug, PhD (Conserva

[Orgmode] OT: Question concerning vc-working-revision in git versus svn

2010-11-25 Thread Rainer M Krug
s, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman Avenue Stellenbosch South Africa Tel:

[Orgmode] [babel] Enabling language mode for plantuml?

2010-12-02 Thread Rainer M Krug
ax highlighting at the moment, although ' as the comment character would be nice. Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Sui

Re: [Orgmode] [babel] Enabling language mode for plantuml?

2010-12-03 Thread Rainer M Krug
fundamental)) > #+end_src > > Perhaps the above code should be part of the ob-plantuml.el file. Yes. That would be useful. Is there an easy way of bringing some syntax highlighting and comments character into the C' buffer? Rainer > > Best -- Eric > > Rainer M Krug wr

Re: [Orgmode] Re: [babel] Enabling language mode for plantuml?

2010-12-03 Thread Rainer M Krug
Hi zwz That looks great. Do you have a repository, where I could check for updates? Rainer On Fri, Dec 3, 2010 at 12:31 PM, zwz wrote: > Rainer M Krug writes: > > > Hi > > > > I would like to be able to edit code blocks of plantuml via C-', but I > > get th

Re: [Orgmode] Re: [babel] Enabling language mode for plantuml?

2010-12-03 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/03/2010 12:31 PM, zwz wrote: > Rainer M Krug writes: > >> Hi >> >> I would like to be able to edit code blocks of plantuml via C-', but I >> get the message >> No such language mode: plantuml-mode &g

Re: [Orgmode] Re: re-importing ascii export

2010-12-07 Thread Rainer M Krug
I have a possibly stupid question, which is the following: I have a >>> txt file which has been exported using org mode and I don't have the >>> initial file. Is there any way to convert the ascii export back into a >>> native orgmode file so as to have the u

Re: [Orgmode] Re: re-importing ascii export

2010-12-07 Thread Rainer M Krug
s ago on this list. Search the > archives for "pandoc" maybe? Must have overlooked that - thanks. Found it. Rainer > > Jeff > - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion

[Orgmode] Combination of =code= and Description

2010-12-10 Thread Rainer M Krug
expect, "=code=" in bold. Is it possible to get code in bold? Cheers, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch

Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Rainer M Krug
s : > http://tinyurl.com/2v26rsr > > > ___ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - -- Rainer M. Kr

[Orgmode] Sending org buffer as mail?

2010-12-16 Thread Rainer M Krug
similar for reading my email, I just want to be able to send, from time to time, an .org buffer as an email Cheers, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Rainer M Krug
; There should be a built-in function for > that, but I've never used it. > - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/2010 11:38 AM, Oscar Carlsson wrote: > Rainer M Krug writes: > >> On 12/16/2010 09:25 AM, Jeff Horn wrote: >>> On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson >>> wrote: >>>> And then, I can se

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/16/2010 11:41 AM, Rainer M Krug wrote: > On 12/16/2010 11:38 AM, Oscar Carlsson wrote: >> Rainer M Krug writes: > >>> On 12/16/2010 09:25 AM, Jeff Horn wrote: >>>> On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlss

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Rainer M Krug
ed text. >> >> >> Oscar >> >> ___ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >

Re: [Orgmode] Re: disable automatic source block evaluation but allow manual

2010-12-16 Thread Rainer M Krug
de block, or > > - when evaluating them for the export, the Org buffer should be updated in the > same way (results of evaluation copied back into the Org buffer). > > I guess the first solution is not a good one. What about the second? > > Best regards, > Seb > > Footnot

[Orgmode] org-mime

2010-12-16 Thread Rainer M. Krug
-- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman Avenue Stellenbosch South Africa Tel:+33 - (0

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-17 Thread Rainer M Krug
title of the >> org-mode buffer. I think that generalizing the org-mime functions to >> operate over either subtrees or whole files, and to output either html >> or plain text should cover all use cases with maximal code re-use. >> >> Thanks for sharing this function.

[Orgmode] Capture template and elisp expression

2011-01-06 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I want to use a Capture Template to record changes to files under version control. Everything works as expected, but I would like to include the current revision in the template. Therefore I tried the following: * %T %? at %a by Rainer M Krug

Re: [Orgmode] Capture template and elisp expression

2011-01-07 Thread Rainer M Krug
On 01/06/2011 11:44 PM, Carsten Dominik wrote: > > On Jan 6, 2011, at 11:26 PM, Nick Dokos wrote: > >> Rainer M Krug wrote: >> >>> >>> Hi >>> >>> I want to use a Capture Template to record changes to files under >>> version cont

[Orgmode] BUG? - Capture escape %n not working

2011-01-07 Thread Rainer M Krug
05 on ecolmod Package: Org-mode version 7.4 (release_7.4.100.gdf7d) Cheers, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellen

[Orgmode] Re: Capture template and elisp expression

2011-01-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/2011 03:14 PM, Carsten Dominik wrote: > > On Jan 7, 2011, at 1:08 PM, Štěpán Němec wrote: > >> Carsten Dominik writes: >> >>> On Jan 6, 2011, at 11:26 PM, Nick Dokos wrote: >>> >>>> Rain

Re: [Orgmode] BUG? - Capture escape %n not working

2011-01-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/2011 03:29 PM, Carsten Dominik wrote: > Applied, thanks. Thanks a lot, Rainer > > - Carsten > > On Jan 7, 2011, at 3:15 PM, Nick Dokos wrote: > >> Rainer M Krug wrote: >> >>> Hi >>> >

Re: [Orgmode] Capture template and elisp expression

2011-01-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/07/2011 03:03 PM, Nick Dokos wrote: > Rainer M Krug wrote: > >> But now I thought - OK - now I can add the state of the file, returned >> by vc-state (this is working i a nother document in the org-document). >> So I

Re: [Orgmode] Embedded code

2011-01-18 Thread Rainer M Krug
gmode >> >> >> ___ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode - -- Rainer M. Krug

Re: [Orgmode] Embedded code

2011-01-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/18/2011 05:16 PM, Eric Schulte wrote: > Rainer M Krug writes: > >> On 01/18/2011 12:48 AM, Eric Schulte wrote: >>> Hi, >>> >>> This is possible using Babel, the attached org-mode file will execute >

[Orgmode] Footnotes in table?

2011-01-18 Thread Rainer M Krug
have to be rescaled to fit on a page or smaller font size used. Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch Unive

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Rainer M Krug
be created does not exist, create it? I remember vaguely a discussion along these lines some time ago, but I don't remember the outcome? Rainer > > Cheers -- Eric > > ___ > Emacs-orgmode mailing list > Please use `Reply Al

[Orgmode] Why second \footnotemarker no link?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 #+TITLE: Second footnotemarker not as link I have the following problem: The second footnotemarker\footnotemark is not formated as link. This seems to be a LaTeX problem, but has anybody here an answer, on how I can make this second footnotemark\

[Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Rainer M Krug
The same applies by the way also for export to html - how can I avoid of having the html opened in a buffer - my browser is fine for me. Cheers, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Inv

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2011 12:59 PM, Chris Maier wrote: > On Wed, Jan 19, 2011 at 5:05 AM, Rainer M Krug wrote: >> On 01/19/2011 08:22 AM, Eric Schulte wrote: >>> >>> In addition to the solution Charles posted, it is possible to put >

Re: [Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2011 01:43 PM, Puneeth Chaganti wrote: > On Wed, Jan 19, 2011 at 5:30 PM, Noorul Islam wrote: >> On Wed, Jan 19, 2011 at 5:11 PM, Rainer M Krug wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-20 Thread Rainer M Krug
ested/directories/target.ext > code body > #+end_src Sounds perfect for me - thanks. Rainer > > Cheers -- Eric - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Bui

[Orgmode] Several graphs in R

2011-01-21 Thread Rainer M Krug
#<=== here it is! } #+end_src Then in the results bluck, there will be links to all pdfs. Thought this might help somebody. Cheers, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasio

Re: [Orgmode] Re: Several graphs in R

2011-01-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/21/2011 03:35 PM, Dan Davison wrote: > Rainer M Krug writes: > >> Hi >> >> I just solved a problem of mine, i.e. how to deal with multiple graphs >> generated in an R script. >> >> OK - all are saved i

Re: [Orgmode] Re: Several graphs in R

2011-01-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/21/2011 03:48 PM, Rainer M Krug wrote: > On 01/21/2011 03:35 PM, Dan Davison wrote: >> Rainer M Krug writes: > >>> Hi >>> >>> I just solved a problem of mine, i.e. how to deal with multiple graphs >>

[Orgmode] Using R in Org mode with several sourced files

2010-02-02 Thread Rainer M Krug
sibilities. I have to say, I am absolutely new to org-mode, and know nearly nothing about lisp. Cheers, Rainer -- Forwarded message -- From: Dan Davison Date: Mon, Feb 1, 2010 at 9:59 PM Subject: Re: Fwd: [ESS] generating TODO list? To: Rainer M Krug Cc: "Thomas S. Dye"

[Orgmode] Re: Using R in Org mode with several sourced files

2010-02-02 Thread Rainer M Krug
On Tue, Feb 2, 2010 at 8:03 PM, Thomas S. Dye wrote: > > On Feb 2, 2010, at 3:35 AM, Rainer M Krug wrote: > > Hi > > Following a discussion about how one could create a TODO list in ESS (see > below), Thomas Dye and Dan Davison suggested to look into org-mode and > org-b

Re: [Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Rainer M Krug
l' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion B

Re: [Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Rainer M Krug
On Tue, Feb 2, 2010 at 8:55 PM, Russell Adams wrote: > On Tue, Feb 02, 2010 at 08:44:54PM +0200, Rainer M Krug wrote: > > Hi Matt > > > > try latex2rtf: export org-mode to LaTeX and use latex2rtf to convert it > to > > rtf. > > I am using latex2rtf to conver

Re: [Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Rainer M Krug
much, > > Matt > > -- > Matt Price > matt.pr...@utoronto.ca > > ___ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/em

[Orgmode] org-babel - First line of file created by tangle

2010-02-02 Thread Rainer M Krug
m sourcing the files anyway from a different R session and I don't need to execute them directly. Cheers, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology

[Orgmode] [babel] Need different beginning for tangled script

2010-02-03 Thread Rainer M Krug
I must say org-mode is getting better and better Cheers, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch

Re: [Orgmode] org-babel - First line of file created by tangle

2010-02-03 Thread Rainer M Krug
h block: :shebang NIL for default, other string for the shebang line :headers NIL for default, NONE for no headers, other string for custom headers > > If so we may want to move this customization behind a header argument. > That would be great Cheers, Rainer > > Thanks --

Re: [Orgmode] org-babel - First line of file created by tangle

2010-02-03 Thread Rainer M Krug
On Wed, Feb 3, 2010 at 10:15 PM, Eric Schulte wrote: > Hi Rainer, > > Rainer M Krug writes: > > > Hi Eric > > [...] > > > So yes, I think it would be very useful to define the two additional > header arguments for each > > block: > > > >

[Orgmode] Adding code blocks from different files

2010-02-04 Thread Rainer M Krug
): <> and this code block in the external remote_file would be treated as part of the master-document. So tagling of several external files would be dealt with by tangling the master-document. Thanks, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN

[Orgmode] [babel] Tangle multiple sections source blocks into single file without #+source: ...

2010-05-27 Thread Rainer M Krug
some code #+end_src * Creation of Source.R #+begin_src R :tangle source.R <> <> #+end_src -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Buil

Re: [Orgmode] [babel] Tangle multiple sections source blocks into single file without #+source: ...

2010-05-31 Thread Rainer M Krug
t;block %d" 2) > #+end_src > > #+begin_src emacs-lisp > (message "block %d" 3) > #+end_src > --8<---cut here---end--->8--- > > tangles all three blocks to the file append.el. Please try something > analogous an

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-25 Thread Rainer M Krug
eds less hand-holding :) however it could be > ;; useful to know extensions for some languages > (add-to-list 'org-babel-tangle-lang-exts '("fortran" . "f")) > > ;; mapping between languages (listings in LaTeX) and their major mode > ;; (

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Rainer M Krug
abel now loads by default with Org-mode you can remove any > (require 'org-babel) > or > (require 'org-babel-init) > that may by lying around your configuration. > OK - understood. > > Whew! that was alot of writing for a /simplification/ of configuration. >

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Rainer M Krug
On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec wrote: > Rainer M Krug writes: > > > Just one additional question: When I go on the menu to Org -- > Documentation > > -- Info Documentation, I still get the info help from version 6.21b, > > although I installed the vers

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Rainer M Krug
2010/6/28 Bernt Hansen > Rainer M Krug writes: > > > On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec wrote: > > > > Rainer M Krug writes: > > > > > Just one additional question: When I go on the menu to Org -- > Documentation > > &g

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Rainer M Krug
2010/6/28 Bernt Hansen > Rainer M Krug writes: > > > I updated my org-mode directory with the following script: > > > > rk...@ecolmod:~/.emacs.d$ cat update_org-mode-git > > #!/bin/sh > > cd ./org-mode-git > > cd org-mode > > > > # git clone

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Rainer M Krug
On Mon, Jun 28, 2010 at 6:03 PM, Eric Schulte wrote: > Hi Rainer, > > I'm happy this was useful > > Rainer M Krug writes: > > > On Fri, Jun 25, 2010 at 5:37 PM, Eric Schulte >wrote: > > [...] > >> > > >> > *** Start babel > >

[Orgmode] indent source blocks automatically when using "indent"

2010-06-29 Thread Rainer M Krug
s well automatically? Thanks, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman

[Orgmode] Problem export to html

2010-06-30 Thread Rainer M Krug
-babel-exp processing... font-lock-fontify-keywords-region: Invalid regexp: "Regular expression too big" In contrast, export to pdf works fine. Is this a bug or a problem with my settings? Thanks, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology,

  1   2   3   4   5   6   7   8   9   10   >