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

2009-04-22 Thread Wes Hardaker
> On Wed, 22 Apr 2009 09:59:21 +0200, Carsten Dominik > said: CD> One problem I notices: I think multiple lines starting with ": " CD> must be seen as one block, most backends will need this. Yep. It was, err... not on my todo list because I failed to write it down. But I did realiz

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

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

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

2009-04-15 Thread Wes Hardaker
> 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-tools.el? ) Well, I was psuedo-modeling it after the exis

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

2009-04-15 Thread Bernt Hansen
Wes Hardaker writes: > I have a bunch of random things that I'd like to export org stuff too > and it seemed to me that much of the work of writing code to export > stuff from org-mode into external documents could be conquered by simple > string specifiers. So yesterday I hacked something toget