Re: [O] Problem with beamer export

2013-10-06 Thread Marcin Borkowski
Dnia 2013-10-06, o godz. 21:49:13 Marvin Doyley napisał(a): > Hmm, > > I have reverted to pdflatex and still get the error. I note that were > some errors when I make all see below, could this be the issue ?? > > I have to prepare for a class tomorrow so I going to switch back to > the stable v

Re: [O] Problem with beamer export

2013-10-06 Thread Marvin Doyley
Hmm, I have reverted to pdflatex and still get the error. I note that were some errors when I make all see below, could this be the issue ?? I have to prepare for a class tomorrow so I going to switch back to the stable version and try to debug some more tomorrow Here is my beamer definition (

Re: [O] Problem with beamer export

2013-10-06 Thread John Hendy
On Sun, Oct 6, 2013 at 8:31 PM, Marvin Doyley wrote: > Hi John, > > This is an interesting bug. When I use the stable version of org i.e. 8.2.1 > everything works as expected. > > To use xelatex I included the following in my .emacs file (some code I picked > up several years ago > (setq

Re: [O] Problem with beamer export

2013-10-06 Thread Marvin Doyley
Hi John, This is an interesting bug. When I use the stable version of org i.e. 8.2.1 everything works as expected. To use xelatex I included the following in my .emacs file (some code I picked up several years ago (setq org-latex-pdf-process (list "xelatex -shell-escape -inte

Re: [O] Problem with beamer export

2013-10-06 Thread John Hendy
On Sun, Oct 6, 2013 at 7:45 PM, Marvin Doyley wrote: > For more clarification > Here is a simple test file [snip] I can't current reproduce. I don't use xelatex, so I did `tlmgr install xetex` and the same for `xetex-def`. I wasn't sure if Org would pick up to use xelatex or not, so I took your

Re: [O] Problem with beamer export

2013-10-06 Thread Marvin Doyley
For more clarification Here is a simple test file #+STARTUP: beamer #+LATEX_CMD: xelatex #+LaTeX_CLASS: beamer #+TITLE: Testing #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_HEADER: \input{header_beamer} \date{} #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8

[O] Problem with beamer export

2013-10-06 Thread Marvin Doyley
Hi there, I just updated to Org 8.2.1 and for some reason when I export a frame I get \subsection{Title} rather than \begin{frame}{Title} \end{frame} Is this a bug or am I doing something wrong ? In my .emacs file, I have (add-to-list 'org-latex-classes '("beamer" " \\makeatle

[O] LaTeX export with Code

2013-10-06 Thread Sam Flint
I regularly use org-mode for LP, and would like to be able to export the name of a code chunk as a caption in LaTeX. I have looked at the manual, and don't see any way of doing this, are there? Thanks, Sam -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/

[O] org-agenda-prefix-format %s returns null string

2013-10-06 Thread Samuel Wales
The following custom agenda has a couple of problems. Can anybody suggest fixes? 1) slow 2) there is no agenda prefix telling me the date or scheduling information My understanding is that %s is supposed to show scheduling information? Do people typically use %(org-get-property \"SCHEDULED\

Re: [O] Clocking in on non-org files

2013-10-06 Thread Marcin Borkowski
Dnia 2013-10-06, o godz. 17:11:25 Suvayu Ali napisał(a): > On Sun, Oct 06, 2013 at 02:07:45PM +0200, Marcin Borkowski wrote: > > Hi all, > > > > I have a bunch of TODO items connected with LaTeX files (in general: > > projects) I'm working on. I was wondering whether it might be > > possible an

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-06 Thread Michael Brand
Hi Karl On Sun, Oct 6, 2013 at 10:06 PM, Karl Voit wrote: > Please do apply the patch! Done. Michael

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-06 Thread Karl Voit
Hi! * Michael Brand wrote: > > On Sun, Oct 6, 2013 at 8:31 PM, Karl Voit wrote: >> >> I mentioned only the "feature-show" since it is a much wider range >> than spreadsheet only. > > Yes. but someone looking around only in the Worg tutorial section > "Tables, Spreadsheet, Plotting" will not find

Re: [O] Tangle with conditional statement

2013-10-06 Thread Andreas
Hi Fabrice and Eric, A long over due response. Apologies. I got a unanimous answer about not putting the conditional statements in the code block header, that was reassuring =). I guess the use case here is if you have different configurations for different users or machines or something similar.

Re: [O] list items not treated as such.

2013-10-06 Thread Carsten Dominik
On 4.10.2013, at 20:47, Paul Rudin wrote: > Nicolas Goaziou writes: > >> Hello, >> >> Paul Rudin writes: >> >>> Paul Rudin writes: >>> >>> (about lists) >>> >>> Here is a test for this problem. Notice that if you change the "a)" to "1." >>> - for example - the test passes. So this is som

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-06 Thread Michael Brand
Hi Karl On Sun, Oct 6, 2013 at 8:31 PM, Karl Voit wrote: > * Michael Brand wrote: >> Yes, with all the explanations of how the formulas work your github >> novoid/org-mode-workshop contains a very nice spreadsheet >> documentation, for more than just referencing remote tables. Can you >> please

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-06 Thread Karl Voit
* Michael Brand wrote: > > Hi Karl, hi all Hi Michael! > Yes, with all the explanations of how the formulas work your github > novoid/org-mode-workshop contains a very nice spreadsheet > documentation, for more than just referencing remote tables. Can you > please link the section here with ment

[O] Babel code block linking issue

2013-10-06 Thread Michael Bach
Dear org-mode Users and Developers, I am running org 8.2.1 and was following the nice video [1] showing off some org-mode features. I could follow and reproduce up to the point where he goes on to edit a code block via C-c ' and puts a link there via `org-store-link'. When I try that, I get the

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-06 Thread Michael Brand
Hi Karl, hi all @maintainers: According to the below I tried to improve the Org manual with the attached patch, please review and apply. On Sun, Oct 6, 2013 at 1:30 PM, Karl Voit wrote: > The things I learned about referencing other tables I documented in [1]. > > Maybe you'll find it handy as a

[O] Org-agenda: show subtree?

2013-10-06 Thread Boyan Penkov
Hello all, I'm writing to ask about showing a TODO item's entire subtree in the agenda view. I have a series of TODO items that have plain lists as subtrees; something like this: ** TODO Grocery run DEADLINE: <2013-08-31 Sat> SCHEDULED: <2013-08-25 Sun> *** Apples *** Milk *** Cottage chees

[O] Clocking in on non-org files

2013-10-06 Thread Marcin Borkowski
Hi all, I have a bunch of TODO items connected with LaTeX files (in general: projects) I'm working on. I was wondering whether it might be possible and/or wise to set things up so that I could clock in (C-c C-x C-i) in a buffer containing such a file. Currently, executing org-clock-in in a non-O

Re: [O] Deactivate babel source block

2013-10-06 Thread Michael Bach
On 10/6/13 5:09 PM, Eric Schulte wrote: > You want to set the :eval and :tangle header arguments, this can be done > with `org-babel-insert-header-arg' bound to "C-c C-v j". I've just > updated this function so that it now takes two optional arguments > specifying the header argument and value. >

Re: [O] Clocking in on non-org files

2013-10-06 Thread Suvayu Ali
On Sun, Oct 06, 2013 at 02:07:45PM +0200, Marcin Borkowski wrote: > Hi all, > > I have a bunch of TODO items connected with LaTeX files (in general: > projects) I'm working on. I was wondering whether it might be possible > and/or wise to set things up so that I could clock in (C-c C-x C-i) in >

Re: [O] Deactivate babel source block

2013-10-06 Thread Eric Schulte
You want to set the :eval and :tangle header arguments, this can be done with `org-babel-insert-header-arg' bound to "C-c C-v j". I've just updated this function so that it now takes two optional arguments specifying the header argument and value. So the following could now be something like the

Re: [O] Deactivate babel source block

2013-10-06 Thread Eric Schulte
You want to set the :eval and :tangle header arguments, this can be done with `org-babel-insert-header-arg' bound to "C-c C-v j". I've just updated this function so that it now takes two optional arguments specifying the header argument and value. So your function could now be something like the

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-10-06 Thread Liam Healy
On Wed, Oct 2, 2013 at 9:28 AM, Eric Schulte wrote: > > > inline "\\sqrt{2}" works > > > Are you able to interactively execute inline code blocks? > > I'm not sure what the issue could be. > > Best, > Thanks for the response Eric. I do not get the results you do: src_lisp[:results raw]{(format

[O] exported dates in ox-rss.el

2013-10-06 Thread Andrea Rossetti
Hello everyone, I played a bit with the RSS export (contrib/lisp/ox-rss.el), and found that the dates in the emitted output lack the month name: Sat, 05 2013 15:44:49 +0200 (the month "Oct" is missing). It turned out that the date format specifier "%h" is not accepted by the runtime (MSVCR

[O] Clocking in on non-org files

2013-10-06 Thread Marcin Borkowski
Hi all, I have a bunch of TODO items connected with LaTeX files (in general: projects) I'm working on. I was wondering whether it might be possible and/or wise to set things up so that I could clock in (C-c C-x C-i) in a buffer containing such a file. Currently, executing org-clock-in in a non-O

[O] buggy subscripts and superscripts escape with latex export

2013-10-06 Thread Daniele Pizzolli
Hello all, my original problem was how to get "a_b" exported literal using the latex exporter. I explored a bit the sub/superscript options and I think that there are some buggy behaviors. The following code: * test - subscript a_b - subscript escaped a\_b - superscript a^b - superscript escap

Re: [O] recurring events with different notes for each occurrence

2013-10-06 Thread Karl Voit
* Jarmo Hurri wrote: > > Greetings Karl. Hi! > Karl Voit writes: > >> org-clone-subtree-with-time-shift > > That will do the work, but as a programmer I must say that I do not > really like this technique, since it involves copying the same > information to a large number of places. :-) I th

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-06 Thread Karl Voit
* Karl Voit wrote: > > I am no expert with calc. I enjoy using it for rather > simple things. However, I would like to use referencing more often > and I face an issue here. > > I did a very basic example in two ways: vertical layout and > horizontal layout. The reason for this is, that I got the

Re: [O] recurring events with different notes for each occurrence

2013-10-06 Thread Jarmo Hurri
Greetings Karl. Karl Voit writes: > * Jarmo Hurri wrote: >> 2. I have some events that take place multiple times in a week. This is >>easy to accomplish: >> >>* Learn something new about org-mode >> <2013-10-05 Sat 17:00-18:00 +1w> >> <2013-10-06 Sun 12:00-14:00 +1w> >> >>

Re: [O] Hide some timestamp repetitions; timestamp property in agenda

2013-10-06 Thread Jarmo Hurri
Suvayu Ali writes: > On Sat, Oct 05, 2013 at 05:45:28PM +0300, Jarmo Hurri wrote: >> 1. In general I want to see repeated timestamps, TODOs etc. appear at >>every repeat, so I need to have the value of >>org-agenda-repeating-timestamp-show-all set to t. However, for >>*some* repeated

[O] Deactivate babel source block

2013-10-06 Thread Michael Bach
Dear org-mode Users and Developers, I am looking for a nice way to deactivate a babel source block with point being anywhere on it. Imagine e.g. C-c C-v C-w to say "I want to toggle execution/tangling for this block". Background: I have the .emacs setup in a literate org-mode file where I am tes

Re: [O] Hide some timestamp repetitions; timestamp property in agenda

2013-10-06 Thread Suvayu Ali
On Sat, Oct 05, 2013 at 05:45:28PM +0300, Jarmo Hurri wrote: > > Greetings. > > I am pretty sure that the following can be done, I just do not know how. > > 1. In general I want to see repeated timestamps, TODOs etc. appear at >every repeat, so I need to have the value of >org-agenda-rep