Re: [Orgmode] Re: iCal export - possible timezone bug

2009-05-17 Thread Richard Riley
Richard Riley rileyrg...@googlemail.com writes: Richard Riley rileyrg...@googlemail.com writes: Greg Newman g...@20seven.org writes: There is also an uploader in the Google Calendar settings. I believe the url is the best route though since it will (actually, must check that) re-read it.

[Orgmode] The patch (org-exp-blocks), the question and the bug

2009-05-17 Thread emacs-orgmode
Hello, I have created (in fact, I have copied and pasted with slights modifications) a function to use asymptote's code (http://asymptote.sourceforge.net) with the help of org-exp-blocks. Unfortunately, I am clueless about how to make a patch with git. So, with all my apologies, I will put it

Re: [Orgmode] cannot edit two source code examples simultaneously

2009-05-17 Thread Dan Davison
Following on from this, I'd like to suggest that, while it is being edited, the source code is removed from the org buffer, to avoid concurrency problems. I just had a go at that -- the patch below replaces the source code with a work-in-progress message that contains a link to the edit buffer.

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-17 Thread Eraldo Helal
I am having a similar problem as Marcelo... However, in order to keep the agenda flat I only want the parent PROJECT headline (the inner most) to be the prefix. In his example this would be the following: My-sub-sub-project *NEXT Call Liz RE: account creation * :@call:@work: The

Re: [Orgmode] ascii export of links to notes broken?

2009-05-17 Thread Carsten Dominik
On May 17, 2009, at 7:56 AM, Samuel Wales wrote: I just tried exporting to ascii using latest git. Links showed as just the labels. What is the value of `org-export-ascii-links-to-notes' ? Also, please pull again, there was a minor bug. - Carsten Thanks. -- Myalgic encephalomyelitis

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-17 Thread Matthew Lundin
Eraldo Helal ad...@eraldo.at writes: I am having a similar problem as Marcelo... However, in order to keep the agenda flat I only want the parent PROJECT headline (the inner most) to be the prefix. In his example this would be the following: My-sub-sub-project NEXT Call Liz RE: account

Re: [Orgmode] ascii export of links to notes broken?

2009-05-17 Thread Samuel Wales
Hi Carsten, On Sun, May 17, 2009 at 14:24, Carsten Dominik carsten.domi...@gmail.com wrote: What is the value of `org-export-ascii-links-to-notes' ? t Also, please pull again, there was a minor bug. Didn't fix it. Thanks. -- Myalgic encephalomyelitis denialism is causing death and severe

Re: [Orgmode] Re: Organize Your Life In Plain Text!

2009-05-17 Thread Eric Schulte
Ian Barton li...@manor-farm.org writes: Hi Eric, It was in the rake themes:default step. I got an error message about a missing command, which I think was sass. I'll uninstall surfar and try to get an accurate error message later today. Hi Ian, The issue here is that ruby couldn't find

Re: [Orgmode] ascii export of links to notes broken?

2009-05-17 Thread Carsten Dominik
Please make an example file - Carsten On May 17, 2009, at 11:43 PM, Samuel Wales wrote: Hi Carsten, On Sun, May 17, 2009 at 14:24, Carsten Dominik carsten.domi...@gmail.com wrote: What is the value of `org-export-ascii-links-to-notes' ? t Also, please pull again, there was a minor

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-17 Thread Eraldo Helal
On Sun, May 17, 2009 at 23:25, Matthew Lundin m...@imapmail.org wrote: Why not use categories for this? You could define a category for each project: --8---cut here---start-8--- ** Some Project :PROPERTIES: :CATEGORY: special project :END: ***

[Orgmode] exporting splits window

2009-05-17 Thread Samuel Wales
c-c c-e A with pop-up-windows set to nil splits the window and puts the export buffer in both windows. For people who set the variable to nil, the expected behavior would be to not split the window at all. Any way to fix? Thanks. -- Myalgic encephalomyelitis denialism is causing death and

Re: [Orgmode] The patch (org-exp-blocks), the question and the bug

2009-05-17 Thread Eric Schulte
emacs-orgmode@gnu.org writes: Hello, I have created (in fact, I have copied and pasted with slights modifications) a function to use asymptote's code (http://asymptote.sourceforge.net) with the help of org-exp-blocks. Unfortunately, I am clueless about how to make a patch with git. So,

Re: [Orgmode] The patch (org-exp-blocks), the question and the bug

2009-05-17 Thread Eric Schulte
Hi, I've added an asymptote section to the org-exp-blocks page [1] which should be published to worg within the next hour or so. This section would benefit from an example asymptote block, which I am unable to provide. Thanks -- Eric [1] http://orgmode.org/worg/org-contrib/org-exp-blocks.php

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-17 Thread Matthew Lundin
Eraldo Helal ad...@eraldo.at writes: On Sun, May 17, 2009 at 23:25, Matthew Lundin m...@imapmail.org wrote: Why not use categories for this? You could define a category for each project: --8---cut here---start-8--- ** Some

Re: [Orgmode] cannot edit two source code examples simultaneously

2009-05-17 Thread Taru Karttunen
Excerpts from Dan Davison's message of Sun May 17 20:28:01 +0300 2009: Following on from this, I'd like to suggest that, while it is being edited, the source code is removed from the org buffer, to avoid concurrency problems. I just had a go at that -- the patch below replaces the source code