Re: [O] Setting Face of clocking info in Modeline

2012-06-20 Thread Achim Gratz
Nick Dokos writes: > That's not right - it went in with commit 37fafb7b and git says: > > $ git describe 37fafb7b > release_7.8.09-248-g37fafb7 Git describe by default describes from the object pointed to until the next annotated tag. Annotated tags live in the maint branch, not in master for org

[O] :var problems with R

2012-06-20 Thread Neuwirth Erich
The following works #+name: xvar #+begin_src emacs-lisp "ahaRx" #+end_src #+RESULTS: xvar : ahaR #+name: myblock #+begin_src R :var xxx=xvar xxx #+end_src #+RESULTS: myblock : ahaRx But when I replace emacs-lisp with R in the first code block, it does not work any more. I think it should becau

Re: [O] Setting Face of clocking info in Modeline

2012-06-20 Thread Nick Dokos
Jeff Rush wrote: > On 06/20/2012 07:17 PM, Moritz Ulrich wrote: > > > > Jeff Rush writes: > > > >> I also found in a Google search the interesting > >> 'org-clock-frame-title-format' implying I might be able to display the > >> clocked-in task info in the frame header, but no actual example of

[O] Beginner's question

2012-06-20 Thread Neuwirth Erich
I am using R. I am combining large data frames, and I am getting into memory problems. Therefore I would like to to this in separate steps and after each step the R process should be closed to free memory. When I do not use the :session argument for the code blocks, it seems that the R process

Re: [O] Setting Face of clocking info in Modeline

2012-06-20 Thread Jeff Rush
On 06/20/2012 07:17 PM, Moritz Ulrich wrote: > > Jeff Rush writes: > >> I also found in a Google search the interesting >> 'org-clock-frame-title-format' implying I might be able to display the >> clocked-in task info in the frame header, but no actual example of it >> being used. > > Try setti

Re: [O] Setting Face of clocking info in Modeline

2012-06-20 Thread Moritz Ulrich
Hi, Jeff Rush writes: > I also found in a Google search the interesting > 'org-clock-frame-title-format' implying I might be able to display the > clocked-in task info in the frame header, but no actual example of it > being used. Try setting `org-clock-clocked-in-display' to 'both or 'frame-t

Re: [O] changing the behavior of the underline "_" character

2012-06-20 Thread Marcelo de Moraes Serpa
Oh yah, that's called subscript, I was trying to remember the correct term : - ) Thanks Nick! On Wed, Jun 20, 2012 at 5:15 PM, Nick Dokos wrote: > Marcelo de Moraes Serpa wrote: > > > Hey guys, > > > > So, whenever I write something with the underline char, org renders the > string like this:

Re: [O] changing the behavior of the underline "_" character

2012-06-20 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hey guys, > > So, whenever I write something with the underline char, org renders the > string like this: > > http://minus.com/mRXPQQdLW/ > > Check how the this word is rendered. How could I disable this rendering > behavior ? > #OPTIONS: ^:nil is one way.

[O] changing the behavior of the underline "_" character

2012-06-20 Thread Marcelo de Moraes Serpa
Hey guys, So, whenever I write something with the underline char, org renders the string like this: http://minus.com/mRXPQQdLW/ Check how the this word is rendered. How could I disable this rendering behavior ? Thanks, - Marcelo.

Re: [O] Searching linked files

2012-06-20 Thread Marvin Doyley
Hi Suvayu, This is did the trick. More specifically combining find-org-file-recursively with org-agenda-text-search-extra-files allowed me drill down in multiple subdirectory. Thank you. Cheers M On Wed, Jun 20, 2012 at 2:51 PM, suvayu ali wrote: > Hi Marvin, > > On Wed, Jun 20, 2012 at 7:45 PM,

Re: [O] [bug] spreadsheet does not replace some fields

2012-06-20 Thread Michael Brand
Hi Juan On Wed, Jun 20, 2012 at 3:47 PM, Juan Pechiar wrote: > From the manual (section 3.5.6 Column Formulas): > > If the table contains horizontal separator hlines, everything before > the first such line is considered part of the table header and will > not be modified by column formulas.

Re: [O] export to pdf tags showing

2012-06-20 Thread Nick Dokos
itm...@chrikro.net wrote: > > IIUC, this is only implemented in the new exporter: the old one remains > > unchanged - yes? > > > > The new and the old exporter. How is the new envoked? > You have to do two things in your .emacs (or equivalent): (require 'org-export) (add-to-list 'load-path (

Re: [O] export to pdf tags showing

2012-06-20 Thread itm...@chrikro.net
> IIUC, this is only implemented in the new exporter: the old one remains > unchanged - yes? > The new and the old exporter. How is the new envoked? /

Re: [O] [bug] Text macros don't get replaced

2012-06-20 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > I'm using text macros, and want them to be replaced both in the text body, but > as well in the title or date of the document: > > #+MACRO: thesoft ABC > #+MACRO: thedate November 2011 > > #+TITLE: Data Sheet: {{{thesoft}}} > #+AUTHOR:{{{thesoft}}} >

Re: [O] Presentation on Org-mode at Dunkerque (France)

2012-06-20 Thread Fabrice Niessen
Hello, > Just to tell you that I will make a presentation on Org-mode during the LaTeX > day in Dunkerque (FR) on Wed 13th June 2012. > > Here is my summary in English for the 1:30 presentation: > > You wish to write high-quality documents or presentations, whose > successive versions ar

Re: [O] Searching linked files

2012-06-20 Thread suvayu ali
Hi Marvin, On Wed, Jun 20, 2012 at 7:45 PM, Marvin Doyley wrote: > This is almost what I am looking for. I would be nice if I could get it to > drill down into subdirectories. Maybe this will help. This defines a custom function:

Re: [O] Error when changing todo-state [7.8.11]

2012-06-20 Thread Nick Dokos
Eric S Fraga wrote: > writes: > > > Hi! > > > > I recently upgraded to emacs24 and org 7.8.11. Since this upgrade, > > when I set or change a todo-state, I get an error message > > (void-variable state). The desired todo-state is being set all the > > same. I guess there's some kind of conflict

Re: [O] Searching linked files

2012-06-20 Thread Marvin Doyley
Hi Darlan, This is almost what I am looking for. I would be nice if I could get it to drill down into subdirectories. All my work is located in a directory called research that contains a several directory related to different projects. The problem with this variable is that works only for files i

Re: [O] Error when changing todo-state [7.8.11]

2012-06-20 Thread Eric S Fraga
writes: > Hi! > > I recently upgraded to emacs24 and org 7.8.11. Since this upgrade, > when I set or change a todo-state, I get an error message > (void-variable state). The desired todo-state is being set all the > same. I guess there's some kind of conflict between my config and the > new org-v

Re: [O] [dev] About a beamer back-end

2012-06-20 Thread Eric S Fraga
Sebastien Vauban writes: [...] > Personally, I dislike using headlines for *anything* that's in the frame. I > like the idea that headlines do show the structure of your presentation: > > - (optionally) sections and subsections for the sidebar > - frame title (and subtitle) > > and no more. Thi

Re: [O] Error when changing todo-state [7.8.11]

2012-06-20 Thread Charles Philip Chan
salome.soederg...@gmx.ch writes: Hi Salome: > I recently upgraded to emacs24 and org 7.8.11. Since this upgrade, > when I set or change a todo-state, I get an error message > (void-variable state). I had the same problem. It turned out that the problem is some customization that I have in "org-

Re: [O] Searching linked files

2012-06-20 Thread Darlan Cavalcante Moreira
See the variable org-agenda-text-search-extra-files. It seems to be exactly what you want. -- Darlan Cavalcante At Wed, 20 Jun 2012 09:16:49 -0400, Marvin Doyley wrote: > > Hi there, > > Does anybody now how to search the content of a linked file ? I have a > master file that is included in

[O] Trouble with `:kill-buffer` property in capture templates

2012-06-20 Thread Brian Hamilton-Vise
I can't get the `:kill-buffer` property to behave as advertised in my capture templates. I have, for example: ("w" "Writing log" table-line (file "~/Dropbox/workrecord.org") "|%U|%A||%?|" :table-line-pos "I+1" :kill-buffer ) But the buffer, which was closed before I called capture, st

Re: [O] exporting a table

2012-06-20 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > This is with version > > > > Org-mode version 7.8.10 (release_7.8.10-688-gd06428 @ > > /home/nick/elisp/org-mode/lisp/) > > Do yourself a favor and issue: > > git fetch --tags origin > > to get the correct version displayed. > > Thanks. I now get

[O] Setting Face of clocking info in Modeline

2012-06-20 Thread Jeff Rush
I'd like to colorize/change the size of the clocked-in task info displayed in the modeline. I've found the org-clock-heading-function but can't quite figure out how to wire in a replacement nor whether I can affect the face displayed with it or just the actual content of the field. I also found i

[O] [bug] Refile to file when 'full-file-path

2012-06-20 Thread Sylvain Rousseau
Hi, i wanted to refile to files that have the same name so I set 'org-refile-use-outline-path to 'full-file-path. Targets as files are not available anymore! Here is a patch that fixes it. Sylvain. 0001-Refiling-Fix-targets-when-using-full-file-path.patch Description: Binary data

Re: [O] [bug] spreadsheet does not replace some fields

2012-06-20 Thread Juan Pechiar
On Wed, Jun 20, 2012 at 02:26:42PM +0200, Michael Brand wrote: > Isn't there a nasty spreadsheet bug? I'm quite confused that it has > not been discovered yet so I start to doubt on my reliability. Hi, Michael. This is a feature, not a bug. >From the manual (section 3.5.6 Column Formulas): If

[O] Searching linked files

2012-06-20 Thread Marvin Doyley
Hi there, Does anybody now how to search the content of a linked file ? I have a master file that is included in org-agenda file list. This file contains links to other research project related org files. Unfortunately, is seems that only way to search the content of the link file is to include it

[O] [bug] spreadsheet does not replace some fields

2012-06-20 Thread Michael Brand
Hi all Isn't there a nasty spreadsheet bug? I'm quite confused that it has not been discovered yet so I start to doubt on my reliability. - bug: | this field is not replaced | 1 | | this field is not replaced | 2 | |+---| | 3 | 3 | #+

Re: [O] [dev] About a beamer back-end

2012-06-20 Thread Sebastien Vauban
Hi all, Greg Tucker-Kellogg wrote: > On Jun 20, 2012, at 5:04 AM, Eric S Fraga wrote: >> Nicolas Goaziou writes: >>> Eric S Fraga writes: >>> Well, I will have to chime in with a contrary view. I like using headlines to define blocks, and I use blocks on almost every frame. I hav

[O] table export to oocalc?

2012-06-20 Thread Uwe Brauer
Hello Are there any plans to add a table to oocalc converter? Thanks Uwe Brauer

[O] \vert not converted to | when org-table-export applied

2012-06-20 Thread Eythan Weg
Hi, I try to export a table with \vert symbol embedded in it to a tab separated file by use of org-table-export: | A\vert B | C | |1 | 2 | |3 | 4 | but the \vert in the first line is not converted to '|' as shown here: A\vert BC 1 2 3 4 Is this a bug o

[O] [bug] Text macros don't get replaced

2012-06-20 Thread Sebastien Vauban
Hello, I'm using text macros, and want them to be replaced both in the text body, but as well in the title or date of the document: --8<---cut here---start->8--- #+MACRO: thesoft ABC #+MACRO: thedate November 2011 #+TITLE: Data Sheet: {{{thesoft}}} #+AUTHO

[O] Error when changing todo-state [7.8.11]

2012-06-20 Thread salome . soedergran
Hi! I recently upgraded to emacs24 and org 7.8.11. Since this upgrade, when I set or change a todo-state, I get an error message (void-variable state). The desired todo-state is being set all the same. I guess there's some kind of conflict between my config and the new org-version -- but what i