[O] Prompting for user name when running block on remote machine

2014-07-04 Thread Andreas
Hi, I was running in to an issue when trying to run a piece of code on a remote machine. I run the following: #+begin_src sh :dir (concat "/ssh:" (read-string "login name: ") "@some.other.place:") echo $USER #+end_src

Re: [O] How do I review a day

2014-07-04 Thread Russell Adams
On Fri, Jul 04, 2014 at 06:46:58PM +0100, Robert Inder wrote: > I'm starting to use Org mode's time logging stuff. > > I'd like to be able to review everything I have worked on today. > > Not the total hours, but each individual burst of work. > > So an ordered list of the CLOCK entries would be fi

[O] How do I review a day

2014-07-04 Thread Robert Inder
I'm starting to use Org mode's time logging stuff. I'd like to be able to review everything I have worked on today. Not the total hours, but each individual burst of work. So an ordered list of the CLOCK entries would be fine. I'm sure this should be possible, but I can't see how to do it... I

Re: [O] babel evaluation of python and utf-8

2014-07-04 Thread Alan Schmitt
On 2014-06-26 18:07, Daniel Clemente writes: >> >> #+BEGIN_SRC python :prefix # -*- coding: utf-8 -*- :results output >> print(u'é') >> #+END_SRC >> > > I also see the same problem here. Even if you include # -*- coding: utf-8 > -*-as the first line. > > Shouldn't org-babel already be us

Re: [O] source code block language 'makefile' and listings package

2014-07-04 Thread Thomas S. Dye
Aloha Rainer, Rainer M Krug writes: > Hi > > I used the source block language 'makefile' > > #+begin_src R makefile > ... > #+end_src > > and now I would like top export this block to html. I am using the > listings package for this, and it supports the syntax, but the > language is called 'make

[O] source code block language 'makefile' and listings package

2014-07-04 Thread Rainer M Krug
Hi I used the source block language 'makefile' #+begin_src R makefile ... #+end_src and now I would like top export this block to html. I am using the listings package for this, and it supports the syntax, but the language is called 'make', while org uses 'makefile' Is there a way of telling th

Re: [O] A simple org tangle and weave makefile

2014-07-04 Thread Rainer M Krug
Following an older thread. I would like to use a make file to export my document, and I am essentially following Eric's suggestion. But I have some problems which I did not manage to solve: html: I would like to have syntax highlighting in the document, but I don't manage. I have added the follow

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-04 Thread John Hendy
On Fri, Jul 4, 2014 at 5:55 AM, Roland Everaert wrote: > Hi, > > After further investigation, it is the call to the function > (org-agenda-to-appt) inside the function bh/org-agenda-to-appt that is > causing the error. > > The body of the function: > > ; Erase all reminders and rebuilt reminders f

Re: [O] Generating indexes

2014-07-04 Thread Nick Dokos
John Tait writes: > Is is possible to produce an index using lines beginning with #+INDEX > in usual HTML or PDF export without setting up a publishing project? > It should be possible to use the machinery that publishing uses in the HTML case, but I haven't tried. For PDF, it is fairly easy: y

Re: [O] MobileOrg

2014-07-04 Thread Nick Dokos
Aric Gregson writes: > That's what I was looking for. Didn't realize I could do that... > So, after I sent my "please include context" reply, I went back and did retrieve the thread and to my surprise, I found out you were replying to a previous suggestion of mine :-) So, yes, please: include c

Re: [O] MobileOrg

2014-07-04 Thread Nick Dokos
Aric Gregson writes: > That's what I was looking for. Didn't realize I could do that... > Can you please include some context in your replies? It should be possible to figure out what you are talking about without having to retrieve the whole thread. Thanks! -- Nick

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-04 Thread Roland Everaert
Hi, After further investigation, it is the call to the function (org-agenda-to-appt) inside the function bh/org-agenda-to-appt that is causing the error. The body of the function: ; Erase all reminders and rebuilt reminders for today from the agenda (defun bh/org-agenda-to-appt () (interactive

[O] [BABEL] Can all languages deal with multi-line headers?

2014-07-04 Thread Thorsten Jolitz
Hi List, I wonder if I can assume that all ob-xxx.el languages, even those written before the new parser/exporter framework existed, know how to deal with multi-line headers like: , | #+name: foo | #+header_args: :var x=bar | #+begin_src lang | ... | #+end_src ` (I would think that arg

Re: [O] unwelcome tmp and ltxpng directories in my home

2014-07-04 Thread Joseph Vidal-Rosset
#+OPTIONS: latex:t Le jeu. 03 juil. 2014 à 07:03:37 , Joseph Vidal-Rosset a envoyé ce message: > Thank you Nick for this helpful email. > > The good news is that I have succeeded to get the png image in /tmp/ltxpng/ > directory. > > The bad news is that my gnus persist in saying

Re: [O] Calc in src blocks: No org-babel-execute function for calc!

2014-07-04 Thread Thorsten Jolitz
Julien Cubizolles writes: > How do I enable calc as a valid source block? The following code > > #+BEGIN_SRC calc > 2 + 3 > #+END_SRC > > gives the error in the title. Add it to `org-babel-load-languages', e.g. like this , | (org-babel-do-load-languages | (quote org-babel-load-language