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

2010-06-03 Thread Tassilo Horn
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-mode mailing list. -

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

2010-06-03 Thread Carsten Dominik
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 runs into it. If you have org-pretty-entities set to t, org-mode does a lovely job of

[Orgmode] Toggle a repeating task in DONE state

2010-06-03 Thread Tom
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-repeated task, because there I

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

2010-06-03 Thread Carsten Dominik
On Jun 4, 2010, at 12:29 AM, Štěpán Němec wrote: On Thu, Jun 03, 2010 at 06:09:53PM -0400, Bernt Hansen wrote: Ehrm... do you really want to replace `string-match', too? Yes ... because it originally was a string-match-p that Carsten converted to string-match since Emacs 22 doesn't have a st

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

2010-06-03 Thread Štěpán Němec
On Thu, Jun 03, 2010 at 06:09:53PM -0400, Bernt Hansen wrote: > > Ehrm... do you really want to replace `string-match', too? > > Yes ... because it originally was a string-match-p that Carsten > converted to string-match since Emacs 22 doesn't have a string-match-p > during an earlier bug report

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

2010-06-03 Thread Bernt Hansen
Štěpán Němec writes: > Hello, > > sorry for being difficult again ;-) > > > Bernt Hansen writes: > > [snip] > >> - (string-match "^//" str)) >> + (org-string-match-p "^//" str)) > > Ehrm... do you really want to replace `string-match', too? Yes ... because i

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

2010-06-03 Thread Štěpán Němec
Hello, sorry for being difficult again ;-) Bernt Hansen writes: [snip] > -(string-match "^//" str)) > +(org-string-match-p "^//" str)) Ehrm... do you really want to replace `string-match', too? [snip] Štěpán __

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

2010-06-03 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: skip entry with inherited tags

2010-06-03 Thread Martin Pohlack
Hi All, I finally found some hours to walk through the code. On 18.05.2010 19:25, Matt Lundin wrote: > Martin Pohlack writes: > >> Hi, >> >> On 18.05.2010 09:42, Matthias Teege wrote: >>> Moin, >>> >>> I'm using a simple skip-function to exclude todos from a list. >>> >>> (defun my-skip-someday

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

2010-06-03 Thread Eric Schulte
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 EMACS_23_2 in the git repository). I haven't tried to go

Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-06-03 Thread Daniel Hackney
Carsten Dominik wrote: > I have applied your patch thanks. > > This is a the limit of what I can take without you signing the FSF > papers. Would you consider signing them? Just to let you know that I signed the FSF papers and it all went through, so I am clear for code assignment stuff. Yeah, I

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

2010-06-03 Thread Dietmar Winkler
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. MobileOrg will then use > webdav. Ah I see! > Note

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

2010-06-03 Thread Bernt Hansen
* 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't have string-match-p * lisp/org-html.el (org-html-make-link): Use new org-string

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

2010-06-03 Thread Carsten Dominik
On Jun 3, 2010, at 10:44 AM, Dietmar Winkler wrote: Carsten, I would if I would know the answer to my problem ;). Once I'm figuring out how to get tramp to connect to webdav resources I'm more than happy to write about it. BTW. the documentation is a bit misleading here : 8<- If Em

Re: [Orgmode] [PATCH] Emacs 22 support

2010-06-03 Thread Bernt Hansen
Carsten Dominik writes: > can you pease rewrite the patch one more time, using the new org- > string-match-p function? > > Thanks. Absolutely :) I'll send it today. Regards, Bernt ___ Emacs-orgmode mailing list Please use `Reply All' to send replie

Re: [Orgmode] Why I can't publish my project under Windows?

2010-06-03 Thread Giovanni Ridolfi
Water Lin writes: > I can publish my org projects under Ubuntu but I can't publish it under > Windows. All settings are the same especially the home directory. I have > set the home path for different platform. > > While I publish my org project under Windows, Emacs reminds me > following 1. Whi

Re: [Orgmode] Why I can't publish my project under Windows?

2010-06-03 Thread Carsten Dominik
Hi Walter, you are not using the most recent version of Org-mode. "touch" was needed earlier, but if you get the latest version from git, it is no longer necessary. The .timestamps directory is used to record information about files already published. HTH - Carsten On Jun 3, 2010, at

Re: [Orgmode] Possible html publish inline image bug

2010-06-03 Thread Birch Browning
Yep, that's got it. Thanks to both of you for fixing this bug. And, thanks for all the great work on org-mode. It's really improved my efficiency and effectiveness at getting things done. B On Thu, Jun 3, 2010 at 4:28 AM, Carsten Dominik wrote: > Hi Birch, > > this problem should be fixed now,

Re: [Orgmode] Meta-grouping properties?

2010-06-03 Thread Juri Krivov
Hello Sven, On Wed, Jun 2, 2010 at 11:40 AM, Sven Bretfeld wrote: > Hi all > > Is it possible to define meta-groups for certain properties? For > example: > > * TODO Some Task > :PROPERTIES: > :dowith: PR-Group > :END: > * TODO Another Task > :PROPERTIES: > :dowith: John > :END: > * TO

[Orgmode] Why I can't publish my project under Windows?

2010-06-03 Thread Water Lin
I can publish my org projects under Ubuntu but I can't publish it under Windows. All settings are the same especially the home directory. I have set the home path for different platform. While I publish my org project under Windows, Emacs reminds me following errors: == De

Re: [Orgmode] feature request: C-k safety

2010-06-03 Thread Juri Krivov
On Thu, Jun 3, 2010 at 12:19 AM, Carsten Dominik wrote: > Hi Scott, > > OK, I am giving you a variable org-ctrl-k-protect-subtree to get this > protection, either with a query or by throwing an error. > > But: my prediction is that you will set this variable to nil again soon :D > LoL! Actually,

Re: [Orgmode] Something ate my timestamps

2010-06-03 Thread Uwe Schuerkamp
On 3 June 2010 12:54, Giovanni Ridolfi wrote: > Carsten Dominik writes: >> On Jun 3, 2010, at 12:05 PM, Uwe Schuerkamp wrote: > >>> A simple test confirms the problem with a very simple agenda file for >>> a new user: >>> >>> * TODO fix empty agenda >>>  SCHEDULED:  <2010-06-02 Do> >>> >>> and th

Re: [Orgmode] Something ate my timestamps

2010-06-03 Thread Giovanni Ridolfi
Carsten Dominik writes: > On Jun 3, 2010, at 12:05 PM, Uwe Schuerkamp wrote: >> A simple test confirms the problem with a very simple agenda file for >> a new user: >> >> * TODO fix empty agenda >> SCHEDULED: <2010-06-02 Do> >> >> and the agenda remains empty for that date. >> >> Also, the agen

Re: [Orgmode] GitHub

2010-06-03 Thread Ian Barton
On 02/06/10 20:46, Daniel Martins wrote: Maybe this is a silly question but Is it possible to use UbuntuOne as an alternative to DropBox? https://one.ubuntu.com Not silly at all. Yes you can. There a couple of differences: Ubuntu One handles symlinks differently to Dropbox. Ubuntu One is not

Re: [Orgmode] Something ate my timestamps

2010-06-03 Thread Carsten Dominik
Hi Uwe, this works without problem for me. What is the value of org-agenda-files? - Carsten On Jun 3, 2010, at 12:05 PM, Uwe Schuerkamp wrote: Hi folks, I'm a relatively new org-mode user, but have been an avid emacs user since the late 80s. I recently updated to ubuntu 10.04 and installed

[Orgmode] Something ate my timestamps

2010-06-03 Thread Uwe Schuerkamp
Hi folks, I'm a relatively new org-mode user, but have been an avid emacs user since the late 80s. I recently updated to ubuntu 10.04 and installed the debian archive of version 6.36c, only to find my previously filled agenda empty in emacs23. A simple test confirms the problem with a very simple

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

2010-06-03 Thread Dietmar Winkler
Carsten, I would if I would know the answer to my problem ;). Once I'm figuring out how to get tramp to connect to webdav resources I'm more than happy to write about it. BTW. the documentation is a bit misleading here : 8<- If Emacs can directly write to the WebDAV directory1 accessed by

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

2010-06-03 Thread Carsten Dominik
Hi Eric, have you been able to get past this issue? - Carsten On May 17, 2010, at 5:01 PM, Eric Schulte wrote: So looking into this slightly deeper, I do have org-pretty-entities set to t in my config. Toggling entities display with C-c C-x \ has no effect. The value of org-highlight-latex

Re: [Orgmode] [PATCH] Emacs 22 support

2010-06-03 Thread Carsten Dominik
Hi Bernt, can you pease rewrite the patch one more time, using the new org- string-match-p function? Thanks. - Carsten On Jun 2, 2010, at 1:47 PM, Bernt Hansen wrote: * contrib/lisp/org-special-blocks.el (org-special-blocks-make- special-cookies): Emacs 22 doesn't have string-match-p ---

Re: [Orgmode] Possible html publish inline image bug

2010-06-03 Thread Carsten Dominik
Hi Birch, this problem should be fixed now, thanks to Tom for acting so quickly. Please pull and try, and report back! - Carsten On Jun 2, 2010, at 3:01 AM, Birch Browning wrote: Dear all, I used to be able to do this: [[file:myfile.pdf][file:myfile.jpg]] to show an image on the html page

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

2010-06-03 Thread Carsten Dominik
Hi Dietmar, this may be worth a FAQ entry. Can I convince you to write one. I am sure there are other webdav issues that could be added to this. The FAQ has now a new section about MobileOrg... - Carsten On Jun 3, 2010, at 10:17 AM, Dietmar Winkler wrote: Dietmar Winkler gmx.de> writes

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

2010-06-03 Thread Dietmar Winkler
Dietmar Winkler gmx.de> writes: > Investigating further showed that tramp seems to not call the correct > org-mobile-directory > > e.g., '(org-mobile-directory "/davs:123456 mediacenter.gmx.net") > > but actually > > Tramp: Sending command `ssh davs -q -e none && exit || exit' OK I found t

[Orgmode] Setting total effort of a task vs. the daily effort

2010-06-03 Thread Mats Kindahl
Hi all, I've just recently started using org-mode (but I've been using Emacs for a very long time) and find it very useful for planning the daily work. Quite often I have tasks that are more than a day, and I want to plan the total effort for the task and still plan for how many hours I want to w