[Orgmode] Org-remember items are stored to the wrong headline

2008-08-26 Thread Tassilo Horn
Hi all, I use org-mode which is included in Emacs 23 from CVS (a current checkout). This is my relevant config for org-remember: --8<---cut here---start->8--- (require 'remember) (setq org-default-notes-file "~/repos/org/main.org" org-remember-default-he

[Orgmode] Using numbers w/ commas in spreadsheets?

2008-08-26 Thread Parker, Matthew
Is it possible to work w/ numbers w/ commas in 'spreadsheets'? when trying to add 3,000 to 4,000 below... =$1+$2 ... yields 7 and this works but is long winded: @2$3='(+ (string-to-number (replace-regexp-in-string "," "" $1)) (string-to-number (replace-regexp-in-string "," "" $2)) )

[Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Eric Schulte
On Tuesday, August 26, at 11:08, Eric Schulte wrote: > On Tuesday, August 26, at 19:57, Stephan Schmitt wrote: > > Eric, did you know that Carsten provided a function called > > org-table-to-lisp in org-6.06b? I think with this you can > > refactor your code to be more modular and thus be

[Orgmode] Re: Emacs-orgmode Digest, Vol 30, Issue 39

2008-08-26 Thread Eric Schulte
On Tuesday, August 26, at 19:57, Stephan Schmitt wrote: > Eric Schulte wrote: > > On Tuesday, August 26, at 14:36, Sebastian Rose wrote: > > > The buffer is modified after C-M-g and emacs asks if I want to save it. > > > > That is certainly something to figure out. > > > > This happens

[Orgmode] Re: Emacs-orgmode Digest, Vol 30, Issue 39

2008-08-26 Thread Stephan Schmitt
Eric Schulte wrote: On Tuesday, August 26, at 14:36, Sebastian Rose wrote: > The buffer is modified after C-M-g and emacs asks if I want to save it. That is certainly something to figure out. This happens already if you press tab with the cursor located inside a table, so this is probably a

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Eric Schulte
On Tuesday, August 26, at 15:32, Manish wrote: > On Tue, Aug 26, 2008 at 7:23 AM, Eric Schulte wrote: > > Hi, > > > > org-plot enables generation of graphs from data stored in org tables > > (maybe eventually elsewhere in org files). > > > > It is available on github at > >

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Eric Schulte
On Tuesday, August 26, at 14:36, Sebastian Rose wrote: > Hi again, > > > still emacs 23: on Debian (Xubuntu) I'm using - cvs emacs23 (from a couple of weeks ago) - gnuplot 4.2 patchlevel 2 - gnuplot.el 0.6.0 > On the table with data: > >The first try works. Then I have to pres C-M-g

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Sebastian Rose
Hi again, still emacs 23: On the table with data: The first try works. Then I have to pres C-M-g twice to get the plot window. On the empty tables: with (setq debug-on-error t) this is in *Messages*: (:plot-type grid :with lines :ind 0 :title "org mode" :map nil) [3 times] Mark set

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Sebastian Rose
Hi Eric, It's beautiful! ...but in emacs 23 only the first table works. C-M-g on the other tables gives me the following message: 'Not in table data field' emacs 23, CVS last week, Debian testing. But, hey, this is wonderful! - Sebastian Eric Schulte wrote: Hi, org-plot enables gene

[Orgmode] problem with appointments not cancelling

2008-08-26 Thread Richard G Riley
I have the following in one of my org files but the reminder is still popping up (or was until the original scheduled time was passed). What do I need to call to have a cancelled org entry removed from the reminder mechanism? I use the gtk reminder system and include the code below. Does the org-a

Re: [Orgmode] org-info.js - new version with tags index

2008-08-26 Thread Rick Moynihan
Sebastian Rose wrote: Hello list, Rick Moynihan requested a table of contents sorted by tags (http://lists.gnu.org/archive/html/emacs-orgmode/2008-07/msg00434.html). The new version on http://repo.or.cz/w/Worg.git provides a the shortcut 'C' to show such an index: Tag1 - Headline with ta

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-26 Thread Manish
On Tue, Aug 26, 2008 at 7:23 AM, Eric Schulte wrote: > Hi, > > org-plot enables generation of graphs from data stored in org tables > (maybe eventually elsewhere in org files). > > It is available on github at > http://github.com/eschulte/org-plot/tree/master or with > > git cl

Re: [Orgmode] Re: Showing todos with inherited tags in agenda views

2008-08-26 Thread Richard G Riley
Bernt Hansen <[EMAIL PROTECTED]> writes: > Robert Goldman <[EMAIL PROTECTED]> writes: > >> I hope that this isn't too much of an FAQ, but I searched the mailing >> list and couldn't find an answer (although I could find the question >> being asked): >> >> Is it possible to tailor the agenda view s

Re: [Orgmode] Re: Creating an Ubuntu Package for org.

2008-08-26 Thread Ian Barton
>> Whilst it's pretty easy to install org from source, I thought it might >> be helpful to make an Ubuntu package. Making a package may encourage >> more people to try org as it overcomes some hurdles in installation. >> Also you should automatically get up to date versions. > > Debian already ha

Re: [Orgmode] Re: Creating an Ubuntu Package for org.

2008-08-26 Thread Harri Kiiskinen
From: Paul R <[EMAIL PROTECTED]> Subject: [Orgmode] Re: Creating an Ubuntu Package for org. Date: Mon, 25 Aug 2008 10:45:00 +0200 > On Mon, 25 Aug 2008 09:19:46 +0100, Ian Barton <[EMAIL PROTECTED]> said: > > Ian> Comments please! > > Ubuntu uses the debian emacs packages distribution system. So