Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Carsten Dominik
On Apr 17, 2009, at 12:37 AM, Sebastian Rose wrote: Carsten Dominik writes: On Apr 16, 2009, at 10:50 PM, Sebastian Rose wrote: Carsten Dominik writes: Hi Sebastian, On Apr 16, 2009, at 3:14 PM, Sebastian Rose wrote: Hm - counter arguments? The only counter argument is, that hand made

[Orgmode] BUG-ditaa export skips drawings

2009-04-16 Thread Bernt Hansen
Hi, I've run into what I think is a ditaa export bug. The following file doesn't export the first ditaa figure, only the last. Here's my test file: x.org --8<---cut here---start->8--- #+STARTUP: * One Here we go! #+begin_src lisp (foo) #+end_src lisp #+begi

Re: [Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread Sebastian Rose
Just installed emacs22 and I see, it's not that easy. The client argument has the wrong type or something when emacs22. So I'll have to investigate some more... Best, Sebastian Sebastian Rose writes: > Hi John, > > > The appended patch should do. > > > I found, that here (emacs 23) it wor

Re: [Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread Sebastian Rose
Hi John, The appended patch should do. I found, that here (emacs 23) it works, if I replace `server-delete-client' with `server-sentinel' In emacs23, `server-sentinel' calls `server-delete-client'. I found `server-sentinel' in emacs22 (lisp/server.el) and it seems to do what we need

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Sebastian Rose
Carsten Dominik writes: > On Apr 16, 2009, at 10:50 PM, Sebastian Rose wrote: > >> Carsten Dominik writes: >>> Hi Sebastian, >>> >>> On Apr 16, 2009, at 3:14 PM, Sebastian Rose wrote: >>> Hm - counter arguments? The only counter argument is, that hand made IDs for links are prone t

[Orgmode] Re: org-refile-targets multiple conditions

2009-04-16 Thread Samuel Wales
Apologies for the triple post. Gmail told me, twice, that the message was not sent. -- Myalgic encephalomyelitis denialism is causing death and severe suffering worse than MS. Greed is corrupting science into foul nonsense. Anybody can get the disease at any time permanently. Do science and j

[Orgmode] org-refile-targets multiple conditions

2009-04-16 Thread Samuel Wales
I want to eliminate DONE and similar states from the list of refile targets. The benefits would be: 1) The set of candidates is reduced, requiring fewer keystrokes to select a target. 2) The possibility of misfiling into a task that will be archived is reduced. 3) The list length

[Orgmode] org-refile-targets

2009-04-16 Thread Samuel Wales
I never want to refile to a task that has certain todo kw. These include DONE and other doneish kw. Eliminating these states from the list of refile targets would have several advantages: 1) The set of candidates is reduced, requiring fewer keystrokes to select a target. 2) The possibili

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Carsten Dominik
On Apr 16, 2009, at 10:50 PM, Sebastian Rose wrote: Carsten Dominik writes: Hi Sebastian, On Apr 16, 2009, at 3:14 PM, Sebastian Rose wrote: Hm - counter arguments? The only counter argument is, that hand made IDs for links are prone to error. But that risk should be up to the user.

[Orgmode] org-refile-targets

2009-04-16 Thread Samuel Wales
I never want to refile to a task that has certain todo kw. These include DONE and other doneish kw. Eliminating these states from the list of refile targets would have several advantages: 1) The set of candidates is reduced, requiring fewer keystrokes to select a target. 2) The possibili

Re: [Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread Sebastian Rose
Hi John, looks like I have to install emacs22 too - it's the current stable... I wonder which function will delete the client in emacs-22. Does anyone here know? I will take a look in emacs 22 and be back. Sebastian John Rakestraw writes: > Hi -- > > I'm a simple guy, not a coder, and

Re: [Orgmode] Re: Agenda clock report - adding new columns

2009-04-16 Thread Bernt Hansen
Carsten Dominik writes: > On Apr 16, 2009, at 8:05 PM, Bernt Hansen wrote: > >> David Bremner writes: >> >>> There is the possibility of :formula parameter for clocktable's, >>> which >>> can be added to the agenda clocktable with >>> org-agenda-clockreport-parameter-plist. >> >> Cool - I've nev

Re: [Orgmode] Re: markup in environments in latex export

2009-04-16 Thread Carsten Dominik
Hi Chris, no, this is really by design the way it is. Org-mode has its own markup. As a bonus to people used to LaTeX, it allows certain LaTeX constructs to be intermingled into the file. For LaTeX export, it will export these *literally*, the entire construct. For HTML export, you can arrange

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > On Apr 16, 2009, at 3:14 PM, Sebastian Rose wrote: > >> Hm - counter arguments? >> >> The only counter argument is, that hand made IDs for links are prone to >> error. But that risk should be up to the user. > > Yes. and during the export, I can actuall

Re: [Orgmode] Re: Agenda clock report - adding new columns

2009-04-16 Thread Carsten Dominik
On Apr 16, 2009, at 8:05 PM, Bernt Hansen wrote: David Bremner writes: At Thu, 16 Apr 2009 13:02:03 -0400, Bernt Hansen wrote: I just added [MAX xxx] and [MIN yyy] to my headline and that'll work. It's probably not a pretty as a property could be but it's _lots_ less work to implement

[Orgmode] org-protocol and missing server-delete-client function

2009-04-16 Thread John Rakestraw
Hi -- I'm a simple guy, not a coder, and only a little emacs-savvy. However, this post might save some people some frustration. (And it might prompt someone more emacs-savvy than I to teach me something.) I faced a challenge getting org-protocol to work. I'm running the latest org-mode from git

Re: [Orgmode] Terminating a plain list

2009-04-16 Thread Carsten Dominik
Hi Matt, yes, this is not yet implemented, and in fact, this is still only an experimental feature, it may go away entirely. - Carsten On Apr 16, 2009, at 9:56 PM, Matthew Lundin wrote: Hi Carsten, I am currently using the following notation to terminate a plain list for exporting: --8<--

[Orgmode] Terminating a plain list

2009-04-16 Thread Matthew Lundin
Hi Carsten, I am currently using the following notation to terminate a plain list for exporting: --8<---cut here---start->8--- - Item One - Item Two - Item Three - _ | Table | Example | |---+-| | 1 | 2 | --8<---

Re: [Orgmode] Re: Agenda clock report - adding new columns

2009-04-16 Thread Bernt Hansen
David Bremner writes: > At Thu, 16 Apr 2009 13:02:03 -0400, > Bernt Hansen wrote: >> >> I just added [MAX xxx] and [MIN yyy] to my headline and that'll work. >> It's probably not a pretty as a property could be but it's _lots_ less >> work to implement :) > > There is the possibility of :formula

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Carsten Dominik
Hi Sebastian, On Apr 16, 2009, at 3:14 PM, Sebastian Rose wrote: Hm - counter arguments? The only counter argument is, that hand made IDs for links are prone to error. But that risk should be up to the user. Yes. and during the export, I can actually check and throw a warning or an err

Re: [Orgmode] Re: Agenda clock report - adding new columns

2009-04-16 Thread David Bremner
At Thu, 16 Apr 2009 13:02:03 -0400, Bernt Hansen wrote: > > (replying to my own post) > > Bernt Hansen writes: > > Maybe I'm over-engineering this... Just putting the limit in the > headline text works for me... > > I just added [MAX xxx] and [MIN yyy] to my headline and that'll work. > It's p

[Orgmode] Re: using org-export-generic

2009-04-16 Thread Wes Hardaker
> On Thu, 16 Apr 2009 19:06:27 +0530, Rustom Mody > said: RM> I dont want those 1, 2 and 1.2 etc because curl (like latex?) does RM> that on its own If you're using my export-generic like you said then set: :body-header-section-numbers nil -- "In the bathtub of history the truth

[Orgmode] Re: here's a working version of org-generic

2009-04-16 Thread Wes Hardaker
> On Thu, 16 Apr 2009 09:04:38 +0200, Carsten Dominik > said: CD> org-export-xxx.el Fine by me. I'll use org-export-generic. -- "In the bathtub of history the truth is harder to hold than the soap, and much more difficult to find." -- Terry Pratchett __

[Orgmode] Re: Agenda clock report - adding new columns

2009-04-16 Thread Bernt Hansen
(replying to my own post) Bernt Hansen writes: > I know other people (including you) have limits on the amount of time > they spend on a task in a day but I haven't really found a good working > solution for this yet that fits my needs. For a single task this is > easy but I'd like to not have

[Orgmode] Agenda clock report - adding new columns

2009-04-16 Thread Bernt Hansen
Hi Carsten, I use the daily agenda clock report to see how much time I've spent on tasks for today (C-c a a R). Is there a way to add a column to this report? I get a daily clock report like this: | File | L | Headline| Time | | | |+---+-++-

[Orgmode] using org-export-generic

2009-04-16 Thread Rustom Mody
Im trying to play around with Wes's org-export-generic to export to curl I need to turn off the heading number generation that org normally automatically does ie * A head * Another head *** A SubHead becomes 1 A head 2 Another head 2.1 A SubHead I dont want those 1, 2 and 1.2 etc because cur

[Orgmode] Re: Counter cookies and mixed checkbox lists/subtasks

2009-04-16 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > On Apr 16, 2009, at 11:05 AM, Ulf Stegemann wrote: > >> Imagine you are compiling a document where you need contributions from >> others. You could make a todo item for this with checkboxes for every >> chapter planned (or for every author you expect input fr

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Sebastian Rose
Hm - counter arguments? The only counter argument is, that hand made IDs for links are prone to error. But that risk should be up to the user. I actually changed my mind a little in this concern. If the user clicks a section link in the toc to jump to a section, he can bookmark the page with exa

[Orgmode] Re: markup in environments in latex export

2009-04-16 Thread Chris Gray
Carsten Dominik wrote: > Hi Chris, > you can't have the cake and eat it. > if you insert a LaTeX environment, the entire environment > will be protected. After all, you rely on this quoting with your > itemize environment! Hi Carsten, I don't really understand this. I can see it for things l

Re: [Orgmode] Technical Issue with compiling org mode

2009-04-16 Thread Sebastian Rose
Krishan Rajaratnam writes: > While compiling toplevel forms in file > /home/Krishan/org_mode/lisp/org-protocol.el: > !! File error (("Cannot open load file" "url")) > Done > make: *** [lisp/org-protocol.elc] Error 1 Don't you have /usr/share/emacs/lisp/url/url.el(c) ? What says C-h v lo

Re: [Orgmode] Technical Issue with compiling org mode

2009-04-16 Thread Ian Barton
Krishan Rajaratnam wrote: Hi I tried to install org mode by following the instructions and using make, but Im not very familiar with make and I got an error. Im sending this email to try to get this problem resolved. Here are the details: Im using regular emacs so I left the emacs binary as e

Re: [Orgmode] A few quirks of org's Latex passthrough

2009-04-16 Thread Carsten Dominik
Hi Scot, I believe these problems are now fixed - at least when trying your examples, the version I just pushed behaves correctly. - Carsten On Apr 16, 2009, at 1:18 PM, Scot Becker wrote: Prompted by Chris Gray's request for org markup in Latex environment, I thought I'd submit a note (fo

Re: [Orgmode] markup in environments in latex export

2009-04-16 Thread Carsten Dominik
Hi Chris, you can't have the cake and eat it. if you insert a LaTeX environment, the entire environment will be protected. After all, you rely on this quoting with your itemize environment! However, you can do this: --8<---cut here---start->8--- #+TITLE: No

[Orgmode] Technical Issue with compiling org mode

2009-04-16 Thread Krishan Rajaratnam
Hi I tried to install org mode by following the instructions and using make, but Im not very familiar with make and I got an error. Im sending this email to try to get this problem resolved. Here are the details: Im using regular emacs so I left the emacs binary as emacs, and my share fi

Re: [Orgmode] Re: Counter cookies and mixed checkbox lists/subtasks

2009-04-16 Thread Carsten Dominik
On Apr 16, 2009, at 11:05 AM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: there is no way currently to force a cookie either way. I think the the right solution is to modify the structure, so that the check boxes are only in entries without children. Seems to me that this is al

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Carsten Dominik
On Apr 16, 2009, at 10:50 AM, Sebastian Rose wrote: Carsten Dominik writes: Hi Sebastian, I kind of like the idea to have a property that can be used to set an ID, as an alternative to the <> notation. Actually, using a property seems a lot cleaner, thanks for coming up with this idea, Dani

[Orgmode] A few quirks of org's Latex passthrough

2009-04-16 Thread Scot Becker
Prompted by Chris Gray's request for org markup in Latex environment, I thought I'd submit a note (for his sake and others') about a few quirks of org-latex-export's handling of embedded Latex markup in org documents. I have been puzzling with these for a while but only discovered the problem trig

[Orgmode] Re: Counter cookies and mixed checkbox lists/subtasks

2009-04-16 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > there is no way currently to force a cookie either way. > > I think the the right solution is to modify the structure, so > that the check boxes are only in entries without children. > Seems to me that this is always possible - in your case > you could just c

[Orgmode] markup in environments in latex export

2009-04-16 Thread Chris Gray
Hello, I have been writing a draft of a paper in org, and I would like to have the customary org markup commands work inside of LaTeX environments. As an example, I would like the following to have the same thing three times instead of only twice. --8<---cut here---start-

[Orgmode] Re: org-protocol and encoding

2009-04-16 Thread Ulf Stegemann
Sebastian, Carsten, Carsten Dominik wrote: > Ulf, can you do some testing, please? done that using Emacs 23 (cvs today), Org (git today + patch), Firefox 3.0.8 on linux. Everything seems to work fine, I haven't found a single page/text that hasn't been encoded correctly. So I assume that the pa

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > I kind of like the idea to have a property that can be > used to set an ID, as an alternative to the <> > notation. Actually, using a property seems a lot cleaner, > thanks for coming up with this idea, Daniel. > > I can also follow the reasoning that i

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-04-16 Thread Carsten Dominik
Hi Sebastian, I kind of like the idea to have a property that can be used to set an ID, as an alternative to the <> notation. Actually, using a property seems a lot cleaner, thanks for coming up with this idea, Daniel. I can also follow the reasoning that it is useful to have the table of conte

Re: [Orgmode] Re: here's a working version of org-generic

2009-04-16 Thread Carsten Dominik
On Apr 15, 2009, at 11:14 PM, Wes Hardaker wrote: On Wed, 15 Apr 2009 15:59:14 -0400, Bernt Hansen said: BH> Isn't the filename (org-generic.el) well, um, too generic? If it's BH> export-related wouldn't something like org-export-generic.el be better? BH> (or maybe even org-export-too

Re: [Orgmode] org-protocol and encoding

2009-04-16 Thread Carsten Dominik
Hi Sebastian, this looks like a good solution! Send me a final patch when you are convinced yourself. Ulf, can you do some testing, please? Thanks. - Carsten On Apr 16, 2009, at 12:22 AM, Sebastian Rose wrote: Hi Ulf and Carsten, here appended is a patch, that does two things. 1. Decod