Re: [Orgmode] Bug on file publish

2008-10-27 Thread Carsten Dominik
Hi Sebastian and Richard, I just pushed what I think fixes this bug, please verify. Thanks. - Carsten On Oct 27, 2008, at 12:55 AM, Sebastian Rose wrote: Hi, I tried to use (file-locked-p f) in org-publish-base-files-1, but I couldn't get it to work. (file-locked-p "~/notes/index.org") ;;

Re: [Orgmode] possible bug in org-export (LaTeX), again

2008-10-27 Thread Rainer Thiel
2008/10/27 Manish <[EMAIL PROTECTED]>: > My apologies, Rainer. Something kept preventing the point about > folded heading from getting into my thick skull. [...] I can also reproduce > it. Thank you for confirming this. I tested it again and found it isn't the first section being folded either

Re: [Orgmode] org-cycle broken when cursor is at ellipses

2008-10-27 Thread Carsten Dominik
Hi Ben this is what I do not like about AquaEmacs, that it installs all kinds of defaults which you might not want. You can turn off saveplace with (setq-default save-place nil) You might still have to remove places.el. Or you can make sure that the cursor always starts out at the begi

Re: [Orgmode] org-cycle broken when cursor is at ellipses

2008-10-27 Thread Carsten Dominik
On Oct 26, 2008, at 10:31 PM, Cameron Horsburgh wrote: On Sun, Oct 26, 2008 at 07:49:46PM +, Ben Alexander wrote: So about this bug... I think I've figured out why I get this so often. I use Aquamacs on MacOS X, and it seems to store (in ~/Library/Preferences/Aquamacs Emacs/places.el) a

Re: [Orgmode] Property search using CLOSED?

2008-10-27 Thread Carsten Dominik
Hi Mike, in the latest git version, this should now work (untested, so please confirm). - Carsten On Oct 23, 2008, at 10:15 PM, Mike Buksas wrote: Hi all, Are property searches using the CLOSED attribute supported in the same way that ones using DEADLINE and SCHEDULED are? In my testing

[Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
Hi all - I'm looking into porting my planner/muse/gnus infrastructure to org. One indispensible bit of code in my current system writes a gnus message link in the current day's planner file every time I send a message from gnus. It uses Sacha Chua's sacha/planner-gnus-track-sent method here: htt

[Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
Has anybody done anything meaningful with timestamps in a table that is being org-plotted? I've got my X axis made up of a table column of org-mode timestamps and I'd like org-plot to send this data to gnuplot as time data (which gnuplot treats in specific ways). If nobody has done this, I'll try

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Sebastian Rose
Hi Bill, links are one of the great features of Org-mode. Basically, links are added in two ways: a) Remember templates (automatic): You're reading an email in Gnus or another emacs mail reader, and want to add a note somewhere. To do this, you set up (once) a so called 'remember templ

[Orgmode] Git recommendations

2008-10-27 Thread Richard Riley
I've just spent a short time giving the crash test dummy procedure to a few git interfaces for emacs. All have their benefits. A lot have their negatives, But my immediate favourite for anyone thinking of using emacs interface to git for org is the following: http://tsgates.cafe24.com/git/git-ema

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Sebastian Rose
Hi Bill, to add links to autgoing mails automatically, adding a link to such a mail once should be enough, to add the right funciton to your 'mail-send-hook' (?? don't no which hook really...) since it's just a question of the link format. If no one has done this until now, please share it here

Re: [Orgmode] org-plot and timestamps

2008-10-27 Thread Eric Schulte
Charles Sebold <[EMAIL PROTECTED]> writes: > Has anybody done anything meaningful with timestamps in a table that is > being org-plotted? I've got my X axis made up of a table column of > org-mode timestamps and I'd like org-plot to send this data to gnuplot > as time data (which gnuplot treats i

[Orgmode] Completed tasks/items - appointment removals

2008-10-27 Thread Richard Riley
I finally added a small emacs wiki entry for the gnome specific OSD early warning feature for upcoming appointments: http://www.emacswiki.org/emacs-en/OrgMode-OSD The one small issue is how best to immediately remove appointments/reminders which are marked as cancelled or done? ___

Re: [Orgmode] Property search using CLOSED?

2008-10-27 Thread Mike Buksas
Carsten, et al, I'll give this a try when I'm out from behind my corporate firewall. For reasons I cannot comprehend, repo.or.cz is being blocked. On that note, is there anyplace else I can clone org from? Thanks, Mike On Mon, Oct 27, 2008 at 5:30 AM, Carsten Dominik <[EMAIL PROTECTED]>wrote:

[Orgmode] Strange behavior of C-RET and C-S-RET

2008-10-27 Thread Sergey A.
Hello. Firstly, thanks for org-mode! This mode is awesome! I think I've found a bug (but this bug is of little importance). For example, I have the following folded headline: *[*]* Read books... where [] indicates where cursor is. In this case the cursor is over the second asterisk (this note

[Orgmode] Re: Git recommendations

2008-10-27 Thread Ross Patterson
Richard Riley <[EMAIL PROTECTED]> writes: > I've just spent a short time giving the crash test dummy procedure to a > few git interfaces for emacs. All have their benefits. A lot have their > negatives, But my immediate favourite for anyone thinking of using emacs > interface to git for org is the

Re: [Orgmode] Property search using CLOSED?

2008-10-27 Thread Manish
On Mon, Oct 27, 2008 at 10:15 PM, Mike Buksas wrote: > Carsten, et al, > > I'll give this a try when I'm out from behind my corporate firewall. For > reasons I cannot comprehend, repo.or.cz is being blocked. > > On that note, is there anyplace else I can clone org from? You can clone

[Orgmode] TODOs and checkboxes

2008-10-27 Thread Sebastian Rose
Empty lines between list items prevent the following items to count. Is this intended? The following Org-file demonstrates it: -->8--- snipp --->8 * TODO [1/3] List of TODOs (NOTE: 1/3) + [X] one + [ ] one + [ ] one * TODO [1/1] List of TODOs (NOTE: 1/1)

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Eric Schulte
Sebastian Rose <[EMAIL PROTECTED]> writes: > Hi Bill, > > > to add links to autgoing mails automatically, adding a link to such a > mail once should be enough, to add the right funciton to your > 'mail-send-hook' (?? don't no which hook really...) since it's just a > question of the link format. >

Re: [Orgmode] Re: Git recommendations

2008-10-27 Thread Richard Riley
Ross Patterson <[EMAIL PROTECTED]> writes: > Richard Riley <[EMAIL PROTECTED]> writes: > >> I've just spent a short time giving the crash test dummy procedure to a >> few git interfaces for emacs. All have their benefits. A lot have their >> negatives, But my immediate favourite for anyone thinki

[Orgmode] Re: Git recommendations

2008-10-27 Thread Ross Patterson
Richard Riley <[EMAIL PROTECTED]> writes: > Ross Patterson <[EMAIL PROTECTED]> writes: > >> Richard Riley <[EMAIL PROTECTED]> writes: >> >>> I've just spent a short time giving the crash test dummy procedure to a >>> few git interfaces for emacs. All have their benefits. A lot have their >>> negat

Re: [Orgmode] Property search using CLOSED?

2008-10-27 Thread Mike Buksas
Using http was my first thought too. However, the error message from git contains the proxy server's response, which says, in brief, "this site is blocked". I can't even browse the repository from here. This is probably an oversight, which can be fixed in time, and with paperwork. Thanks, Mike

Re: [Orgmode] Re: Git recommendations

2008-10-27 Thread Richard Riley
Ross Patterson <[EMAIL PROTECTED]> writes: > Richard Riley <[EMAIL PROTECTED]> writes: > >> Ross Patterson <[EMAIL PROTECTED]> writes: >> >>> Richard Riley <[EMAIL PROTECTED]> writes: >>> I've just spent a short time giving the crash test dummy procedure to a few git interfaces for emacs

Re: [Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
On 27 Oct 2008, Eric Schulte wrote: > Great idea, please do share if you get anything working. I second > that time data can be a pain in gnuplot, but then all the more reason > to add support to org-plot to avoid having to deal with gnuplot > directly. > > If you get something working with org-m

Re: [Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
On 27 Oct 2008, Charles Sebold wrote: > How's this for a first pass? Not a git user before I started with > org-mode so any pointers on how to generate these would be > appreciated. How embarrassing. This is the patch I meant to send: Changes in origin/HEAD Modified lisp/org-plot.el di

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
On Mon Oct 27 2008 at 10:01, Sebastian Rose <[EMAIL PROTECTED]> wrote: > Hi Bill, > > > to add links to autgoing mails automatically, adding a link to such a > mail once should be enough, to add the right funciton to your > 'mail-send-hook' (?? don't no which hook really...) since it's just a > qu

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
On Mon Oct 27 2008 at 13:11, "Eric Schulte" <[EMAIL PROTECTED]> wrote: > Sebastian Rose <[EMAIL PROTECTED]> writes: > >> Hi Bill, >> >> to add links to autgoing mails automatically, adding a link to such a >> mail once should be enough, to add the right funciton to your >> 'mail-send-hook' (?? don

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Chris McMahan
In the same area, has anyone had any experience with the VM links in org mode? I cannot get the link to take me to the specified message in vm. I could be way off base here, but what is preventing Org mode from just using the remember code from Planner. That seems to work out very well, and would

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Carsten Dominik
On Oct 27, 2008, at 10:17 PM, Bill White wrote: On Mon Oct 27 2008 at 13:11, "Eric Schulte" <[EMAIL PROTECTED]> wrote: Sebastian Rose <[EMAIL PROTECTED]> writes: Hi Bill, to add links to autgoing mails automatically, adding a link to such a mail once should be enough, to add the right

Re: [Orgmode] TODOs and checkboxes

2008-10-27 Thread Carsten Dominik
Hi Sebastian, I cannot reproduce this. - Carsten On Oct 27, 2008, at 8:12 PM, Sebastian Rose wrote: Empty lines between list items prevent the following items to count. Is this intended? The following Org-file demonstrates it: -->8--- snipp --->8 * TODO [1/3]

Re: [Orgmode] Strange behavior of C-RET and C-S-RET

2008-10-27 Thread Carsten Dominik
Hi, I cannot reproduce this problem. Can anyone else? - Carsten On Oct 27, 2008, at 6:50 PM, Sergey A. wrote: Hello. Firstly, thanks for org-mode! This mode is awesome! I think I've found a bug (but this bug is of little importance). For example, I have the following folded headline: *[*

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Richard Riley
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Oct 27, 2008, at 10:17 PM, Bill White wrote: > >> On Mon Oct 27 2008 at 13:11, "Eric Schulte" <[EMAIL PROTECTED]> >> wrote: >> >>> Sebastian Rose <[EMAIL PROTECTED]> writes: >>> Hi Bill, to add links to autgoing mails automatically, a

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
On Mon Oct 27 2008 at 16:35, Carsten Dominik <[EMAIL PROTECTED]> wrote: > On Oct 27, 2008, at 10:17 PM, Bill White wrote: > >> On Mon Oct 27 2008 at 13:11, "Eric Schulte" <[EMAIL PROTECTED]> >> wrote: >> >>> Sebastian Rose <[EMAIL PROTECTED]> writes: >>> Hi Bill, to add links to aut

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Carsten Dominik
On Oct 27, 2008, at 10:49 PM, Bill White wrote: On Mon Oct 27 2008 at 16:35, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Oct 27, 2008, at 10:17 PM, Bill White wrote: On Mon Oct 27 2008 at 13:11, "Eric Schulte" <[EMAIL PROTECTED]> wrote: Sebastian Rose <[EMAIL PROTECTED]> writes: Hi

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
On Mon Oct 27 2008 at 16:59, Carsten Dominik <[EMAIL PROTECTED]> wrote: > On Oct 27, 2008, at 10:49 PM, Bill White wrote: > >> On Mon Oct 27 2008 at 16:35, Carsten Dominik >> <[EMAIL PROTECTED]> wrote: >> >>> On Oct 27, 2008, at 10:17 PM, Bill White wrote: >>> On Mon Oct 27 2008 at 13:11, "Er

[Orgmode] Re: keeping track of sent emails in org?

2008-10-27 Thread Michael Ekstrand
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Oct 27, 2008, at 10:17 PM, Bill White wrote: >> On Mon Oct 27 2008 at 13:11, "Eric Schulte" <[EMAIL PROTECTED]> >> wrote: >>> It seems like this could get complicated as it depends on how/where >>> you store your sent messages. Also, it looks like o

Re: [Orgmode] possible bug in org-export (LaTeX), again

2008-10-27 Thread Hsiu-Khuern Tang
* On Sun 09:24PM +, 26 Oct 2008, Rainer Thiel ([EMAIL PROTECTED]) wrote: > 2008/10/26 Sebastian Rose <[EMAIL PROTECTED]>: > > I can reproduce thit here. Text is inserted into the LaTeX file > > (`C-c C-e l') or buffer (`C-c C-e L') > > twice. > > Thank you for confirming it, Sebastian. You ma

[Orgmode] Re: Strange behavior of C-RET and C-S-RET

2008-10-27 Thread Bernt Hansen
I can't reproduce this either. -Bernt Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi, > > I cannot reproduce this problem. Can anyone else? > > - Carsten > > On Oct 27, 2008, at 6:50 PM, Sergey A. wrote: > >> Hello. >> >> Firstly, thanks for org-mode! This mode is awesome! >> >> I think I've

[Orgmode] Re: keeping track of sent emails in org?

2008-10-27 Thread Michael Ekstrand
Michael Ekstrand <[EMAIL PROTECTED]> writes: > I have some code that does this in my Gnus configuration. It is only > known to work for NNML, however, and I believe it depends on the > ID-tracking support used to enable the fancy-split-with-parent feature. > It does, however, successfully find mes

Re: [Orgmode] TODOs and checkboxes

2008-10-27 Thread Manish
On Tue, Oct 28, 2008 at 12:42 AM, Sebastian Rose wrote: > > Empty lines between list items prevent the following items to count. > > Is this intended? > > The following Org-file demonstrates it: > > -->8--- snipp --->8 > > * TODO [1/3] List of TODOs