[O] Beamer export: Are handout notes possible?

2011-09-06 Thread Tassilo Horn
Hi all, I'm a big fan of the LaTeX beamer export. However, now I've hit a problem that I don't know how to solve. In plain LaTeX beamer, every text I write between \begin{frame} ... \end{frame} is of course not in a frame but will be there if I compile the tex file in beamer's handout mode. Tha

[O] Bug: org-table latex export does not honour alignment [7.5]

2011-09-06 Thread Arik Mitschang
When exporting a file to latex, the alignment of tables within that file specified via the in-table , or fields are not honoured. For example: |-+--+--+--+--| |-+--+--+--+--| | long header | header a | header

Re: [O] Non-leading commas removed from src blocks

2011-09-06 Thread Hsiu-Khuern Tang
On Tue, Sep 6, 2011 at 9:00 PM, Eric Schulte wrote: > Hsiu-Khuern Tang writes: > >> Hi Eric, >> >> I think your commit 20044297 caused non-leading commas to be removed >> from src blocks.  Example: >> ... >> My original email about this is here: >> http://article.gmane.org/gmane.emacs.orgmode/449

[O] Reminders with alarms

2011-09-06 Thread Stephen Nelson-Smith
Hi there, I'm just starting to explore orgmode. I'm an experienced GTD-er (6 yrs) and have looked with interest at a few articles on using orgmode for this. The one area I can't seem to work out is how to set a reminder with an alarm and attach it to an entry. Suppose I have an entry like: **

Re: [O] Non-leading commas removed from src blocks

2011-09-06 Thread Eric Schulte
Hsiu-Khuern Tang writes: > Hi Eric, > > I think your commit 20044297 caused non-leading commas to be removed > from src blocks. Example: > > = > * test > > #+begin_src r > a <- c(1 >, 2 >, 3) > #+end_src > = > > But I could

Re: [O] Date-centric Clocktable

2011-09-06 Thread Bernt Hansen
Rasmus writes: > Bernt Hansen writes: > >> Rasmus writes: >> >>> Hi, >>> >>> Is is possible to have a clocktabke with times in the left-most column? >>> The people I am doing some work for now prefer it that way for unknown >>> reasons. >>> >>> This is an example >>> >>> | date

[O] Non-leading commas removed from src blocks

2011-09-06 Thread Hsiu-Khuern Tang
Hi Eric, I think your commit 20044297 caused non-leading commas to be removed from src blocks. Example: = * test #+begin_src r a <- c(1 , 2 , 3) #+end_src = But I could be misunderstanding what "non-leading" means. My origi

Re: [O] Filtering in export hooks

2011-09-06 Thread suvayu ali
Hi Carsten, On Tue, Sep 6, 2011 at 11:49 AM, Carsten Dominik wrote: > > Which of the preprocessing hooks are you using?  I am still confused > by your description, maybe you can make a small example and show > exactly what works and what does not work? I finally managed to isolate the issue and

Re: [O] Date-centric Clocktable

2011-09-06 Thread Carsten Dominik
On 6.9.2011, at 23:36, Rasmus wrote: > Bernt Hansen writes: > >> Rasmus writes: >> >>> Hi, >>> >>> Is is possible to have a clocktabke with times in the left-most column? >>> The people I am doing some work for now prefer it that way for unknown >>> reasons. >>> >>> This is an example >>>

Re: [O] Date-centric Clocktable

2011-09-06 Thread Rasmus
Bernt Hansen writes: > Rasmus writes: > >> Hi, >> >> Is is possible to have a clocktabke with times in the left-most column? >> The people I am doing some work for now prefer it that way for unknown >> reasons. >> >> This is an example >> >> | date | H

Re: [O] wrong python version with :session

2011-09-06 Thread Myles English
Just ignore this thread, the issue was dealt with in an identical one, also started by me! >> On Mon, 05 Sep 2011 17:00:13 +0100, Myles English said: > Hello, When a python source block has a :session header argument, > the python version selected does not appear to respect the value of >

Re: [O] [babel] Silent output in Org, but verbose export

2011-09-06 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Eric, > > Currently, the following does not seem possible: > > #+begin_src sh :results silent :exports results > echo "I want to see this in HTML/PDF, but not in Org" > #+end_src > > Is there a way to do so? That is: > - have no results inserted in the Org file >

Re: [O] [babel] Collection of code block snippets

2011-09-06 Thread Eric Schulte
Hi Martyn, Martyn Jago writes: > Hi > > Rainer M Krug writes: > > [...] > >> >>> >>> > And if this could be done by the user to test .emacs configuration >>> > settings, that would be really great. >>> > >>> >>> That's a good idea. Simply running the Org-mode test suite is a good >>> way for

Re: [O] [bug] [odt] OpenDocument Text export produces corrupted files

2011-09-06 Thread Jambunathan K
Hello Anton Thanks for reporting this problem and suggesting a workaround/solution. Can tey some alternative solutions than the one suggested in the stackoverflow thread. Please read on. > Hello! > > Org-mode produces corrupted ODT files (date format does not pass the > validation). Details and

Re: [O] orgmode 7.7 broke latex beamer export

2011-09-06 Thread suvayu ali
Hi Bernt, On Tue, Sep 6, 2011 at 6:09 PM, Bernt Hansen wrote: > Hi suvayu, > > pdflatex -interaction=nonstopmode >                     ^ >                    maybe? > I think the '=' sign is optional (which is often the case for most *nix utilities). In any case the OP responded later that upgra

Re: [O] Bug: agenda generation failed if there is a blank title with a timestamp [7.7]

2011-09-06 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Meng Wu writes: > >> if the agenda file contains the following title, >> >> >> <2011-08-30 Tue 11:26> >> >> >> which has blank title and a timestamp, then the C-c a a will fail with >> message like this: >> >> org-agenda-highlight-todo: Args out of

Re: [O] [PATCH] Small fix for contrib/lisp/org-elisp-symbol.el

2011-09-06 Thread Bastien
David Maus writes: > Attached patch fixes a small issue with > contrib/lisp/org-elisp-symbol.el, a contributed package that defines a > link type for elisp symbols. Applied, thanks! -- Bastien

Re: [O] orgmode 7.7 broke latex beamer export

2011-09-06 Thread Bernt Hansen
suvayu ali writes: > Hi Aaron, > > On Fri, Sep 2, 2011 at 2:01 PM, Aaron Hammitt wrote: >> After some poking around I found that the default value of >> org-latex-to-pdf-process was the problem. Placing the following in my .emacs >> fixed the problem: >> >> (setq org-latex-to-pdf-process >>

Re: [O] Google Tasks integration

2011-09-06 Thread Robert Goldman
On 9/3/11 Sep 3 -12:44 PM, Sven Bretfeld wrote: > Hi Brad > > I don't know anything about your question proper, but ... > > Brad Collette writes: > >> I've also been using mobileorg to get my stuff on my iphone. However, I'm >> less >> satisfied with that. Having to both push and pull from b

[O] [babel] Silent output in Org, but verbose export

2011-09-06 Thread Sebastien Vauban
Hi Eric, Currently, the following does not seem possible: #+begin_src sh :results silent :exports results echo "I want to see this in HTML/PDF, but not in Org" #+end_src Is there a way to do so? That is: - have no results inserted in the Org file - well inserted when exporting the Org file Bes

Re: [O] [babel] Collection of code block snippets

2011-09-06 Thread Martyn Jago
Hi Rainer M Krug writes: [...] > >> >> > And if this could be done by the user to test .emacs configuration >> > settings, that would be really great. >> > >> >> That's a good idea. Simply running the Org-mode test suite is a good >> way for users to test the sanity of their local config. >>

Re: [O] Org-babel and LaTeX letter

2011-09-06 Thread Eric Schulte
Hi Ben, It looks to me like you need to install the wrapfig.sty LaTeX file locally. I'm not sure how this would be done on OSX, but as a quick test you could just find a copy of wrapfig.sty online and copy it to the directory holding your .org file. Best -- Eric Ben Alexander writes: > Hello

Re: [O] [PATCH] Fixes to inline src block execution

2011-09-06 Thread Eric Schulte
Hi Martyn, Martyn Jago writes: > Eric Schulte writes: > > Hi Eric > >> Martyn Jago writes: >> >>> Hi >>> >>> Some fixes to inline src block execution via org-ctrl-c-ctrl-c >>> where point is beyond white-space in the inline src block body... >>> >>> * Start Pomodoro >>> src_emacs-lisp[:result

Re: [O] [babel] Collection of code block snippets

2011-09-06 Thread Eric Schulte
Hi Rainer, > >> - exporting to some backend and checking the resulting export file >> would either leave out some results or possibly be very brittle to >> small changes (e.g., changes in the exporter backend) >> > > This might be actually be an advantage - if changes are detected, the > exp

[O] wrong python version with :session

2011-09-06 Thread Myles English
Hello, When a python source block has a :session header argument, the python version selected does not appear to respect the value of the variable org-babel-python-command. In my .emacs: (require 'org-install) (org-babel-do-load-languages 'org-babel-load-languages '((python . t) )) (setq org

[O] Org-babel and LaTeX letter

2011-09-06 Thread Ben Alexander
Hello orgmode and latex users! I'm trying to use a latex to write a letter, and I'm using an org babel block to hold the original source. I've whittled down my latex code to one word and it still isn't working for me. I've included the code block and the pdflatex output buffer. I notice

[O] [Bug] Corrupted odt output

2011-09-06 Thread Anton Tarasenko
Hello! Org-mode produces corrupted ODT files (date format does not pass the validation). Details and patch: http://stackoverflow.com/questions/7299979/org-modes-odt-export-produces-corrupted-files/7304042#7304042 Regards, Anton

Re: [O] Filtering in export hooks

2011-09-06 Thread suvayu ali
On Tue, Sep 6, 2011 at 12:16 PM, suvayu ali wrote: > I am not using org-export-preprocess-hook > because some of the latex gets escaped during the export (e.g. {..} > becomes \{..}). > Sorry I confused this with an old issue, the problem here is org markup like /italics/ or *bold* and links don't

Re: [O] Date-centric Clocktable

2011-09-06 Thread Bernt Hansen
Rasmus writes: > Hi, > > Is is possible to have a clocktabke with times in the left-most column? > The people I am doing some work for now prefer it that way for unknown > reasons. > > This is an example > > | date | Headline| total | > |---

Re: [O] Filtering in export hooks

2011-09-06 Thread suvayu ali
Hi Carsten, On Tue, Sep 6, 2011 at 11:49 AM, Carsten Dominik wrote: > Which of the preprocessing hooks are you using?  I am still confused > by your description, maybe you can make a small example and show exactly what > works and what does not work? > This is what I am using at the moment: (d

Re: [O] Filtering in export hooks

2011-09-06 Thread Carsten Dominik
On Sep 6, 2011, at 11:08 AM, suvayu ali wrote: > Hi Carsten, > > On Tue, Sep 6, 2011 at 10:58 AM, Carsten Dominik > wrote: >>> >>> But this only works when tags: is non-nil. Any hints on how I could >>> achieve something that "works always"? >> >> May be I do not understand, but how about >>

Re: [O] Filtering in export hooks

2011-09-06 Thread suvayu ali
Hi Carsten, On Tue, Sep 6, 2011 at 10:58 AM, Carsten Dominik wrote: >> >> But this only works when tags: is non-nil. Any hints on how I could >> achieve something that "works always"? > > May be I do not understand, but how about > > (let ((match "tag1|tag2")) >  (when match >   (org-map-entries

Re: [O] Filtering in export hooks

2011-09-06 Thread Carsten Dominik
On Sep 6, 2011, at 10:49 AM, suvayu ali wrote: > Hi Orgers, > > What is the recommended way to filter/select headlines I want to > preprocess in any of the export hooks? I have tried using tags like > this: > > (let ((match "tag1|tag2")) > (org-map-entries (lambda () (my-preprocess-function))

[O] Filtering in export hooks

2011-09-06 Thread suvayu ali
Hi Orgers, What is the recommended way to filter/select headlines I want to preprocess in any of the export hooks? I have tried using tags like this: (let ((match "tag1|tag2")) (org-map-entries (lambda () (my-preprocess-function)) match)) But this only works when tags: is no

Re: [O] [babel] Collection of code block snippets

2011-09-06 Thread Rainer M Krug
On Mon, Sep 5, 2011 at 6:54 PM, Eric Schulte wrote: > Hi Rainer, > > > Just as a sideline: would it be possible, to use this file to test babel > (on > > a high level)?, i.e. collect all results and compare them with previous > sets > > of results? > > > > Two problems I see with running these ex

Re: [O] [PATCH] Fixes to inline src block execution

2011-09-06 Thread Martyn Jago
Eric Schulte writes: Hi Eric > Martyn Jago writes: > >> Hi >> >> Some fixes to inline src block execution via org-ctrl-c-ctrl-c >> where point is beyond white-space in the inline src block body... >> >> * Start Pomodoro >> src_emacs-lisp[:results silent]{( org-timer-set-timer 25 )} [...] >