[Orgmode] Re: [PATCH] lists and exportation to latex

2010-06-14 Thread Nicolas Goaziou
The example illustrating the patch should be : -- 1. A very long line with a mathematical environment at its end \(x = 25 \) #+BEGIN_EXAMPLE 3. three 4. four #+END_EXAMPLE 2. Another line

[Orgmode] Org-mode collaborative (multiple users working on the same set of files)

2010-06-14 Thread Sébastien Vauban
Hi Eric, Benjamen, Daniel, and all, [...] What do you think about all this? Thanks to get the debate launched. I was fearing to stay alone ;-) Regarding the clocked times: I just read this and before nobody answers, I'll give you a small POC that should work for you. As far as I can tell it

Re: [Orgmode] Re: icalendar import in to Org mode

2010-06-14 Thread Daniel Martins
I tried to install it as well using python-pip and the result was dan...@martins:~$ pip install ical2org Downloading/unpacking ical2org Downloading ical2org-1.2.tar.gz Running setup.py egg_info for package ical2org Traceback (most recent call last): File string, line 3, in module

[Orgmode] table: actualise columns with formulas. (C-num C-c=)

2010-06-14 Thread Uwe Brauer
Hello Programs like OO calc allow me to actualise automatically all rows of a column containing a formula. Like: Res1| Res2| Total 3 | 4 | =$1+$2 4 | 5 | 4 | 5 | 4 | 6 | 4 | 7 | 4 | 8 | 4 | 9 | Now the only thing I have to do is copy and paste it into the rows below

[Orgmode] Re: org-remember and anything

2010-06-14 Thread Glauber Alex Dias Prado
i thought i was explicity enough when i said when calling org-remember :), this happens after i select a template and it prompts for completion which is being handled by anything, that is when the backtrace happens, this only happens with org-mode so i thought it was more a org thing than

[Orgmode] preventing automatic rebuild of agenda on refiling?

2010-06-14 Thread Michael Gilbert
Hi — I may have missed when this happened or if it's been discussed already, but I'm noticing that recent Org-mode automatically rebuilds the agenda each time I refile a task. This can dramatically slow down the process of refiling a lot of items. Is there a setting to change this? TIA —

Re: [Orgmode] table: actualise columns with formulas. (C-num C-c=)

2010-06-14 Thread Giovanni Ridolfi
Uwe Brauer o...@mat.ucm.es writes: Hello Programs like OO calc allow me to actualise automatically all rows of a column containing a formula. Like: Res1| Res2| Total 3 | 4 | =$1+$2 4 | 5 | 4 | 5 | 4 | 6 | 4 | 7 | 4 | 8 | 4 | 9 | Now the only thing I

Re: [Orgmode] table: actualise columns with formulas. (C-num C-c=)

2010-06-14 Thread Giovanni Ridolfi
Giovanni Ridolfi giovanni.rido...@yahoo.it writes: Uwe Brauer o...@mat.ucm.es writes: Res1| Res2| Total 3 | 4 | =$1+$2 4 | 5 | 4 | 5 | 4 | 6 | 4 | 7 | 4 | 8 | 4 | 9 | Now the only thing I have to do is copy and paste it into the rows below that formula in

[Orgmode] Re: org-remember and anything

2010-06-14 Thread Glauber Alex Dias Prado
Oh sorry, here is complete instructions: (add-to-list 'load-path /home/glauber/elisp) (add-to-list 'load-path /home/glauber/elisp/org-mode) (add-to-list 'load-path /home/glauber/elisp/org-mode/lisp) (require 'org) (require 'init-org-mode) ;; which can be found here:

[Orgmode] [ANN] of2org: import from OmniFocus to org-mode

2010-06-14 Thread Magnus Henoch
Hi all, I recently had reason to import tasks from OmniFocus (a non-free Mac-only task tracker) to org-mode, and wrote a piece of Lisp code to do it for me. In the hope that it be useful to someone, I published it here: http://bitbucket.org/legoscia/of2org Comments and bug reports are welcome,

Re: [Orgmode] table: actualise columns with formulas. (C-num C-c=)

2010-06-14 Thread Uwe Brauer
On Mon, 14 Jun 2010 14:45:59 +0200, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: why don't you use: sorry I meant: | Res1| Res2| Total| |-|-|--| | 3 | 4 | | | 4 | 5 | | #+TBLFM:$3=$1+S2 then with C-c in the #+TBLFM:$3

[Orgmode] Re: video of the org-mode git repository

2010-06-14 Thread Wes Hardaker
On Thu, 20 May 2010 17:20:34 +0200, Carsten Dominik carsten.domi...@gmail.com said: CD Awesome! Even though I look like a hyperactive kid with a laser gun :-) Translation: You're overworked and under-paid! -- Wes Hardaker My Pictures:

[Orgmode] Re: table: actualise columns with formulas. (C-num C-c=)

2010-06-14 Thread Bernt Hansen
Uwe Brauer o...@mat.ucm.es writes: Hello Programs like OO calc allow me to actualise automatically all rows of a column containing a formula. Like: Res1| Res2| Total 3 | 4 | =$1+$2 4 | 5 | 4 | 5 | 4 | 6 | 4 | 7 | 4 | 8 | 4 | 9 | If you prefix the first

Re: [Orgmode] Re: [PATCH] lists and exportation to latex

2010-06-14 Thread Eric Schulte
Hi Nicolas, This patch looks great. Since it's 10 lines long, I must ask if you've signed the FSF papers for contributions to Emacs? If not is that something you're willing to do? http://orgmode.org/worg/org-contribute.php Thanks -- Eric Nicolas Goaziou n.goaz...@gmail.com writes: The

Re: [Orgmode] Bug: lists, maths and export to latex

2010-06-14 Thread Eric Schulte
Hi Nicolas, I think you forgot to attach the actual patch. Best -- Eric Nicolas Goaziou n.goaz...@gmail.com writes: Hello, With the following minimal example, the list isn't properly exported to latex (please note there is no problem with html). The culprit is obviously the equation split

Re: [Orgmode] Bug: lists, maths and export to latex

2010-06-14 Thread Eric Schulte
sorry, please disregard this email -- Eric Eric Schulte schulte.e...@gmail.com writes: Hi Nicolas, I think you forgot to attach the actual patch. Best -- Eric Nicolas Goaziou n.goaz...@gmail.com writes: Hello, With the following minimal example, the list isn't properly exported to

[Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread William Henney
Hi all If I have a snippet like so: #+begin_src latex :file foo.png Hello from org-babel! #+end_src then I can execute the source block with no problems, producing the image foo.png. However, if I change the filename to foo.pdf then it no longer works. An intermediate .tex file is produced

Re: [Orgmode] Re: [PATCH] lists and exportation to latex

2010-06-14 Thread Eric Schulte
A potentially related issue, The following org-mode snippet doesn't export correctly to latex, presumably because of protection issues similar to those addressed in your patch. Any ideas? --8---cut here---start-8--- ** comments not commented # $some stuff #

[Orgmode] [babel] now possible to set buffer-wide header arguments

2010-06-14 Thread Eric Schulte
Hi, I've just added the ability to set buffer-wide header arguments using a #+BABEL: line at the beginning of the buffer. For more information see http://eschulte.github.com/babel-dev/DONE-set-header-argument-values-on-a-buffer-bases.html feedback welcome. Cheers -- Eric

[Orgmode] Re: [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: [...] try with (a subset of) my settings you can by evaluating the following elisp. (setq org-export-latex-default-packages-alist '(( inputenc) (T1 fontenc t) ( fixltx2e nil) ( graphicx t) ( longtable nil) (

Re: [Orgmode] table: actualise columns with formulas. (C-num C-c=)

2010-06-14 Thread Nick Dokos
Uwe Brauer o...@mat.ucm.es wrote: On Mon, 14 Jun 2010 14:45:59 +0200, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: why don't you use: sorry I meant: | Res1| Res2| Total| |-|-|--| | 3 | 4 | | | 4 | 5 | |

[Orgmode] [PATCH] comments exporting

2010-06-14 Thread Nicolas Goaziou
Eric Schulte writes: A potentially related issue, The following org-mode snippet doesn't export correctly to latex, presumably because of protection issues similar to those addressed in your patch. Any ideas? --8---cut here---start-8--- ** comments not

[Orgmode] Re: org-remember and anything

2010-06-14 Thread Thierry Volpiatto
Glauber Alex Dias Prado sma...@gmail.com writes: i thought i was explicity enough when i said when calling org-remember :), this happens after i select a template and it prompts for completion which is being handled by anything, that is when the backtrace happens, this only happens with

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread Eric Schulte
typo in my previous mail -- see below Eric Schulte schulte.e...@gmail.com writes: [...] (setq org-export-latex-default-packages-alist '(( inputenc) (T1 fontenc t) ( fixltx2e nil) ( graphicx t) ( longtable nil) ( float nil) ( wrapfig

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread William Henney
Hi Eric Thanks for your response On Mon, Jun 14, 2010 at 1:17 PM, Eric Schulte schulte.e...@gmail.com wrote: Your code snippet exports as expected for me using the latest version of Org-mode. What values do you have set for the  `org-export-latex-default-packages-alist' and  

Re: [Orgmode] [PATCH] comments exporting

2010-06-14 Thread Eric Schulte
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Eric Schulte writes: A potentially related issue, The following org-mode snippet doesn't export correctly to latex, presumably because of protection issues similar to those addressed in your patch. Any ideas? --8---cut

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread Eric Schulte
William Henney when...@gmail.com writes: Hi Eric Thanks for your response On Mon, Jun 14, 2010 at 1:17 PM, Eric Schulte schulte.e...@gmail.com wrote: Your code snippet exports as expected for me using the latest version of Org-mode. What values do you have set for the  

[Orgmode] clock in from last clock out

2010-06-14 Thread Buck Brody
Is there a way to clock in from the time that I most recently clocked out. I often find that I finish something, clock out, and then start something new without remembering to clock back in. ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Re: clock in from last clock out

2010-06-14 Thread Bernt Hansen
Buck Brody buckbr...@gmail.com writes: Is there a way to clock in from the time that I most recently clocked out. I often find that I finish something, clock out, and then start something new without remembering to clock back in. I'm not aware of any existing clocking code functionality that

[Orgmode] [OT] emacs-lisp compilation question

2010-06-14 Thread Eric Schulte
I have a general emacs-lisp compilation question, that maybe someone here can shed some light on. In trying to fold Org-babel into the core of Org-mode [1], I want to resolve all warning being thrown by the emacs-lisp compiler. One persistent warning is the following : In end of data: :