Re: [Orgmode] entity font-locking problem when inserting text in middle of buffer

2010-06-04 Thread Eric S Fraga
On Fri, 4 Jun 2010 08:34:05 +0200, Carsten Dominik wrote: > > Hi Eric, > > On Jun 3, 2010, at 9:23 PM, Eric S Fraga wrote: > > > Hello, > > > > I don't think this is something that can be fixed but it has been > > driving me crazy so I thought I'd email to point it out in case > > anybody else

[Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-04 Thread Noorul Islam K M
Daniel E. Doherty writes: > All, > > In playing around with the date prompt (C-.), I ran across the following > puzzling behavior from rather simple inputs. > > I entered the following on June 1, 2010. Here is a date entered as > "3/15": <2011-03-15 Tue>. It interpreted it as the upcoming March

[Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-04 Thread Noorul Islam K M
Noorul Islam K M writes: > Daniel E. Doherty writes: > >> All, >> >> In playing around with the date prompt (C-.), I ran across the following >> puzzling behavior from rather simple inputs. >> >> I entered the following on June 1, 2010. Here is a date entered as >> "3/15": <2011-03-15 Tue>. It

Re: [Orgmode] Pretty org-entities in org-mode buffers

2010-06-04 Thread Carsten Dominik
On Jun 3, 2010, at 7:51 PM, Eric Schulte wrote: Hi Carsten, This appears to be an issue in the HEAD (as of two weeks ago) of the Emacs git repository. I was able to get around this issue (and a couple of other font-lock related issues) by stepping back to an older version of Emacs (tag E

[Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-04 Thread Mikael Fornius
I do not know what version your info reference is but my latest git-versions info page documents the usage of 2/5 date format. (info "(org) The date/time prompt") Then the info page is wrong and the docstring to `org-read-date' states: "The prompt will suggest to enter an ISO date, but you can

[Orgmode] Fontify whole heading line

2010-06-04 Thread Sébastien Vauban
Hi, I've set: --8<---cut here---start->8--- (setq org-fontify-whole-heading-line t) --8<---cut here---end--->8--- and would like to have the `org-level-1' underlined. To do so, in my `color-theme.el': --8<---cut

Re: [Orgmode] Re: Ignoring non-existent agenda files

2010-06-04 Thread Carsten Dominik
On May 24, 2010, at 2:34 PM, Clifford Caoile wrote: Hello emacs-orgmode mailing list: I too would like the ability for org-mode to ignore (silently) non-existent agenda files. This has been discussed before on the mailing list [1]. And it has been implemented since then: (setq org-agenda-sk

Re: [Orgmode] Bug: iCalendar export creates VTODO *and* VEVENT for TODO entries with timestamp [6.36trans (release_6.36.158.g1378)]

2010-06-04 Thread Carsten Dominik
On Jun 4, 2010, at 8:44 AM, Tassilo Horn wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mo

Re: [Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-04 Thread Carsten Dominik
On Jun 4, 2010, at 11:39 AM, Mikael Fornius wrote: I do not know what version your info reference is but my latest git-versions info page documents the usage of 2/5 date format. Indeed. This was a but in the special regexp looking for american-style dates - I had the parts for day and month

Re: [Orgmode] Re: skip entry with inherited tags

2010-06-04 Thread Carsten Dominik
Hi Martin, maybe you can summarize this discussion so that I can see when should be done? Thanks. - Carsten On Jun 3, 2010, at 11:44 PM, Martin Pohlack wrote: Hi All, I finally found some hours to walk through the code. On 18.05.2010 19:25, Matt Lundin wrote: Martin Pohlack writes:

Re: [Orgmode] pretty export of tags

2010-06-04 Thread Carsten Dominik
On May 31, 2010, at 6:28 PM, Scot Becker wrote: On Mon, May 31, 2010 at 3:56 PM, David Bremner wrote: I would like some more control over how tags are exported to PDF. I tried both latex and docbook based methods, and as far as I can tell, in both cases the treatment is hard-coded (at leas

[Orgmode] Re: [PATCH] only display a scheduled item if it is due today or in the past

2010-06-04 Thread Carsten Dominik
Hi, can someone please summarize what the status of this discussion is? I have lost track Thanks! - Carsten On May 22, 2010, at 4:09 PM, Nathaniel Flath wrote: Yes, this patch is primarily for weekly agendas - it changes when items are displayed to be the same as having a style of 'hab

Re: [Orgmode] Re: Problem with pushing to webdav server [6.35g]

2010-06-04 Thread Carsten Dominik
On Jun 3, 2010, at 3:00 PM, Dietmar Winkler wrote: Den 03. juni 2010 14:50, skrev Carsten Dominik: The idea here is that you might be able to connect to the server in two different ways, webdav and scp. Emacs can then use scp, so that you do not have to mount the server on your computer.

[Orgmode] Re: Toggle a repeating task in DONE state

2010-06-04 Thread Bernt Hansen
Tom writes: > When in the agenda I sometimes accidentaly press 't' again on a > repeating task which is already in DONE state. This makes the > task to skip yet another repetition and set the date to the next > available date. > > Is this 'feature' actually useful? It makes sense for a > non-repe

Re: [Orgmode] Bug: iCalendar export creates VTODO *and* VEVENT for TODO entries with timestamp [6.36trans (release_6.36.158.g1378)]

2010-06-04 Thread Tassilo Horn
On Friday 04 June 2010 13:28:02 Carsten Dominik wrote: Hi Carsten, > > But there's one thing which might be a bug. I have this TODO entry: > > > > *** TODO Einteilung für Nacht der Informatik machen > ><2010-06-08 Tue> > > Hi Tassilo, before looking deeper: Why don't you schedule > the it

Re: [Orgmode] Re: skip entry with inherited tags

2010-06-04 Thread Martin Pohlack
On 04.06.2010 13:27, Carsten Dominik wrote: Hi Martin, maybe you can summarize this discussion so that I can see when should be done? Thanks. * org-agenda-filter-preset is ignored for multi-part agendas (broken) * I have a patch that fixes this by applying filtering for each sub-part * The pa

Re: [Orgmode] Bug: iCalendar export creates VTODO *and* VEVENT for TODO entries with timestamp [6.36trans (release_6.36.158.g1378)]

2010-06-04 Thread Carsten Dominik
On Jun 4, 2010, at 2:10 PM, Tassilo Horn wrote: On Friday 04 June 2010 13:28:02 Carsten Dominik wrote: Hi Carsten, But there's one thing which might be a bug. I have this TODO entry: *** TODO Einteilung für Nacht der Informatik machen <2010-06-08 Tue> Hi Tassilo, before looking deeper

Re: [Orgmode] Bug: iCalendar export creates VTODO *and* VEVENT for TODO entries with timestamp [6.36trans (release_6.36.158.g1378)]

2010-06-04 Thread Tassilo Horn
> > It seems org behaves correctly, and there's only an issue with > > KOrganizer. So I'll knock on their doors. ;-) > > Great. Haha, that sounds kinda maliciously. ;-) > Another option would be of course a deadline with 0 warning days in > there. This would show up as a due date. Yes, but o

[Orgmode] Re: [PATCH] only display a scheduled item if it is due today or in the past

2010-06-04 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > can someone please summarize what the status of this discussion is? > > I have lost track As I understand it, the proposed patch hides items scheduled in the future in the weekly agenda. E.g., if it is Monday, tasks scheduled for Friday with a "STYLE=hi

Re: [Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-04 Thread Daniel E . Doherty
Carsten, Thanks for the fix. All, thanks for the follow-up. Regards, Dan > Carsten Dominik writes: > On Jun 4, 2010, at 11:39 AM, Mikael Fornius wrote: >> >> I do not know what version your info reference is but my latest >> git-versions info page documents the usage o

Re: [Orgmode] [babel][PATCH] org-babel-asymptote now handles variables.

2010-06-04 Thread Eric Schulte
Hi Nicolas, Nicolas Goaziou writes: >> Eric Schulte writes: > >> This patch looks great! > > Thank you. > I just applied this patch. Thanks again for the contribution. > >> Thanks for the contribution. However before I apply this patch, can >> I ask, have you signed the FSF papers. > > It

Re: [Orgmode] Re: Ignoring non-existent agenda files

2010-06-04 Thread Clifford Caoile
On Fri, Jun 4, 2010 at 19:52, Carsten Dominik wrote: > > On May 24, 2010, at 2:34 PM, Clifford Caoile wrote: > >> Hello emacs-orgmode mailing list: >> >> I too would like the ability for org-mode to ignore (silently) >> non-existent agenda files. This has been discussed before on the >> mailing li

[Orgmode] MobileOrg - no TODO state

2010-06-04 Thread Jai Jeffryes
I push my org file to a WebDav directory. I sync MobileOrg on my iPod Touch. I see all of the Outline data. However, MobileOrg thinks none of the items have a TODO state. If I try to update the TODO state, the only choice MobileOrg displays is DONEARCHIVE. The Org Manual says you should

[Orgmode] automatic line wrap

2010-06-04 Thread Ivanov Dmitry
How can I set the org-mode to automatically wrap the long lines, so they would fit the window size, as it is done in the fundamental mode? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://l

Re: [Orgmode] [babel] writing my .Rprofile in orgmode, issue with emacsclient

2010-06-04 Thread Eric Schulte
Hi Erik, This is an interesting problem. The simplest setup I was able to use to reproduce the issue was the following org-mode file, * babel call test Test calling Emacs from within a babel code block. #+begin_src sh :results output ./babel-call-test.sh #+end_src which calls the following s

[Orgmode] mailto:a...@xyz.org

2010-06-04 Thread Henri-Paul Indiogine
Greetings! Thanks first of all to all the contributors to org-mode. I suppose that it is possible to set up org-mode so that if I click or press C-c C-o on a "mailto:a...@xyz.org"; a gnus compose window will be created. I tried finding how to do so using Google, but could not find it. This the

Re: [Orgmode] [PATCH] Emacs 22 support - use org-string-match-p

2010-06-04 Thread Carsten Dominik
Applied, thanks. - Carsten On Jun 3, 2010, at 3:10 PM, Bernt Hansen wrote: * contrib/lisp/org-special-blocks.el (org-special-blocks-make- special-cookies): Emacs 22 doesn't have string-match-p * lisp/org-freemind.el (org-freemind-write-mm-buffer): (org-freemind-get-node-style): Emacs 22 doesn

[Orgmode] clocktable and :tags

2010-06-04 Thread Kristofer Bergstrom
I am trying to use the clocktable dynamic block to generate monthly time reports for my work on a particular project. I would like to have a tally of how much time I spent on tasks labelled with the ":ON:ADMIN:" tag. Looking at a post by Adam Elliott from when the clocktable block was implemented

Re: [Orgmode] Pretty org-entities in org-mode buffers

2010-06-04 Thread Eric Schulte
Hi Carsten, Carsten Dominik writes: > On Jun 3, 2010, at 7:51 PM, Eric Schulte wrote: > >> Hi Carsten, >> >> This appears to be an issue in the HEAD (as of two weeks ago) of the >> Emacs git repository. I was able to get around this issue (and a >> couple of other font-lock related issues) by s

Re: [Orgmode] automatic line wrap

2010-06-04 Thread Sebastian Rose
Ivanov Dmitry writes: > How can I set the org-mode to automatically wrap the long lines, so they > would fit the window size, as it is done in the fundamental mode? Yeesss, wrapping lines is a good idea - in emails too!!! ;) binHeVRgbKfwu.bin Description: application/emacs-lisp For me, t

Re: [Orgmode] mailto:a...@xyz.org

2010-06-04 Thread Sebastian Rose
Henri-Paul Indiogine writes: > Greetings! > > Thanks first of all to all the contributors to org-mode. > > I suppose that it is possible to set up org-mode so that if I click or > press C-c C-o on a "mailto:a...@xyz.org"; a gnus compose window will be > created. Yes. > created. I tried findin

Re: [Orgmode] clocktable and :tags

2010-06-04 Thread Sebastian Rose
Kristofer Bergstrom writes: > I am trying to use the clocktable dynamic block to generate monthly > time reports for my work on a particular project. I would like to > have a tally of how much time I spent on tasks labelled with the > ":ON:ADMIN:" tag. Looking at a post by Adam Elliott from when

Re: [Orgmode] clocktable and :tags

2010-06-04 Thread Kristofer Bergstrom
Thank you very much for the input, Sebastian. I tried without the dash (and typed C-c C-x C-r to update the table) but the table still includes items not tagged ON or ADMIN, as shown below. I've tried with and without colons, with and without the quotes, and have tried other tags. I've also trie

Re: [Orgmode] clocktable and :tags

2010-06-04 Thread Sebastian Rose
Kristofer Bergstrom writes: > Thank you very much for the input, Sebastian. I tried without the > dash (and typed C-c C-x C-r to update the table) but the table still > includes items not tagged ON or ADMIN, as shown below. Use this line: > #+BEGIN: clocktable :tags "ON ADMIN" :block thismonth

Re: [Orgmode] mailto:a...@xyz.org

2010-06-04 Thread Henri-Paul Indiogine
Hi Sebastian! 2010/6/4 Sebastian Rose : > M-x customize-variable RET org-link-mailto-program RET > > and set it to > >     `compose-mail' Actually, this variable was set to compose-mail. This will give me that error message. -- Henri-Paul Indiogine Curriculum & Instruction Texas A&M Univer

Re: [Orgmode] mailto:a...@xyz.org

2010-06-04 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Hi Sebastian! > > 2010/6/4 Sebastian Rose : > > M-x customize-variable RET org-link-mailto-program RET > > > > and set it to > > > >     `compose-mail' > > Actually, this variable was set to compose-mail. This will give me > that error message. > > Try

Re: [Orgmode] mailto:a...@xyz.org

2010-06-04 Thread Henri-Paul Indiogine
Hi Nick & Sebastian! Nick Dokos writes: > (setq org-link-mailto-program '(compose-mail "%a" "%s")) Thanks, this works. However, probably because I use the latest Ubuntu Emacs snapshot (v. 24.0.50.1) it gives me a message that now the default is message-mail. So, using message-mail inst

Re: [Orgmode] mailto:a...@xyz.org

2010-06-04 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Hi Nick & Sebastian! > > Nick Dokos writes: > > (setq org-link-mailto-program '(compose-mail "%a" "%s")) > > Thanks, this works. However, probably because I use the latest Ubuntu > Emacs snapshot (v. 24.0.50.1) it gives me a message that now the default >