[O] Bug in calculations with durations and time values in tables

2011-09-01 Thread Gustav Wikström
Hello, just a small bug-report. The following does not seem right: |First |Second |Result | |--+---+---| | 00:00:00 | -00:10:10 | -01:49:50 | #+TBLFM: $3='(+ $1..$2);T |First |Second | Result | |--+---+| | 00:00:00 | -00:10:10 |

[O] Escaping Square Brackets in LaTeX Export

2011-09-01 Thread Richard Lewis
Hi there, I want to include the following in an org-mode buffer and be able to export it to LaTeX: #+begin_src python :exports code s[0] #+end_src The problem is that org-mode treats s[0] as a footnote reference and produces LaTeX like this: \begin{verbatim} s\footnote{DEFINITION NOT FOUND: 0

Re: [O] Escaping Square Brackets in LaTeX Export

2011-09-01 Thread Erik Iverson
Richard, On 09/01/2011 06:24 AM, Richard Lewis wrote: I want to include the following in an org-mode buffer and be able to export it to LaTeX: #+begin_src python :exports code s[0] #+end_src This works for me with both python and R code blocks on the latest version pulled from git. Which

Re: [O] Use (org-entry-properties) in a mode derived from org-mode

2011-09-01 Thread Stefan Reichör
Hello again! Hi! I'd like to derive a mode from org-mode. I do something like this: (define-derived-mode derived-org-mode org-mode dorg derived org-mode (message derived-org-mode activated) ) When I activate the derived-org-mode, M-: (org-entry-properties) does no longer work.

Re: [O] Escaping Square Brackets in LaTeX Export

2011-09-01 Thread Jambunathan K
The problem is that org-mode treats s[0] as a footnote reference and produces LaTeX like this: Make sure your Org version is NEWER than this post. https://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg00447.html From the above post , | Footnotes cannot live anymore in example, src,

[O] Google Tasks integration

2011-09-01 Thread Brad Collette
I've been using org-mode for a year or so and I really like it. 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 both ends to keep things in sync is a pain and I often forget. I saw that Google released an API

Re: [O] Escaping Square Brackets in LaTeX Export

2011-09-01 Thread Richard Lewis
At Thu, 01 Sep 2011 17:58:00 +0530, Jambunathan K wrote: The problem is that org-mode treats s[0] as a footnote reference and produces LaTeX like this: Make sure your Org version is NEWER than this post. https://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg00447.html From the

[O] org-bable and gnuplot

2011-09-01 Thread Marvin Doyley
Hi there, I am planning to use gnuplot to plot some data that I have in org table. Everything is set-up correctly and gnuplot is installed my mac. Unfortunately, when I run the following org file I get a zero byte file -- everything seems to run ok, except nothing is written to the output file.

[O] How to suppress \label commands in beamer export

2011-09-01 Thread Darlan Cavalcante Moreira
I'm trying to convert a presentation I've done in beamer to org-mode. I'm going to improve this presentation and add more stuff to it. I'd like to do it in org-mode. However, org adds \label{sec-numbers} in the generated tex file after all environments and this adds some blank space between the

[O] Clearing checkboxes after a recurring task is done

2011-09-01 Thread Tatsuhito Koya
Hello, I have a recurring task defined something like this: * TODO Inspect systems DEADLINE: 2011-06-01 Wed +1m - [ ] Inspect System A - [ ] Inspect System B - [ ] Inspect System C - [ ] Inspect System D The variable org-enforce-todo-dependencies is set, so that I cannot change this task to

[O] Best practices? Multiple .org files?

2011-09-01 Thread Brian Wood
I've been using orgmode for 6 months and really like it. I started with on monolithic work.org file. I'm worried that at some point this file will get too big and bog down emacs. I'm not sure how big it would have to be...? To avoid that I'm thinking that I should break up this file into

Re: [O] Best practices? Multiple .org files?

2011-09-01 Thread Joseph Kern
On Thu, Sep 1, 2011 at 1:35 PM, Brian Wood bw...@berkeley.edu wrote: I've been using orgmode for 6 months and really like it. I started with on monolithic work.org file. I'm worried that at some point this file will get too big and bog down emacs. I'm not sure how big it would have to

Re: [O] org-bable and gnuplot

2011-09-01 Thread Eric Schulte
Marvin Doyley marvin...@gmail.com writes: Hi there, I am planning to use gnuplot to plot some data that I have in org table. Everything is set-up correctly and gnuplot is installed my mac. Unfortunately, when I run the following org file I get a zero byte file -- everything seems to run ok,

Re: [O] Clearing checkboxes after a recurring task is done

2011-09-01 Thread Nicolas Goaziou
Hello, Tatsuhito Koya tkoy...@gmail.com writes: I have a recurring task defined something like this: * TODO Inspect systems DEADLINE: 2011-06-01 Wed +1m - [ ] Inspect System A - [ ] Inspect System B - [ ] Inspect System C - [ ] Inspect System D I notice that even if I change the task

Re: [O] org-bable and gnuplot

2011-09-01 Thread John Hendy
On Thu, Sep 1, 2011 at 1:13 PM, Eric Schulte schulte.e...@gmail.com wrote: Marvin Doyley marvin...@gmail.com writes: Hi there, I am planning to use gnuplot to plot some data that I have in org table. Everything is set-up correctly and gnuplot is installed my mac. Unfortunately, when I

Re: [O] Best practices? Multiple .org files?

2011-09-01 Thread Brian Wood
Wow, how did I miss search view. Sweet! Brian Wood Applications Programmer UC Berkeley IST Application Services

Re: [O] Clearing checkboxes after a recurring task is done

2011-09-01 Thread Tatsuhito Koya
Thank you, this is exactly what I need! On Thu, Sep 1, 2011 at 11:17 AM, Nicolas Goaziou n.goaz...@gmail.comwrote: Hello, Tatsuhito Koya tkoy...@gmail.com writes: I have a recurring task defined something like this: * TODO Inspect systems DEADLINE: 2011-06-01 Wed +1m - [ ] Inspect

[O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-01 Thread Jambunathan K
I am pleased to announce support for list-tables in the odt/xhtml exporters. See below for some introductary note. Also refer to the attached org/odt/html files. Thanks for your past and future inputs. Jambunathan K. Related posts: 1. Thanks to Ben for introducing list-table in this post

Re: [O] org-bable and gnuplot

2011-09-01 Thread Marvin Doyley
Thanks, set terminal did the trick cheers M On Thu, Sep 1, 2011 at 2:21 PM, John Hendy jw.he...@gmail.com wrote: On Thu, Sep 1, 2011 at 1:13 PM, Eric Schulte schulte.e...@gmail.com wrote: Marvin Doyley marvin...@gmail.com writes: Hi there, I am planning to use gnuplot to plot

Re: [O] Best practices? Multiple .org files?

2011-09-01 Thread Darlan Cavalcante Moreira
But the original question remains. Is it better, regarding speed, to split the content into several files (all included in the agenda) or a single file will be faster? In [1] you find Should I use one big org file or multiple files?, with a few tips for improving speed, but does not answer this.

[O] indent fixup error on refile (more details)

2011-09-01 Thread Michael Gilbert
Hi — This is a resend of an earlier message, with more detail from the debugger below. I'm afraid I don't know exactly where this error was introduced (I do nightly updates) and I have been on travels and haven't been monitoring the list closely. So I apologize in advance is this is a lousy

Re: [O] Best practices? Multiple .org files?

2011-09-01 Thread suvayu ali
On Thu, Sep 1, 2011 at 11:01 PM, Darlan Cavalcante Moreira darc...@gmail.com wrote: But the original question remains. Is it better, regarding speed, to split the content into several files (all included in the agenda) or a single file will be faster? If you have source blocks, one big file

Re: [O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-01 Thread suvayu ali
Hi Jambunathan, On Thu, Sep 1, 2011 at 9:31 PM, Jambunathan K kjambunat...@gmail.com wrote: I am pleased to announce support for list-tables in the odt/xhtml exporters. See below for some introductary note. Also refer to the attached org/odt/html files. Thanks for your past and future

Re: [O] indent fixup error on refile (more details)

2011-09-01 Thread Michael C Gilbert
On Sep 1, 2011, at 3:33 PM, Michael Gilbert wrote: I'm afraid I don't know exactly where this error was introduced (I do nightly updates) and I have been on travels and haven't been monitoring the list closely. So I apologize in advance is this is a lousy error message. But I wanted to

Re: [O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-01 Thread Matt Price
On Thu, Sep 1, 2011 at 7:12 PM, suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi Jambunathan, On Thu, Sep 1, 2011 at 9:31 PM, Jambunathan K kjambunat...@gmail.com wrote: I am pleased to announce support for list-tables in the odt/xhtml exporters. See below for some introductary note. Also

Re: [O] setting up org-remember

2011-09-01 Thread David Maus
At Tue, 30 Aug 2011 11:42:24 +0200, Renato wrote: On Mon, 29 Aug 2011 16:07:33 +0200 Renato renn...@gmail.com wrote: Hello, I'm trying to set up org-remember, however I'm having some problems. I really didn't expect these multiple very detailed replies, thank you very much guys! So it

[O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-01 Thread David Maus
Just FYI: I've tried to get the testing framework running on Emacs 23 and Emacs 22 and succeeded to 50%: - copying ert.el and ert-x.el from Emacs24 Git repository at git://git.savannah.gnu.org/emacs.git with master on 231bffa3e6c37164fa40ad18bd27249cc7704e30 and installing jump.el is

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

2011-09-01 Thread David Maus
Attached patch fixes a small issue with contrib/lisp/org-elisp-symbol.el, a contributed package that defines a link type for elisp symbols. Currently org-elisp-symbol.el uses `eq' to compare a symbol value with a string. Such a comparism always evals to nil: #+begin_src emacs-lisp (let ((foo