Re: [O] Difference :header-args: and :header-args+:?

2014-09-09 Thread Rainer M Krug
Sorry about some points - see corrections below: Rainer M Krug rai...@krugs.de writes: Achim Gratz strom...@nexgo.de writes: Aaron Ecay writes: Eric Schulte has said http://mid.gmane.org/87wqce0w9n@gmail.com that the deprecation of this feature is “premature”. I didn’t realize

Re: [O] Difference :header-args: and :header-args+:?

2014-09-09 Thread Rainer M Krug
+) appends it, and if a same one exists before, the older one is used? From your other mail: 2014ko irailak 8an, Achim Gratz-ek idatzi zuen: Rainer M Krug writes: Aaron Ecay aarone...@gmail.com writes: [...] Are you aware that you can set individual header args as properties? Something like

Re: [O] Difference :header-args: and :header-args+:?

2014-09-09 Thread Rainer M Krug
Achim Gratz strom...@nexgo.de writes: Rainer M Krug writes: If this is the case, I would opt, in addition to the + operator, to have a - operator, which *removes* properties from the property set :header-args. Properties don't work that way, they're just strings. So the + adds a string

[O] Easy way of inspecting / showing value of property?

2014-09-10 Thread Rainer M Krug
the properties of code blocks. Is there a way of showing the value of the property :header-args? Thanks, Rainer -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgplF0E5Ozhcf.pgp Description: PGP signature

Re: [O] You don't like the HTML export; well, that could change!

2014-09-16 Thread Rainer M Krug
renaming the files so that they have a version number, but that I'll warn you when I'll get this done. [1] https://github.com/fniessen/org-html-themes -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpk6NRy1Dxdv.pgp Description: PGP signature

Re: [O] Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 @ /usr/local/share/emacs/site-lisp/org/)]

2014-09-16 Thread Rainer M Krug
-todo-state-change-hook '(org-clock-out-if-current) org-babel-load-languages '((R . t)) org-confirm-shell-link-function 'yes-or-no-p ) -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpufjzeifxSH.pgp Description: PGP signature

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-17 Thread Rainer M Krug
Charles Berry ccbe...@ucsd.edu writes: Charles Berry ccberry at ucsd.edu writes: Rainer M Krug Rainer at krugs.de writes: Thanks - you came before me. I get the same error but managed to work around. This is likely caused by the upgrade of ess, Likely. But it may

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-17 Thread Rainer M Krug
Rainer M Krug rai...@krugs.de writes: Using it, error is gone. Rainer Charles Berry ccbe...@ucsd.edu writes: Charles Berry ccberry at ucsd.edu writes: Rainer M Krug Rainer at krugs.de writes: Thanks - you came before me. I get the same error but managed to work around

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Rainer M Krug
that: nnrss-use-local to ‘t’ and use ‘nnrss-generate-download-script -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpSiQ7VoGtAL.pgp Description: PGP signature

Re: [O] Make html password protected?

2014-09-18 Thread Rainer M Krug
Ian Barton li...@wilkesley.net writes: On 08/09/14 11:22, Rainer M Krug wrote: Hi I do not have much experience with html and websites (what an understatement!) but I would like to publish / export a simple html page password protected. Is ther an easy way to do it in word? The content

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-19 Thread Rainer M Krug
still had some old compiled files lurking around... Rainer Thanks, -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpA9l5zEFamR.pgp Description: PGP signature

Re: [O] «Macro» expansion in source blocks; code-sharing between blocks

2014-09-19 Thread Rainer M Krug
setup_fu echo 3 ,#+end_src ,#+results: 1 2 3 #+end_src Org src blocks can reference other src blocks. Note the :noweb yes option and the use of -- : Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.1, Org release_8.3beta-366-gb2fca7 -- Rainer M. Krug email

[O] CV in orgmode for export to pdf (and html?)

2014-09-19 Thread Rainer M Krug
using LaTeX directly? - Any other examples and templates online? If I get enough, I will compile a summary for worg, but I need examples and information. Thanks, Rainer -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpSurobKC8r5.pgp Description: PGP signature

[O] Creating new org headers from code blocks

2014-09-19 Thread Rainer M Krug
]] | | ** and second header | and some text ` in the org file, but also that the result gets overwritten upon repeated execution? Thanks, Rainer -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpQmGrnCbxSz.pgp Description: PGP signature

[O] header arguments, inheritance, and noweb expansion Was: «Macro» expansion in source blocks; code-sharing between blocks

2014-09-19 Thread Rainer M Krug
* and not where it is defined - well - surprise for me. You could try and put the code block with the definition of the code into a subtree where you set , | :PROPERTIES: | :headser-args+: eval no | :END: ` This might work? Rainer Thanks Andreas On 19 September 2014 18:34, Rainer M Krug rai

Re: [O] Creating new org headers from code blocks

2014-09-19 Thread Rainer M Krug
Thorsten Jolitz tjol...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Hi, I have some R code which generates several graphics. I would now like to generate in R text which is then interpreted by org, upon export, as normal org code. Furthermore, I would like to create new org

Re: [O] Creating new org headers from code blocks

2014-09-19 Thread Rainer M Krug
Thorsten Jolitz tjol...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Thorsten Jolitz tjol...@gmail.com writes: I don't quite understand your code below and what it is supposed to do. Drawers are probably better in most cases, but this code lets you use ':results pp replace

Re: [O] Creating new org headers from code blocks

2014-09-19 Thread Rainer M Krug
Thorsten Jolitz tjol...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Thorsten Jolitz tjol...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Thorsten Jolitz tjol...@gmail.com writes: I don't quite understand your code below and what it is supposed to do. Drawers

Re: [O] CV in orgmode for export to pdf (and html?

2014-09-22 Thread Rainer M Krug
found. I'm not sure how I'd go about versioning, trimming, and tracking things as neatly in an all-org environment. I'm presuming you just want a full-disclosure CV, though? Org makes more sense there. Rainer M Krug rai...@krugs.de writes: Hi I am looking for examples / templates for CVs

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
there. Rainer M Krug rai...@krugs.de writes: Hi I am looking for examples / templates for CVs written using org, as I decided to ose org for my CV. -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpo140KyY1UJ.pgp Description: PGP signature

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
Brady Trainor algeb...@uw.edu writes: On 9/19/2014 2:18 AM, Rainer M Krug wrote: Hi - How do you do it (I don't assume you write your CVs in Word?), or are you using LaTeX directly? Nice question, I will enjoy reading all the examples in this thread. For a bit, I tried to make org do

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
not care for their default looks, but it's very easy to use KOMA for CVs. —Rasmus -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpqelCaoa3x_.pgp Description: PGP signature

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
, but definitely not for me to complete due to my lack of deeper elisp and LaTeX knowledge. Thanks, Rainer Myles -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpoL9qJeyI44.pgp Description: PGP signature

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
* Publications * Awards and Honors and the details below each of these headings are simply unordered lists I really like the easy of editing in org-mode this gives me. Hope this helps, Dan -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpKBjz4BzpGJ.pgp Description: PGP

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
at the moment to try this solution. Best wishes, Jo. -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpWmAeslzPlZ.pgp Description: PGP signature

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-22 Thread Rainer M Krug
impressive to me. I will have to take a closer look and see if I understand it and can make it do what I want it to. But it looks nicely commented. Thanks a lot, Rainer Cheers, Xavier Le 19/09/2014 11:18, Rainer M Krug a écrit : Hi I am looking for examples / templates for CVs written using

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-23 Thread Rainer M Krug
. Alternatively, if someone wants to take it over completely, that would be fine too. Myles -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpgwRb2DIvl8.pgp Description: PGP signature

Re: [O] CV in orgmode for export to pdf (and html?

2014-09-23 Thread Rainer M Krug
Rasmus ras...@gmx.us writes: Hi, Rainer M Krug rai...@krugs.de writes: Thanks for the summary Rainer. Hope I didn't forget anything... I think that org could be a perfect environment for building CVs if one could come up with an HOWTO and many examples how to do it - and I think

Re: [O] ob-R, about :results value verbatim drawer

2014-09-24 Thread Rainer M Krug
be quite a big task - would there be interest in pursuing this? Rainer -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpsC8z0z2wpk.pgp Description: PGP signature

Re: [O] meaningfull names for org-src buffers

2014-09-26 Thread Rainer M Krug
. Is there any drawback to this? Otherwise I'd advocate for org-edit-src-code doing that by default. Haven't tried it out yet, but I second that statement. Rainer HTH, It sure does. Thanks, Andreas -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpxPBgKlq0Wd.pgp

Re: [O] ob-R, about :results value verbatim drawer

2014-09-26 Thread Rainer M Krug
Grant Rettke g...@wisdomandwonder.com writes: On Wed, Sep 24, 2014 at 2:52 AM, Rainer M Krug rai...@krugs.de wrote: would there be interest in pursuing this? Yes. I'm interested in working with other serious babel users to pool our efforts, provide a meaningful contribution, and do

[O] Header Arguments of Code Blocks - problems and challenges

2014-09-26 Thread Rainer M Krug
. And this is where the babel user can contributing to org, even if their elisp knowledge is not the best. OK - I hope we can geth this going and make a usefull contribution to org babel, Rainer -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpZHOQQmv0Zd.pgp Description: PGP

[O] Header Arguments of Code Blocks - problems and challenges

2014-09-26 Thread Rainer M Krug
. And this is where the babel user can contributing to org, even if their elisp knowledge is not the best. OK - I hope we can geth this going and make a usefull contribution to org babel, Rainer -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgp56CCHrzi8L.pgp Description: PGP

Re: [O] Difference between eval and export

2014-09-26 Thread Rainer M Krug
or not you want evaluation of source blocks to occur during that process. Footnotes: [1] http://stat.ethz.ch/R-manual/R-devel/library/base/html/Sys.setenv.html -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpl1UWrc6eoh.pgp Description: PGP signature

Re: [O] Error Embedding SQL Source from code block into R Source of Another (noweb)

2014-09-30 Thread Rainer M Krug
: rsource : : select : * : from : t : limit : 10 - Footnotes: [1] http://orgmode.org/worg/org-contrib/babel/intro.html -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpXC643zqQEC.pgp Description: PGP signature

[O] [PATCH] read.table in variable transfer caused sometimes function not found error - small change

2014-10-06 Thread Rainer M Krug
Sep 17 00:00:00 2001 From: Rainer M. Krug r.m.k...@gmail.com Date: Mon, 6 Oct 2014 13:48:49 +0200 Subject: [PATCH] ob-R.el: Add package name to read.table call * lisp/ob-R.el: (ob-R-transfer-variable-table-with-header): Add package name to call of R function read.table (now utils::read.table

[O] org-mac-link discovered!

2014-10-06 Thread Rainer M Krug
I just discovered org-mac-link [1] and I must say *I love it*. Just had to share this. Cheers, Rainer Footnotes: [1] [[http://orgmode.org/worg/org-contrib/org-mac-link.html]] -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgp13NG4KQphq.pgp Description: PGP signature

Re: [O] [PATCH] read.table in variable transfer caused sometimes function not found error - small change

2014-10-08 Thread Rainer M Krug
Charles C. Berry ccbe...@ucsd.edu writes: On Mon, 6 Oct 2014, Rainer M Krug wrote: Hi The variable transfer of tables from org to R caused sometimes 'could not find function read.table' errors (e.g. when the file was tangled into a ./data directory which was loaded by the function

[O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-08 Thread Rainer M Krug
=: , | ## [[file:prodMixStands.org::*Begin][Begin:1]] ` This is particularly bad when using ess and developer mode to develop a package. Cheers, Rainer -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpRXgbpkJmeP.pgp Description: PGP signature

Re: [O] [PATCH] read.table in variable transfer caused sometimes function not found error - small change

2014-10-08 Thread Rainer M Krug
Charles C. Berry ccbe...@ucsd.edu writes: On Wed, 8 Oct 2014, Rainer M Krug wrote: Charles C. Berry ccbe...@ucsd.edu writes: On Mon, 6 Oct 2014, Rainer M Krug wrote: Hi The variable transfer of tables from org to R caused sometimes 'could not find function read.table' errors (e.g. when

[O] [NEW PATCH] read.table in variable transfer caused sometimes function not found error - small change

2014-10-09 Thread Rainer M Krug
Charles C. Berry ccbe...@ucsd.edu writes: On Wed, 8 Oct 2014, Rainer M Krug wrote: Charles C. Berry ccbe...@ucsd.edu writes: On Wed, 8 Oct 2014, Rainer M Krug wrote: Charles C. Berry ccbe...@ucsd.edu writes: On Mon, 6 Oct 2014, Rainer M Krug wrote: Hi The variable transfer of tables

Re: [O] [NEW PATCH] read.table in variable transfer caused sometimes function not found error - small change

2014-10-09 Thread Rainer M Krug
*Please ignore the previous patch* This updated patch contains the correct documentation and commit message Sorry about the mistake, From 58cb8521d4d4b620b0c5210a9b7232f99f7c720c Mon Sep 17 00:00:00 2001 From: Rainer M. Krug r.m.k...@gmail.com Date: Mon, 6 Oct 2014 13:48:49 +0200 Subject

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-09 Thread Rainer M Krug
solution: I created a link to the org file in the ./R directory. Cheers, Rainer Rainer M Krug rai...@krugs.de writes: When in the tangling taerget a directory is specified, this is not reflected in the comments in the tangled file when comments are set to include links: , |* `link

Re: [O] [NEW PATCH] read.table in variable transfer caused sometimes function not found error - small change

2014-10-10 Thread Rainer M Krug
to modify this variable, likely knows what utils::read.table() means - so no objections. But wait - I think I get your point now. You are right - the source code may be the better place for this comment. Cheers, Rainer Thanks again, -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Rainer M Krug
and the actual analysis as mainly a few function calls. If you have any further questions, please go on and ask. Cheers, Rainer Online Thu, Oct 9, 2014 at 7:37 AM, Rainer M Krug rai...@krugs.de wrote: I'd like to ping this as I think it is an important bug. It e.g. make debugging of R packages

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Rainer M Krug
Aaron Ecay aarone...@gmail.com writes: Hi Rainer, 2014ko urriak 9an, Rainer M Krug-ek idatzi zuen: I'd like to ping this as I think it is an important bug. It e.g. make debugging of R packages, whose source is in org, more difficult, (the .R files are tangled into ./R/) as ess does

[O] Make * bold or use colour for export to html and LaTeX

2014-10-10 Thread Rainer M Krug
| -1.773 | 5.41 | 4.11e-01 | 8.33e-01 | 9.38e- --8---cut here---end---8--- -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpT5ZXn0f3Z0.pgp Description: PGP signature

Re: [O] Make * bold or use colour for export to html and LaTeX

2014-10-10 Thread Rainer M Krug
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Rainer, Rainer M Krug rai...@krugs.de writes: Hi I want to highlight the cells in the table below with *** by using color red for the font, **' by using green for the font, ... or, if not possible, bold. Is any of this possible

Re: [O] Downloadable mailing list archive?

2014-10-13 Thread Rainer M Krug
Bastien b...@gnu.org writes: Hi Rainer, Rainer M Krug rai...@krugs.de writes: is there a downloadable mailing list archive in maildir format for org-mode? ftp://lists.gnu.org/emacs-orgmode/ HTH, Thanks - But as I found gmane search in gnus, I don't have to download them anymore

[O] Make * bold?

2014-10-13 Thread Rainer M Krug
this would not be an option. Any suggestions? Thanks, Rainer -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgp4wIsWraE2x.pgp Description: PGP signature

[O] left aligned changes to right alignment in table after adding one row - possible bug?

2014-10-13 Thread Rainer M Krug
- 80 | -1.886 | 5.493 | *0.002 *** |0.228 | 0.389 | | Quercus robur - 75 | -1.948 | 5.581 | 0.376|0.549 | 0.64 | -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpwumJFT4rM9.pgp Description: PGP signature

[O] pgfplotstable and org -WAS: Make * bold or use colour for export to html and LaTeX

2014-10-13 Thread Rainer M Krug
Aaron Ecay aarone...@gmail.com writes: Hi Rainer, 2014ko urriak 10an, Rainer M Krug-ek idatzi zuen: Hi I want to highlight the cells in the table below with *** by using color red for the font, **' by using green for the font, ... or, if not possible, bold. Is any of this possible

Re: [O] Make * bold?

2014-10-13 Thread Rainer M Krug
Andrea Rossetti andrea.rosse...@gmail.com writes: Rainer M Krug Rainer at krugs.de writes: I would like to make three stars bold - is this possible? I have the following table and at the moment, I get what is in the latex column. But I would like to have what is in the last column. | org

Re: [O] Make * bold?

2014-10-13 Thread Rainer M Krug
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Rainer, Rainer M Krug rai...@krugs.de writes: Andrea Rossetti andrea.rosse...@gmail.com writes: Rainer M Krug Rainer at krugs.de writes: I would like to make three stars bold - is this possible? I have the following table

Re: [O] [RFC] Change property drawer syntax

2014-10-15 Thread Rainer M Krug
for code review and testing. It includes unit tests, documentation and an ORG-NEWS entry. Feedback welcome. Regards, -- Rainer M. Krug email: Raineratkrugsdotde PGP: 0x0F52F982 pgpKf8kM_FDLO.pgp Description: PGP signature

Re: [O] [RFC] Change property drawer syntax

2014-10-15 Thread Rainer M Krug
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Rainer M Krug rai...@krugs.de writes: Moreover, node properties' keys can only contain non-whitespace characters and cannot end with a plus sign (which is used for accumulation). This is problematic for me, as I am using

Re: [O] mobileorg

2013-03-13 Thread Rainer M Krug
On Wednesday, March 13, 2013, Marvin Doyley wrote: Has MobileOrg been removed from the App Store ? For some reason I can't find this. It has been r evolved temporarily, but I hope it will be back soon. A former mobile org user, Rainer Thanks M -- Rainer M. Krug, PhD (Conservation

Re: [O] posting guide?

2013-03-14 Thread Rainer M Krug
of you feels this is inconsistent with Org's spirit, feel free to delete my change (it is a wiki, after all). No hard feelings. Honest. I'm fine with the sentence you added --- and will take care not to curse after myself when I make a mistake ;) -- Bastien -- Rainer M. Krug, PhD

[O] [babel] var with result from shell script?

2013-03-19 Thread Rainer M Krug
into the variables? 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 62 59 98 Fax

Re: [O] saving state of buffer

2013-03-21 Thread Rainer M Krug
. You can do this with customize, or just like this: (setq org-show-siblings '((default) (isearch t) (bookmark-jump . t))) There are companion variables, they are all in the customization group org-reveal-context. - Carsten - -- Rainer M. Krug, PhD (Conservation Ecology, SUN

Re: [O] saving state of buffer

2013-03-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/03/13 10:28, Carsten Dominik wrote: On 21 mrt. 2013, at 10:23, Rainer M Krug r.m.k...@gmail.com wrote: On 21/03/13 10:05, 42 147 wrote: Thanks David, but what Carsten suggested completely resolved my problem (it applies not just

Re: [O] saving state of buffer

2013-03-21 Thread Rainer M Krug
or saveplace. There are companion variables, and they are all in the customization group org-reveal-context. 2013/3/21 Rainer M Krug r.m.k...@gmail.com mailto:r.m.k...@gmail.com On 21/03/13 10:28, Carsten Dominik wrote: On 21 mrt. 2013, at 10:23, Rainer M Krug r.m.k...@gmail.com mailto:r.m.k

Re: [O] saving state of buffer

2013-03-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/03/13 12:38, Carsten Dominik wrote: On 21 mrt. 2013, at 12:25, Rainer M Krug r.m.k...@gmail.com wrote: On 21/03/13 12:02, Carsten Dominik wrote: This is nice, does anyone of you have write permissions on Work to add this? I should

Re: [O] :session question

2013-03-26 Thread Rainer M Krug
] ` - -- 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 62 59 98 Fax : +33 - (0)9 58

Re: [O] :session question - header argument setting

2013-03-27 Thread Rainer M Krug
completion or searching the archives of this mailing list. However I agree the manual should be improved wrt this topic. Best, Regards, - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology

Re: [O] :session question

2013-03-27 Thread Rainer M Krug
arguments? when they are set file wide, they are used for the source block unless specified otherwise. Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University

[O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-04 Thread Rainer M. Krug
Hi I stumbled upon this blog post : http://mph.puddingbowl.org/2010/02/org-mode-in-your-pocket-is-a-gnu-shaped-devil/ It is from 2010, but it describes my feelings perfectly - I just started using gnus. Cheers and thanks everybody for building and contributing to org-mode, Rainer -- Rainer M

Re: [O] Restore an archived subtree - Restauration d'une branche spécique archivée

2013-04-04 Thread Rainer M. Krug
? In this way one could a) easily see what was archived from where, and b) restore the subtree to the location of the ID in the original file? I think it would be a nice little extra in the process of archiving. Cheers, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology

Re: [O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-04 Thread Rainer M. Krug
for email indexing, so I liiked at notmuchs email capabilities, and I decided to look at gnus. Maybe mu4e is next - I will see. Cheers, Rainer Cheers, Christian Rainer M. Krug writes: Hi I stumbled upon this blog post : http://mph.puddingbowl.org/2010/02/org-mode-in-your-pocket-is-a-gnu-shaped

Re: [O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-04 Thread Rainer M. Krug
François Pinard pin...@iro.umontreal.ca writes: rai...@krugs.de (Rainer M. Krug) writes: Sanity - never heard of it. I am giving gnus a few weeks and then I wil see - I think I am getting used to it (*not* understanding it!) Hi Rainer! I surely tried many mail user agents (MUAs) in my

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-08 Thread Rainer M. Krug
playing with MobileOrg, albeit on the simulator. Guido -- Your program is sick! Shoot it and put it out of its memory. http://vanhoecke.org ... and go2 places! #secure method=pgpmime mode=sign -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-08 Thread Rainer M. Krug
Guido Van Hoecke gui...@gmail.com writes: Hi, rai...@krugs.de (Rainer M. Krug) writes: Guido Van Hoecke gui...@gmail.com writes: Guido Van Hoecke gui...@gmail.com writes: Hi Holger and David On 05/04/13 17:51, Holger Wenzel wrote: Hi Guido, I wanted to install the MobileOrg app

[O] clocking in sub-second accuracy

2013-04-09 Thread Rainer M. Krug
. My question: can I get resolution of less then a second? Which format do I have to use for the time? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University

Re: [O] clocking in sub-second accuracy

2013-04-09 Thread Rainer M. Krug
Bastien b...@gnu.org writes: Hi Rainer, rai...@krugs.de (Rainer M. Krug) writes: My question: can I get resolution of less then a second? Not for clocks, sorry! #secure method=pgpmime mode=sign Pitty. But is there an option to set clocktables to show seconds? If I create a clock table

[O] Sync orgmode with toodledo

2013-04-09 Thread Rainer M. Krug
: any experiences with this approach above? 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

[O] Google calendar sync - what is recommended?

2013-04-09 Thread Rainer M. Krug
calendar with org? Thanks, Rainer PS: org-unrelated gnus questions: 1) how can I insert these [1] footnotes in message-mode? 2) how can I quote or enclose a block with these brackets in acsii code? -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-10 Thread Rainer M. Krug
as there's any more info. Good to hear - I am looking forward to it. Thanks, Rainer Glad there's still people that find it useful! thanks, -sean On Mon, Apr 8, 2013 at 8:02 AM, Rainer M. Krug rai...@krugs.de wrote: Guido Van Hoecke gui...@gmail.com writes: Hi, rai...@krugs.de (Rainer M. Krug

Re: [O] Google calendar sync - what is recommended?

2013-04-10 Thread Rainer M. Krug
Eric S Fraga e.fr...@ucl.ac.uk writes: Rainer M. Krug rai...@krugs.de writes: [...] discussion recently which I did not follow to closely. Which approach is the recommended / most stable approach in syncing google calendar with org? We are in a state of flux. For quite a while, I used

Re: [O] Google calendar sync - what is recommended?

2013-04-10 Thread Rainer M. Krug
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Rainer, Rainer M. Krug wrote: PS: org-unrelated gnus questions: 1) how can I insert these [1] footnotes in message-mode? See org-footnote. 2) how can I quote or enclose a block with these brackets in acsii code? In Gnus, C-c M-m

Re: [O] Google calendar sync - what is recommended?

2013-04-10 Thread Rainer M. Krug
you manage to get address-completion working in notmuch? Yup - I use goosync as described on the notmuch website and it works - although not as fast as I would like it to work, but I can live with it. Any particular questions? Cheers, Rainer On 9 April 2013 17:11, Rainer M. Krug rai

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

2013-04-15 Thread Rainer M. Krug
, Rainer #secure method=pgpmime mode=sign Footnotes: [1] http://www.feedly.com -- 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] Colour themes suggestions?

2013-04-15 Thread Rainer M. Krug
(reflections are less) and has nice and effective syntax highlighting. Any suggestions? I am using twilight-bright at the momen, but am somehow not that happy with it. Any (subjective) suggestions? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT

Re: [O] Colour themes suggestions?

2013-04-16 Thread Rainer M. Krug
;) I know Zenburn - I used it before under emacs 23. Very nice theme indeed. I will install it and keep it as a second option. Thanks, Rainer Greetings Torsten #secure method=pgpmime mode=sign -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys

Re: [O] Colour themes suggestions?

2013-04-16 Thread Rainer M. Krug
-theme and then zenburn might be worse to try ;) The anti-zenburn theme is the light version. It is subdued and the faces make the distinctions well, as does zenburn. Excellent idea - I'll check it out. Thanks, Rainer hth, Tom #secure method=pgpmime mode=sign -- Rainer M. Krug, PhD

Re: [O] Colour themes suggestions?

2013-04-16 Thread Rainer M. Krug
- Leuven looks very nice - I like the different background colors for the code blocks - very useful. Thanks, Rainer Vikas #secure method=pgpmime mode=sign -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence

Re: [O] Colour themes suggestions?

2013-04-16 Thread Rainer M. Krug
rai...@krugs.de (Rainer M. Krug) writes: Vikas Rawal vikasli...@agrarianresearch.org writes: yet. I am looking for suggestions for color themes which are on a light background (reflections are less) and has nice and effective syntax highlighting. http://orgmode.org/worg/org-color

Re: [O] Colour themes suggestions?

2013-04-16 Thread Rainer M. Krug
Manuel Prinz man...@pinguinkiste.de writes: On Mon, Apr 15, 2013 at 03:32:31PM +0200, Rainer M. Krug wrote: I am looking for suggestions for color themes which are on a light background (reflections are less) and has nice and effective syntax highlighting. Any suggestions? I'm a big fan

Re: [O] Colour themes suggestions?

2013-04-16 Thread Rainer M. Krug
Manuel Prinz man...@pinguinkiste.de writes: On Mon, Apr 15, 2013 at 03:32:31PM +0200, Rainer M. Krug wrote: I am looking for suggestions for color themes which are on a light background (reflections are less) and has nice and effective syntax highlighting. Any suggestions? I'm a big fan

Re: [O] Colour themes suggestions?

2013-04-16 Thread Rainer M. Krug
rai...@krugs.de (Rainer M. Krug) writes: Manuel Prinz man...@pinguinkiste.de writes: On Mon, Apr 15, 2013 at 03:32:31PM +0200, Rainer M. Krug wrote: I am looking for suggestions for color themes which are on a light background (reflections are less) and has nice and effective syntax

Re: [O] Colour themes suggestions?

2013-04-16 Thread Rainer M. Krug
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Rainer M. Krug wrote: rai...@krugs.de (Rainer M. Krug) writes: Vikas Rawal vikasli...@agrarianresearch.org writes: I am looking for suggestions for color themes which are on a light background (reflections are less) and has nice

Re: [O] Colour themes suggestions?

2013-04-16 Thread Rainer M. Krug
David Rogers davidandrewrog...@gmail.com writes: rai...@krugs.de (Rainer M. Krug) writes: One question about the font: Can I use it under Linux as well? And how can I install it then? Yes you can use it. 1. Download font 2. Place font in ~/.fonts/ (you may create this directory if you

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

2013-04-16 Thread Rainer M. Krug
Karl Voit devn...@karl-voit.at writes: * Rainer M. Krug rai...@krugs.de wrote: There is, imho, one big difference between using google reader and gwene with any desktop news reader: as far as I know, you can not sync read items between ydifferent readers (desktops, mobile devices, tablets

Re: [O] Best practices for literate programming [was: Latex export of tables]

2013-04-17 Thread Rainer M. Krug
that the oputput can then be used in the org file (thesis) - correct? Cheers, Rainer Footnotes: [1] http://www.lyx.org - very nice LaTeX frontend. -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology

[O] Question concerning png - pdf - inline view

2013-04-19 Thread Rainer M. Krug
display in my org file inline, while #+header: :results graphics #+header: :file test2.pdf #+begin_src R plot(runif(100)) #+end_src I can't. Is there a way that I can have both? Am I missing a converter? Any suggestions on how I can achieve this? Thanks, Rainer -- Rainer M. Krug, PhD

Re: [O] disable tangling for an entire section?

2013-05-13 Thread Rainer M. Krug
tangled file, only the tmp.tmp, which you can discard afterwords. Cheers, Rainer Yours, Christian -- 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

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-17 Thread Rainer M. Krug
on inline image display (C-c C-x C-v) after taking the first screenshot. Tested, and it works *great*! Thanks for this neat package. #secure method=pgpmime mode=sign Nice and very useful. Can this be included in /contrib? Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc

Re: [O] [NEW FEATURE] org-hlc.el - hidden-lines-cookies (hlc) for Org-mode

2013-05-23 Thread Rainer M. Krug
-cookies))) (provide 'org-hlc) ;; Local variables: ;; generated-autoload-file: org-loaddefs.el ;; End: ;;; org-hlc.el ends here -- Rainer M. Krug pgp3F0PK_0p2H.pgp Description: PGP signature

[O] Importing all files into .org document source blocks

2013-05-24 Thread Rainer M. Krug
/list.d/) into an org document, with each being in a separate code block? Thanks, Rainer -- Rainer M. Krug pgpMRzmiCTRVr.pgp Description: PGP signature

Re: [O] Exporting output and graphics from R

2013-05-30 Thread Rainer M. Krug
using Org 7.9.2. Try upgrading now to Org 8 so that you fiddle only once with the export variables -- which changed, even if similar, between Org 7.9 and Org 8. Best regards, Seb #secure method=pgpmime mode=sign -- Rainer M. Krug

Re: [O] Exporting output and graphics from R

2013-05-30 Thread Rainer M. Krug
Feng Shu tuma...@gmail.com writes: rai...@krugs.de (Rainer M. Krug) writes: Sebastien Vauban sva-n...@mygooglest.com writes: Hi SabreWolfy, SabreWolfy wrote: When the following code is evaluated or exported, only the link to testout.png appears in the RESULTS section. #+BEGIN_SRC R

<    1   2   3   4   5   6   7   8   9   10   >