[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" writes: > On Wed, 8 Oct 2014, Rainer M Krug wrote: > >> "Charles C. Berry" writes: >> >>> On Wed, 8 Oct 2014, Rainer M Krug wrote: >>> >>>> "Charles C. Berry" writes: >>>> >>>

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" Date: Mon, 6 Oct 2014 13:48:49 +0200 Subject: [PATCH] ob

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

2014-10-09 Thread Rainer M Krug
orary solution: I created a link to the org file in the ./R directory. Cheers, Rainer Rainer M Krug 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: > > , >

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

2014-10-10 Thread Rainer M Krug
t Anyway - anybody who is likely 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, -- Rai

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

2014-10-10 Thread Rainer M Krug
easily be translated into .rd files * Final words I hope this clarifies my approach. For me, this is a very "natural" approach, as I like to use packages and capsulate everything in environments / packages, and it seems very "clean" to me to define the core of the analysis a

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

2014-10-10 Thread Rainer M Krug
Aaron Ecay 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 tang

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

2014-10-10 Thread Rainer M Krug
-02 * | | quercus_robur.85 | -1.773 | 5.41 | 4.11e-01 | 8.33e-01 | 9.38e- --8<---cut here---end--->8--- -- Rainer M. Krug email: Rainerkrugsde 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 writes: > Hi Rainer, > > Rainer M Krug 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.

Re: [O] Downloadable mailing list archive?

2014-10-13 Thread Rainer M Krug
Bastien writes: > Hi Rainer, > > Rainer M Krug 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 t

[O] Make * bold?

2014-10-13 Thread Rainer M Krug
this would not be an option. Any suggestions? Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde 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
"*0.000 *** *", "*0.048 **", "0.938", "0.389", "0.640", "*0.044 **", "0.598", "0.217", "0.941"), .Dim = c(10L, 5L), .Dimnames = list( c("Quercus robur - single", "Quercus robur - 95", "Quercus robur - 90", "Quercus robur - 85", "Quercus robur - 80", "Quercus robur - 75", "Quercus robur - 70", "Quercus robur - 65", "Quercus robur - 60", "Quercus robur - 55"), c("slope", "intercept", "p", "pm", "pb"))) head(x, 6) #+end_src #+RESULTS: || slope | intercept | p| pm | pb | |++---+--+--+--| | Quercus robur - single | -1.358 | 4.757 | | | | | Quercus robur - 95 | -1.957 | 5.708 | *0.000 *** * | *0.000 *** * | *0.000 *** * | | Quercus robur - 90 | -1.752 | 5.419 | *0.034 **| 0.072 . | *0.048 ** | | Quercus robur - 85 | -1.773 | 5.408 | 0.411|0.833 | 0.938 | | Quercus robur - 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: Rainerkrugsde 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 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,

Re: [O] Make * bold?

2014-10-13 Thread Rainer M Krug
Andrea Rossetti writes: > Rainer M Krug 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. >>

Re: [O] Make * bold?

2014-10-13 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Rainer M Krug writes: > >> Andrea Rossetti writes: >> >>> Rainer M Krug krugs.de> writes: >>>> I would like to make three stars bold - is this possible? I have the >>>> following table and at the

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

2014-10-15 Thread Rainer M Krug
(min (1+ (match-end 0)) end))) > (unless (bolp) (insert "\n" > > Internally, changes are somewhat invasive, as they include a rewrite of > almost all the property API. They also alter clocking, tags, todo > keywords, logging, ini

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

2014-10-15 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug 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 p

[O] inline image size

2014-10-28 Thread Doyley, Marvin M.
Hi there, Does anybody know how to change the size of inline images in org ? I would like to do this using something like #+attr :with 200 thanks M

Re: [O] inline image size

2014-10-28 Thread Doyley, Marvin M.
Hi there, I found the solution http://lists.gnu.org/archive/html/emacs-orgmode/2014-10/msg00038.html cheers, M On Oct 28, 2014, at 9:16 PM, Doyley, Marvin M. wrote: > Hi there, > > Does anybody know how to change the size of inline images in org ? > > I would like to do this

[O] Trouble using julia with org-babel

2014-10-29 Thread Doyley, Marvin M.
| | 10 | Does Any body know how to resolve this issue. Cheers, M

Re: [O] Trouble using julia with org-babel

2014-10-29 Thread Doyley, Marvin M.
I am using release-0.3.0 what version are you using. I am also using ob-julia.el Cheers, M Sent from my iPad > On Oct 29, 2014, at 9:43 PM, Ista Zahn wrote: > > On Wed, Oct 29, 2014 at 12:35 PM, Doyley, Marvin M. > wrote: >> >> Hi there, >> >> I have been

Re: [O] Trouble using julia with org-babel

2014-10-31 Thread Doyley, Marvin M.
Hi Ista, It is now working for Winston, but I am having problems with PyPlot is the case for you ? thanks M PS this is the error that I get when trying to load PyPlot ERROR: could not load module python: dlopen(python.dylib, 9): image not found in pyinitialize at /Users/doyley/.julia/v0.3

[O] org-bibtex-yank for multiple bibtex entries - or: import .bib file

2014-11-07 Thread Rainer M Krug
way of iomporting a .bib file with multiple entries? Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] pdf images in html export

2014-11-12 Thread Rainer M Krug
acs-lisp (setq org-babel-latex-htlatex "htlatex") (defmacro rmk-by-backend (&rest body) `(case (if (boundp 'backend) (org-export-backend-name backend) nil) ,@body)) #+end_src 2) To use svg image format, which is supported by both (although has it's drawbacks: slow rendering of the html, need to run external programs upon compilation) So the first might be the modst feasible option. Rainer > > Thanks, > Andreas > > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] pdf images in html export

2014-11-12 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Rainer M Krug writes: >> Andreas Leha writes: >> >>> Hi Marco, >>> >>> Marco Wahl writes: >>>> Andreas Leha writes: >>>> >>>>> how would I export an org file contai

Re: [O] Tangling src blocks to files as part of export

2014-11-14 Thread Rainer M Krug
be interested in knowing if there's a more > official method. I think this is the more-or-less official way of doing it - that's what hooks are for: to do pre- and post-processing, which is exactly what you want to do. I like it actually. Do you set the hook as a file local variable, and if yes, how? Because this would be brilliant. Cheers, Rainer > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

[O] Subfloats in org - easier way?

2014-11-21 Thread Rainer M Krug
#+RESULTS: [[file:rVentLEL.pdf]] #+LATEX: }\caption{Plot of the wind profile from the matlab script using the Log-Exp-Log profile}\label{fig:ventLEL} #+LATEX: \end{figure} Footnotes: [1] http://draketo.de/light/english/emacs/write-multiple-images-single-page-org-mode -- Rainer M. Krug email

Re: [O] Subfloats in org - easier way?

2014-11-21 Thread Rainer M Krug
Rasmus writes: > Hi, > > Rainer M Krug writes: > >> I want to include in a document, exported to LaTeX, a subfigure. and >> followed the blog entry [1]. This works, but >> >> 1) is cumbersome and extemely LaTex - I can live with this, but is >>t

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

2014-11-27 Thread Rainer M Krug
or advice you can provide would be greatly appreciated. > > Regards, > Jake Footnotes: [1] http://users.phys.psu.edu/~collins/software/latexmk-jcc/ -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Suggestion about ":session"

2014-12-02 Thread Rainer M Krug
t be supported. This would mean, that | new syntax| old syntax| |---+---| | :session yes | :session | | :session none | :session no | | :session whatever | :session whatever | | | | Am I correct? I think that should not cause any problems.

[O] Bug: addt'l multiple property drawers situations when org-log-done set to 'note [8.3beta (release_8.3beta-621-gf212f7) @ /path/to/org-mode/lisp/]

2014-12-07 Thread Bradley M. Kuhn
Nicolas, Thanks for fixing that bug so quickly. I grabbed the lastest master and it seems the bug is definitely fixed. I however still have a related bug: I have many entries where the PROPERTIES drawer is at the bottom of a long set of TODO notes. Mine look like this: ** TODO Monthly Account

Re: [O] Bug: addt'l multiple property drawers situations when org-log-done set to 'note [8.3beta (release_8.3beta-621-gf212f7) @ /path/to/org-mode/lisp/]

2014-12-08 Thread Bradley M. Kuhn
Nicolas Goaziou wrote: > This is a recent change in master. PROPERTIES drawer is only recognized as > such when at the top of the section, possibly after a planning info line. I apologize for not reading ORG-NEWS before reporting the bug... er, feature. ;) > You may want to look into ORG-NEWS fi

[O] #+INCLUDE: without file extension

2014-12-12 Thread Rainer M Krug
--- | GNU Emacs 24.4.1 (x86_64-apple-darwin14.0.0, Carbon Version 157 AppKit | 1343.16) of 2014-11-24 on Rainers-MacBook-Pro-4.local | | Org-mode version 8.3beta (release_8.3beta-603-g9aa58f @ | /Users/rainerkrug/.emacs.d/org-mode/lisp/) ` Any suggestion? Thanks, Rainer -- Rainer M. Krug em

[O] Open all #+INCLUDED:d files?

2014-12-12 Thread Rainer M Krug
Hi Is there an easy way of opening all INCLUDEd files in an org document, i.e. a single command or an easy way of doing it via some elisp code? Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Open all #+INCLUDED:d files?

2014-12-12 Thread Rainer M Krug
Rasmus writes: > Rainer M Krug writes: > >> Is there an easy way of opening all INCLUDEd files in an org document, >> i.e. a single command or an easy way of doing it via some elisp code? > > Oh, sorry, I didn't see the "all". No problem - so I learned

[O] Naming of (indirect?) buffers opened by C-'

2014-12-18 Thread Rainer M Krug
s not seem to be working for me? Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Naming of (indirect?) buffers opened by C-'

2014-12-19 Thread Rainer M Krug
erkrug/.emacs.d/org-mode/lisp/) ` the function org-edit-src-code only takes two arguments: , | org-edit-src-code is an interactive compiled Lisp function in | `org-src.el'. | | (org-edit-src-code &optional CODE EDIT-BUFFER-NAME) | | Edit the source or example block at point. | | The cod

[O] KEybinding for Re: Naming of (indirect?) buffers opened by C-'

2014-12-19 Thread Rainer M Krug
Rainer M Krug writes: Followup: I would now bing=t =this function to C-c ' - how can I do this without interfering with the general operation of C-c ' which calls org-edit-special? Rainer > Grant Rettke writes: > >> (defun gcr/org-edit-src-code-plus-name () >>

Re: [O] org-mode in teaching

2014-12-20 Thread Marvin M. Doyley
Very cool indeed. I would love to try this for a small course that I will be teaching in the spring semester. Is your code available? Cheers, M Sent from my iPad

Re: [O] org-mode in teaching

2014-12-20 Thread Marvin M. Doyley
Thanks John, I am sure this will be better than blackboard. I will give it a try :) Cheers M Sent from my iPhone ** May contain typos** > On Dec 20, 2014, at 5:48 PM, John Kitchin wrote: > > All of the code is here: > https://github.com/jkitchin/jmax/tree/master/techela >

Re: [O] org tables into R?

2015-01-06 Thread Rainer M Krug
ny contributors. > Type 'contributors()' for more information and > 'citation()' on how to cite R or R packages in publications. > > Type 'demo()' for some demos, 'help()' for on-line help, or > 'help.start()' for an HTML browser interface to help. > Type 'q()' to quit R. > >> > options(STERM='iESS', str.dendrogram.last="'", editor='emacsclient', >> > show.error.locations=TRUE) >> data.table <- local({ > + con <- textConnection( > +"\"A\" \"B\" \"C\" > + \"115\" \"76\" \"60\" > + \"124\" \"78\" \"55\" > + \"118\" \"73\" \"65\" > + \"114\" \"75\" \"61\" > + \"108\" \"74\" \"82\"" > + ) > + res <- utils::read.table( > +con, > +header= TRUE, > +row.names = NULL, > +sep = "\t", > +as.is = TRUE > + ) > + close(con) > + res > +}) >> names(data.table) > [1] "A...B...C" >> head(data.table) >A...B...C > 1 115 76 60 > 2 124 78 55 > 3 118 73 65 > 4 114 75 61 > 5 108 74 82 > > > Regards, > Andreas > > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] org tables into R?

2015-01-06 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Thanks for chiming in. Hope I can help... > > Rainer M Krug writes: >> Andreas Leha writes: >> >>> Hi Aaron and Nicolas, >> >> Sorry for coming so late to this topic - I should try to figure out what >&

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

2015-01-06 Thread Rainer M Krug
;(replace-regexp-in-string " @.*" ")" (org-version nil t)) >"\n" >(replace-regexp-in-string "].*" "]" (ess-version))) > #+end_src > > #+RESULTS: > : GNU Emacs 24.4.50.1 (x86_64-apple-darwin13.3.0, NS appkit-1265.21 Versi

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

2015-01-07 Thread Rainer M Krug
Sebastien Vauban writes: > Thomas S. Dye wrote: >> Rainer M Krug writes: >>> But the :colnames only works on tables (i.e. :results table) - but >>> the result is represented as a link to a file. So what should happen? >> >> I think this is mistaken. &q

Re: [O] org tables into R?

2015-01-07 Thread Rainer M Krug
Aaron Ecay writes: > Hi Rainer and Andreas, > > 2015ko urtarrilak 6an, Rainer M Krug-ek idatzi zuen: >> What would definitely solve the issue is if the string containing the >> tabs would use \t instead - but I have no idea how this could be >> achieved easily. &g

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

2015-01-07 Thread Rainer M Krug
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Rainer, > > Rainer M Krug writes: > >> I don't think this is a bug as it is not clear what should happen. >> In the org manual it states concerning the :results file >> >> , >> |* `file' T

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

2015-01-07 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Thanks for following up on this. > > Rainer M Krug writes: >> Andreas Leha writes: >> >>> Hi all, >> >> Hi >> >>> >>> There seems to be a bug in babel (at least for R) when it comes

Re: [O] org-download.el

2015-01-13 Thread Rainer M Krug
load. >> - I've set the download image dir to ~/Downloads/Foo >> - The value of dnd-protocol-alist contains >> ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . org-download-dnd) >> >> The emacs I'm using is "GNU Emacs 24.3.1 (x86_64-apple-darwin, NS >> apple-appkit-1038.36) of 2013-03-13 on bob.porkrind.org" >> >> Is there any thought what I should check? >> >> Best, >> >> Chao >> -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

[O] End Section with \clearpage

2015-01-13 Thread Rainer M Krug
there a way that I can add this \clearpage at the end of the section *without* being in the last subsection? I guess not? Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

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

2015-01-15 Thread Rainer M Krug
export, *no results are inserted* into the exported >> document). >> (default for Org and Screen code blocks) >> >> - :results none :: >> Silents the results, even for the minibuffer. By definition, such >> a code block is run for its side effects. >> >> Best regards, >> Fabrice >> >> [1] https://github.com/fniessen/refcard-org-babel > > That looks nice! > > > Andreas > > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

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

2015-01-15 Thread Rainer M Krug
esults in the minibuffer (to see > code block output), but *does not change the Org mode buffer* (even > during export, *no results are inserted* into the exported > document). > (default for Org and Screen code blocks) > > - :results none :: > Silents the results, ev

Re: [O] End Section with \clearpage

2015-01-21 Thread Rainer M Krug
Rasmus writes: > Hi, > > Rainer M Krug writes: > >> I want to add after some sections a \clearpage which works, But the >> \clearpage is part of the last header: >> >> , >> | * Subsection to be ended with clearpage >> | ** Sub-section >&g

Re: [O] [babel, bug?] colnames with a list of columns does not work

2015-01-22 Thread Rainer M Krug
may differ across languages. ` It says nothing about accepting any other values. Unless I am missing something? Cheers, Rainer > > Am I missing something? > > Best regards, > Seb -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Rainer M Krug
o cut you off later and make you pay to continue using this wonderful > thing. And no, it doesn't do anything bad like steal information or > trash systems. Trust me." No thanks, I say. Promote this somewhere > else. I just want to state here that not everybody feels the same as y

Re: [O] [babel, bug?] colnames with a list of columns does not work

2015-01-23 Thread Rainer M Krug
Sebastien Vauban writes: > Hello Thomas and Rainer, > > Rainer M Krug wrote: >> Sebastien Vauban writes: >>> >>> #+begin_src R :rownames yes :colnames '(Lg Nb) >>> data(iris) >>> head(table(iris$Petal.Length, iris$Species)[, "setos

Re: [O] Citations, continued

2015-02-04 Thread Julian M. Burgos
Thanks everyone for thinking about citations. I wish I knew enough lisp to make a contribution to this work... for now I can only sit on the side and clap. I am also a big fan of org-ref. Although my needs are not complex (basically citing from a BibLatex file and exporting to LaTex), I found th

[O] LaTeX source block problems

2013-01-25 Thread Rainer M Krug
t; Can I have a block in which I have the following: - syntax highlighting - editing in indirect buffer - preview of the result - export to pdf as gannt chart? Thanks, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)

Re: [O] Still Wishing for Snooze

2013-01-25 Thread Andrew M. Nuxoll
:AMN: On 01/25/2013 03:10 AM, Michael Brand wrote: Hi Andrew On Thu, Jan 24, 2013 at 11:54 PM, Andrew M. Nuxoll wrote: Here an example scenario that illustrates my problem: Say, at the end of each week I need to sit down and generate a report on my progress to send to the boss. So I have recu

Re: [O] Still Wishing for Snooze

2013-01-25 Thread Andrew M. Nuxoll
patch for this next week, we can discuss it afterwards. All best, -- Andrew M. Nuxoll Phone: 503-943-7688 Asst Professor of Computer Science Fax: 503-943-7316 University of Portland - MSC #145Email: nux...@up.edu 5000 N. Willamette Blvd Web:

Re: [O] LaTeX source block problems

2013-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/01/13 18:35, Thomas S. Dye wrote: > Hi Rainer, > > Rainer M Krug writes: > >> - C-c c results in "org-babel-execute-src-block: No org-babel-execute >> function for LaTeX!" > > Do you have something

Re: [O] LaTeX source block problems

2013-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/01/13 14:10, John Hendy wrote: > > On Jan 28, 2013 2:50 AM, "Rainer M Krug" <mailto:r.m.k...@gmail.com>> > wrote: >> > On 25/01/13 18:35, Thomas S. Dye wrote: >> Hi Rainer, > >> Rainer M K

[O] SOLVED: LaTeX source block problems

2013-01-28 Thread Rainer M Krug
Thanks, Rainer On 28/01/13 14:30, Rainer M Krug wrote: > On 28/01/13 14:10, John Hendy wrote: > >> On Jan 28, 2013 2:50 AM, "Rainer M Krug" > <mailto:r.m.k...@gmail.com>> >> wrote: >>> >> On 25/01/13 18:35, Thomas S. Dye wrote:

[O] new exporter - LaTeX export setting org-export-latex-packages-alist and BUG empty source block export

2013-02-07 Thread Rainer M Krug
ate this with a document only containing: * org-mode #+begin_src emacs-lisp #+end_src which exports fine to html, but not LaTeX. Cheers, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biolog

Re: [O] new exporter - LaTeX export setting org-export-latex-packages-alist and BUG empty source block export

2013-02-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/13 14:37, Nicolas Goaziou wrote: > Hello, > > Rainer M Krug writes: > >> Hi >> >> I had the following in my emacs.org: >> >> #+begin_src emacs-lisp (require 'org-latex) (setq org-export-lat

[O] old to new converter transition

2013-02-07 Thread Rainer M Krug
it still needed? I have the impression not? Is this true? 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

Re: [O] old to new converter transition

2013-02-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/13 15:29, Nicolas Goaziou wrote: > Hello, > > Rainer M Krug writes: > >> Some remarks and questions about transition to new exporter: >> >> 1) org-export-latex-listings -becomes-> org-latex-listings

Re: [O] old to new converter transition

2013-02-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/13 16:04, Suvayu Ali wrote: > On Thu, Feb 07, 2013 at 03:26:10PM +0100, Rainer M Krug wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Hi >> >> Some remarks and questions about transition to n

Re: [O] Still Wishing for Snooze

2013-02-12 Thread Andrew M. Nuxoll
I just got this installed today and it appears to be *exactly* what I wanted. Many thanks for this implementation. Your cheesecake is in the mail. :) :AMN: On 02/07/2013 01:44 AM, Bastien wrote: Hi Andrew, "Andrew M. Nuxoll" writes: If you do that, I may have to send you a

Re: [O] Offer for taking over maintainership

2013-02-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/02/13 07:45, Jambunathan K wrote: > > (Discussion is meta. So bear with my amateurish excursions.) > > Some times the best question to ask is NOT "What I stand to gain?" but "What > I/We stand to > lose?". Are the overheads worth it in the l

Re: [O] Offer for taking over maintainership

2013-02-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/02/13 10:50, Jambunathan K wrote: > >> Yes - we want to know - tell us and don't talk in riddles. > > I offer no ready-made solutions. Riddles need work, true. > My last question: Solutions for what? -

[O] Integration of notmuch email references in notes in org-mode

2013-02-18 Thread Rainer M Krug
I could achieve this? 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

[O] activate contrib packages

2013-02-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/02/13 16:23, Suvayu Ali wrote: > On Mon, Feb 18, 2013 at 04:05:26PM +0100, Rainer M Krug wrote: >> On 18/02/13 15:42, David Bremner wrote: >>> Rainer M Krug writes: >>>> >>>>> By the way, the

Re: [O] Integration of notmuch email references in notes in org-mode

2013-02-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/02/13 16:12, Suvayu Ali wrote: > Hi Rainer > > On Mon, Feb 18, 2013 at 02:49:32PM +0100, Rainer M Krug wrote: >> >> - From time to time, I have to include email references in notes in org. >> There is obviously

emacs-orgmode@gnu.org

2013-02-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/02/13 23:02, Karl Voit wrote: > * Rainer M Krug wrote: >> >> Hi > > Hi! > >> I actually would prefer the source block approach, as the email would be >> physically in the >> org document and fo

Re: [O] Including linked emails during export (was Re: Integration of notmuch email references in notes in org-mode)

2013-02-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/02/13 22:41, Suvayu Ali wrote: > Hi, > > On Mon, Feb 18, 2013 at 04:33:45PM +0100, Rainer M Krug wrote: >> On 18/02/13 16:12, Suvayu Ali wrote: >>> On Mon, Feb 18, 2013 at 02:49:32PM +0100, Rainer M Krug wrote: >>&

[O] Correct / best way of loading packages in contrib when using org compiled from git?

2013-02-21 Thread Rainer M Krug
out master git fetch --tags origin git pull git gc git checkout master make clean make make autoloads make doc make info #####3 - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion

Re: [O] Correct / best way of loading packages in contrib when using org compiled from git?

2013-02-22 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/02/13 14:39, Bastien wrote: > Hi Rainer, > > Rainer M Krug writes: > >> #ORG_ADD_CONTRIB = org-e-* org-md org-export # e.g. the new exporter > > The comment above was outdated since org-e-* files don't ex

Re: [O] thank you !!

2013-02-22 Thread Andrew M. Nuxoll
, wizzards,... it is a real pleasure to be (even a small) part of this whole thing. Thanks for reading, now I can ask my questions in the next message :-) -- Andrew M. Nuxoll Phone: 503-943-7688 Asst Professor of Computer Science Fax: 503-943-7316 University of Portland

[O] bug in expansion of variables in babel Perl

2013-02-24 Thread D M German
rl.el @@ -62,7 +62,7 @@ This function is called by `org-babel-execute-src-block'." "Return list of perl statements assigning the block's variables." (mapcar (lambda (pair) - (format "$%s=%s;" + (format "my $%s=%s;" (car pair)

Re: [O] bug in expansion of variables in babel Perl

2013-02-24 Thread D M German
e (let ((tmp-file (org-babel-temp-file "perl-"))) (org-babel-eval org-babel-perl-command - (format org-babel-perl-wrapper-method body + (format org-babel-perl-wrapper-method org-babel-perl-preface body (org-babel-pr

[O] babel :results output and format of output

2013-02-24 Thread D M German
1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 Is this behaviour expected? Is the threshold at which it happens configurable? thanks a lot for your help, --dmg -- Daniel M. German "In questions of science the authority of a thousand is

Re: [O] bug in expansion of variables in babel Perl

2013-02-24 Thread D M German
Achim> D M German writes: Achim> […] Achim> Please leave the formats alone, if you change the number of parameters Achim> there folks that use their own definitions won't know what hit them. Achim> What you want is to prepend something to the body that Babel gives you,

[O] evaluation of perl in babel

2013-02-24 Thread D M German
l #+BEGIN_HTML 1 2 #+END_HTML #+name: t_output_latex #+begin_src perl :results latex print "Test\n"; (1, 2) #+end_src #+RESULTS: t_output_latex #+BEGIN_LaTeX 1 2 #+END_LaTeX -- -- Daniel M. German

Re: [O] [PATCH] bug in expansion of variables in babel Perl

2013-02-25 Thread D M German
output print "value of \$\\ [$\]\n"; #+end_src #+RESULTS: #+begin_example value of $\ [] #+end_example --daniel -- Daniel M. German "Work. Finish. Publish. " Michael Faraday http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot) with .

Re: [O] bug in expansion of variables in babel Perl

2013-02-25 Thread D M German
actly what emacs passes to perl. It does not contain the wrapping code. --dmg -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot) with .

Re: [O] evaluation of perl in babel

2013-02-25 Thread D M German
Achim Gratz twisted the bytes to say: Achim> D M German writes: >> There are some bugs. For example, the interpretation of :results table, >> vector and list. Achim> You may misunderstand some things, or I don't understand what you are Achim> asking. It i

Re: [O] Correct / best way of loading packages in contrib when using org compiled from git?

2013-02-25 Thread Rainer M Krug
IGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRKzZNAAoJENvXNx4PUvmC1EcH/AojCzTMu46oEjEClVLLfG0S dju5QTA+1hfl8UfbTcY34aOwXP0CiGSxQtGF53M0CYxjFMI44o5yXVfHoKtKLwHQ oII+6f6KT3kl2uh

Re: [O] Correct / best way of loading packages in contrib when using org compiled from git?

2013-02-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/02/13 22:17, Achim Gratz wrote: > Rainer M Krug writes: >> Ok - that makes sense. I just checked in my contrib/lisp and I only have .el >> there, so none >> are compiled. > > Look in lisp, not contrib/lisp. True - b

Re: [O] [PATCH] bug in expansion of variables in babel Perl

2013-02-25 Thread D M German
Achim> D M German uvic.ca> writes: >> I think the issue is that, at least in my computer the variable $\ >> returns empty (the record separator). Achim> Thinko on my side, what I wanted was the input record separator "$/" Achim> (to avoid Achim> s

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/02/13 00:33, Darlan Cavalcante Moreira wrote: > > I also converted my Emacs configuration to an org-mode file a long time ago > and I hit the same > spot you did. As you, I initially assumed (wished) that the COMMENT marker > would disable > t

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/02/13 10:25, Bastien wrote: > Rainer M Krug writes: > >> I agree - COMMENTing a subtree should automatically disable tangling of code >> blocks in the >> subtree. Would this something which could be introduced easil

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/02/13 10:30, Sebastien Vauban wrote: > Bastien, > > Bastien wrote: >> Rainer M Krug writes: >> >>> I agree - COMMENTing a subtree should automatically disable tangling of >>> code blocks in the >&g

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/02/13 10:47, Sebastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: >> On 28/02/13 10:30, Sebastien Vauban wrote: >>> Bastien wrote: >>>> Rainer M Krug writes: >>>> >>>>&

[O] [OT] Grouping of buffers by type when C-left_mouse sometimes there sometimes not

2013-03-01 Thread Rainer M Krug
4.13) Any suggestions? I really love this grouping by type... 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

[O] Small tutorial on how to use Perl within org

2013-03-09 Thread D M German
hi everybody, I have created a small document that describes how to use perl within org. Hopefully others will find it useful: http://turingmachine.org/~dmg/emacs/examplePerl.org --dmg -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace

Re: [O] Small tutorial on how to use Perl within org

2013-03-11 Thread D M German
ich I have been using under Org too. --dmg Tom> All the best, Tom> Tom Tom> -- Tom> Thomas S. Dye Tom> http://www.tsdye.com -- Daniel M. German "Science can be esoteric The Economist -> technology has to be pragmatic" http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot) with .

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 > > >

Re: [O] posting guide?

2013-03-14 Thread Rainer M Krug
> > community." If one 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

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

2013-03-19 Thread Rainer M Krug
he results 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 8

Re: [O] saving state of buffer

2013-03-21 Thread Rainer M Krug
by isearch or by bookmark-jump or saveplace. Take a look at the > variable > org-show-siblings and set a special context for bookmark-jump, that should do > it. This will > work for both saveplace and bookmarks. > > You can do this with customize, or just like this: > > (

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 wrote: > > On 21/03/13 10:05, 42 147 wrote: >>>> Thanks David, but what Carsten suggested completely resolved my problem >>&

<    4   5   6   7   8   9   10   11   12   13   >