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

2009-05-17 Thread Taru Karttunen
Excerpts from Dan Davison's message of Mon May 18 09:07:11 +0300 2009: > I think it's more complicated than that: source code loss is also the > motivation for doing something like this. If you are editing the code in > the *Org Edit Src* buffer, and get distracted, you may return to the org > buff

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

2009-05-17 Thread Dan Davison
Taru Karttunen writes: > 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

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

2009-05-17 Thread Ian Barton
Hi Eric, Thanks for the help. 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 the sass executable o

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 co

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-17 Thread Matthew Lundin
Eraldo Helal writes: > On Sun, May 17, 2009 at 23:25, Matthew Lundin wrote: > > Why not use categories for this? You could define a category for > each > project: > > --8<---cut here---start->8--- > ** Some Project >   :PROPERTIES:

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] 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,

[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 seve

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

2009-05-17 Thread Samuel Wales
The bug occurs when the region is active. It does not occur when I have a file dedicated to the subtree, mark a region, but don't have an active region (transient-mark-mode is off). When I do the latter but it is part of a larger file there is a wrong type argument error. *** [[http://google.co

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-17 Thread Eraldo Helal
On Sun, May 17, 2009 at 23:25, Matthew Lundin 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: > *** TODO Test

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 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. Tha

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

2009-05-17 Thread Eric Schulte
Ian Barton 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 the sass execut

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 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 suffering worse than M

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-17 Thread Matthew Lundin
Eraldo Helal 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 creation      

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 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 probl

[Orgmode] Possible?

2009-05-17 Thread Tennis Smith
Hi, I'm a newbie user of org-mode, and it looks very promising. However, there are several key combinations that I have to change if I'm going to use it. I use the combinations C-tab for iswitchb, and I use C-c for CUA "copy". Org-mode re-maps these key combos, and I've been unable to stop that

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. Th

[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 here

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

2009-05-17 Thread Richard Riley
Richard Riley writes: > Richard Riley writes: > >> Greg Newman 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. >> > > Well, surprisingly, it does NOT automaticall