Re: [Orgmode] strip date in agenda view

2007-06-21 Thread Daniel J. Sinder
On 06/21/2007 02:29 AM, Carsten Dominik wrote: > > On Jun 19, 2007, at 19:36, Daniel J. Sinder wrote: > >> Carsten, >> >> I like this new syntax better too. >> >> I can't find it in the manual now, but I think the following syntax, >> which is nearly as simple, was supported (I use it regularly):

[Orgmode] Re: Org-mode version 4.79

2007-06-21 Thread ignotus
> Carsten Dominik writes: > Therefore, 4.79 is only a quick bug-fix release, with a few small > features: Thanks! -- ...sutongi tti olleh ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmo

[Orgmode] Get al formula's in the table

2007-06-21 Thread Cecil Westerhof
When you want to edit a formula, you give 'C-u C-u C-c ='. What would be nice is a combination with wich al the formula's are put back into the cell's. -- Cecil Westerhof <[EMAIL PROTECTED]> ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http:/

Re: [Orgmode] Org-mode 4.78

2007-06-21 Thread Jason F. McBrayer
Carsten Dominik <[EMAIL PROTECTED]> writes: > That is possible, but a bit more complex, so I am not sure when I > will get around to this. For the time being, if you need to assign > the clocking to a date, just clock in and out and then change the > dates by hand. Indeed, that is what I do, cur

[Orgmode] archiving

2007-06-21 Thread J. David Boyd
When I archive an item, into an "_archive" file, the DONE date is set to the current date, rather than the date the item was completed on. Is there a variable, (or could there be) to control this? When I look into an archive file, I would like the DONE dates to be the date that the item was actu

[Orgmode] Re: Org-mode version 4.79

2007-06-21 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > Thanks for all the fast reports, seems like the last release > was quite messed up. Therefore, 4.79 is only a quick > bug-fix release, with a few small features: > Thanks for all the bug fixes :) I think you forgot to bump org-version - it still say

[Orgmode] Sommatie on values with a condition

2007-06-21 Thread Cecil Westerhof
I would like the following table: |-+| | type| amount | |-+| | a |125 | | b |350 | | c |420 | | d |910 | | b |135 | | d | 84 | |-+| | total a |125 | | total b |485 | | total c |

[Orgmode] Org-mode version 4.79

2007-06-21 Thread Carsten Dominik
Thanks for all the fast reports, seems like the last release was quite messed up. Therefore, 4.79 is only a quick bug-fix release, with a few small features: Changes in version 4.79 --- * Details - We are back to a single file org.el that works both on Emacs and on XE

Re: [Orgmode] Re: iCal Import - updated code & Bug report

2007-06-21 Thread Tim O'Callaghan
My apologies, i should have included this before: Debugger entered--Lisp error: (error "before first heading") signal(error ("before first heading")) cerror("before first heading") apply(cerror "before first heading" nil) error("before first heading") (or (re-search-backward (concat "^\\(?:"

Re: [Orgmode] turning off footnote exporting

2007-06-21 Thread Carsten Dominik
On Jun 20, 2007, at 20:48, [EMAIL PROTECTED] wrote: Hi Casrten and Others! There is no export option to turn off footnote exporting, would it be possible to add a variable to control that? I like that feature, but I have some documents where I use "[number]" for other purposes, thanks. This

Re: [Orgmode] Re: iCal Import - updated code & Bug report

2007-06-21 Thread Carsten Dominik
I am unable to reproduce this bug. Anyone? - Carsten On Jun 20, 2007, at 12:48, Tim O'Callaghan wrote: Its not a google calendar based bug. It happens when the referenced org file has no headings. If you add a file with a %% diary entry and no '* heading' to your agenda file list, it should c

Re: [Orgmode] Org-mode 4.78

2007-06-21 Thread Carsten Dominik
On Jun 20, 2007, at 15:27, Jason F. McBrayer wrote: I'd like to be able to assign dates to these timestamp-less clock entries. Just to have a way of saying "I worked on this for two hours on Tuesday" without having to clock in and out specific times. Useful for entering things retroactively, f

Re: [Orgmode] Moving an indent down

2007-06-21 Thread Carsten Dominik
Empty lines are considered belonging to the entry when doing structure editing. - Carsten On Jun 21, 2007, at 9:55, Cecil Westerhof wrote: When I have: ## *** something B *** something A ## and I give M-. I would expect: ## *** something A *** something B ## b

Re: [Orgmode] Org-mode 4.78

2007-06-21 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jun 20, 2007, at 10:52, Dmitri Minaev wrote: On 6/19/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: - Indenting lines with TAB is more intelligent. Yes, it works nice, thanks. But org-indent-line-function now indents headings just as if they were list elements

Re: [Orgmode] Org-mode 4.78

2007-06-21 Thread Carsten Dominik
On Jun 20, 2007, at 7:57, [EMAIL PROTECTED] wrote: #+BEGIN: clocktable :maxlevel 4 :emphasize nil :block lastweek ... the ":block lastweek" part doesn't really fit with clock entries like ** some entry CLOCK: => 2:00 since there isn't any date info in the clock entry. It appears that th

Re: [Orgmode] Re: Org-mode 4.78

2007-06-21 Thread Carsten Dominik
On Jun 19, 2007, at 20:45, Michael wrote: On 19 Jun 2007, Carsten Dominik wrote: - Time stamps with a time range *included*, like : <2007-06-18 Mon 17:33-18:23> Thanks. This works great. Can there be also a org-default-event-length (i.e., 1 hr) such that when the second time is not speci

Re: [Orgmode] iCal Import

2007-06-21 Thread Carsten Dominik
On Jun 19, 2007, at 19:26, Tim O'Callaghan wrote: HI, below is a bit of a hack i've come up with to attempt to read my google calendar into my org agenda. I originally started it using eldav, but i realised i don't have a webdav server to sync to. At the moment, It only works for entries that

Re: [Orgmode] problem with completed todo exporting (XEmacs)

2007-06-21 Thread Carsten Dominik
Both fixed, the second one was an XEmacs issue. Thanks! - Carsten On Jun 19, 2007, at 18:14, [EMAIL PROTECTED] wrote: Hi Carsten & All! I have a problem with the export of completed todo items. -- -- Oh, while trying to

Re: [Orgmode] strip date in agenda view

2007-06-21 Thread Carsten Dominik
On Jun 19, 2007, at 19:36, Daniel J. Sinder wrote: Carsten, I like this new syntax better too. I can't find it in the manual now, but I think the following syntax, which is nearly as simple, was supported (I use it regularly): *** Meeting 15:30-17:00 <2007-06-13 Wed> This is correct, but o

Re: [Orgmode] Strange problem with spreadsheet

2007-06-21 Thread Cecil Westerhof
Op do, 21-06-2007 te 10:32 +0200, schreef Cecil Westerhof: > I have the following tables: > |---| > | 22.50 | > | 16.50 | > |---| > | :=vsum(@[EMAIL PROTECTED]) | > |---| > #+TBLFM: @3$1=vsum(@[EMAIL PROTECTED]) > > |-

[Orgmode] Strange problem with spreadsheet

2007-06-21 Thread Cecil Westerhof
I have the following tables: |---| | 22.50 | | 16.50 | |---| | :=vsum(@[EMAIL PROTECTED]) | |---| #+TBLFM: @3$1=vsum(@[EMAIL PROTECTED]) || | 22.50 | | 16.50 | |---

[Orgmode] Moving an indent down

2007-06-21 Thread Cecil Westerhof
When I have: ## *** something B *** something A ## and I give M-. I would expect: ## *** something A *** something B ## but I get: ## *** something A *** something B ## Is this a bug, or is there a reason for this behaviour? -- Cecil Westerhof <