Re: [Orgmode] An improvement for a reading of exported HTML tables

2009-05-10 Thread Carsten Dominik
On May 9, 2009, at 10:52 AM, Jan Buchal wrote: "CD" == Carsten Dominik writes: [] a) mark cells as table-headers (this is the only needed new Org-syntax feature), b) if in the first table row, add a scope="col" to the tag, c) if in the first column, add a scope="row" to the tag.

[Orgmode] org-publish doesn't detect changes in included files

2009-05-10 Thread Daniel Clemente
Org 6.26trans. Imagine that a.org is part of a project which does #+SETUPFILE: options.org If you modify only options.org and republish the project, the exporter will not notice the change and will refuse to export a.org, even when a.html could have changed. It says: Skipping unmodified file /

[Orgmode] org-publish doesn't republish if you delete the .html files

2009-05-10 Thread Daniel Clemente
Hi; with org 6.26trans: 1. Publish a project you have configured with org-publish, concretely one that places the .html files locally beside the .org files. 2. While exporting, Org creates its own data in ~/.org-timestamps to cache things 3. Delete the new .html which have been created 4. Try t

[Orgmode] Re: Add HTML after and before title

2009-05-10 Thread Daniel Clemente
El dom, may 10 2009, Daniel Clemente va escriure: >some trick to insert code just after the or after ? Sorry, I forgot about org-publish. It can use the parameter :preamble to do exactly that. Furthermore: , | org-export-html-preamble is a variable defined in `org-html.el'. | Its value

[Orgmode] Add HTML after and before title

2009-05-10 Thread Daniel Clemente
Hi, I have seen that all texts you include with #+TEXT are added after the title: This is the #+TITLE I added this with #+TEXT I have a script.js with a header which would be much better /before/ the . I know Org-mode doesn't need in general so much flexibility in exporting, but do y

Re: [Orgmode] [PATCH] Fix typos.

2009-05-10 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > > >> Just FYI, I added >> >> export TZ="Europe/Berlin" >> >> >> to my .xsession (yeah I know wont work on non X machines), did a git >> pull and works great. >> >> > > Also an FYI: as a consequence of this discussion, I have reorganized > my start

Re: [Orgmode] Links to tomboy notes in org files

2009-05-10 Thread Nick Dokos
Carsten Dominik wrote: > > On May 10, 2009, at 2:33 PM, djcb.b...@gmail.com wrote: > > >>> What I would like to do is create a link to a tomboy note. I'm > >>> sure it would be possible somehow, but I have no idea how > >>> though. Something like: > >>> > >>> * Check out Blog post draft [[tombo

Re: [Orgmode] [PATCH] Fix typos.

2009-05-10 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > > >> Just FYI, I added >> >> export TZ="Europe/Berlin" >> >> >> to my .xsession (yeah I know wont work on non X machines), did a git >> pull and works great. >> >> > > Also an FYI: as a consequence of this discussion, I have reorganized > my start

Re: [Orgmode] [PATCH] Fix typos.

2009-05-10 Thread Nick Dokos
Dokos, Nicholas wrote: > o put environment variable definitions in a common file. > > o source the common file both in .xsessionrnc (takes care of display ^ That should be .xsessionrc _

Re: [Orgmode] [PATCH] Fix typos.

2009-05-10 Thread Nick Dokos
Richard Riley wrote: > Just FYI, I added > > export TZ="Europe/Berlin" > > > to my .xsession (yeah I know wont work on non X machines), did a git > pull and works great. > > Also an FYI: as a consequence of this discussion, I have reorganized my startup files as follows: o put environment

Re: [Orgmode] [PATCH] Fix typos.

2009-05-10 Thread Richard Riley
Nick Dokos writes: > From a6eecc2b351e031bff53954772421979a4ae6e0a Mon Sep 17 00:00:00 2001 > From: Nick Dokos > Date: Sat, 9 May 2009 22:28:21 -0400 > > --- > lisp/org-icalendar.el |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org-icalendar.el b/lisp/org-

Re: [Orgmode] Links to tomboy notes in org files

2009-05-10 Thread Carsten Dominik
On May 10, 2009, at 2:33 PM, djcb.b...@gmail.com wrote: Hi, On Sat, May 09, 2009 at 08:59:16AM +0200, Carsten Dominik wrote: I have a main gtd.org file and in its top I have a list of other org files that I have, for example: * Workout plan - [[workout.org]] * Nutrition - [[nutrition.org]]

Re: [Orgmode] Links to tomboy notes in org files

2009-05-10 Thread djcb . bulk
Hi, On Sat, May 09, 2009 at 08:59:16AM +0200, Carsten Dominik wrote: >> I have a main gtd.org file and in its top I have a list of other org >> files that I have, for example: >> * Workout plan - [[workout.org]] >> * Nutrition - [[nutrition.org]] >> >> What I would like to do is create a link

Re: [Orgmode] How not to export blocked tasks to iCal?

2009-05-10 Thread Carsten Dominik
On May 7, 2009, at 9:19 AM, Guy Wiener wrote: Hello everyone, I use orgmode to write down TODO tasks with dependencies (using org- enforce-todo-dependencies). I want to export the tasks to an iCalendar file, but *without* the blocked tasks (i.e, tasks that have unfinished dependencies). Th

Re: [Orgmode] How not to export blocked tasks to iCal?

2009-05-10 Thread Guy Wiener
I mean VTODO. I think it would be really great if it is configurable. If it's not, can you at least point me to the relevant spot in the code in which such filtering can be done - Maybe a hook function? - Guy Carsten Dominik wrote: On May 10, 2009, at 9:21 AM, Guy Wiener wrote: Thanks

Re: [Orgmode] How not to export blocked tasks to iCal?

2009-05-10 Thread Carsten Dominik
On May 10, 2009, at 9:21 AM, Guy Wiener wrote: Thanks to everyone, but before the discussion gets out of hand: Is there a way not to export blocked tasks to iCal file? Org-mode can identify blocked tasks, since it can hide them in the agenda view. Can it be configured not to export them?

Re: [Orgmode] How not to export blocked tasks to iCal?

2009-05-10 Thread Guy Wiener
Thanks to everyone, but before the discussion gets out of hand: Is there a way not to export blocked tasks to iCal file? Org-mode can identify blocked tasks, since it can hide them in the agenda view. Can it be configured not to export them? Thanks again. Carsten Dominik wrote: This is, I

Re: [Orgmode] How not to export blocked tasks to iCal?

2009-05-10 Thread Carsten Dominik
This is, I think, somewhat complex, you'd have to get Thomas Baumann, author of org-bbdb anniversary support, to write something to support for this. - Carsten On May 10, 2009, at 3:54 AM, Richard Riley wrote: Guy Wiener writes: Hello everyone, I use orgmode to write down TODO tasks with de

[Orgmode] Re: [PATCH] Fix typos.

2009-05-10 Thread Carsten Dominik
applied, thanks. - Carsten On May 10, 2009, at 4:34 AM, Nick Dokos wrote: From a6eecc2b351e031bff53954772421979a4ae6e0a Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Sat, 9 May 2009 22:28:21 -0400 --- lisp/org-icalendar.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --

Re: [Orgmode] Re: checkbox statistics (fixed version)

2009-05-10 Thread Carsten Dominik
Hi Richard, I am accepting the patch, with one small change: The new variable is called `org-hierarchical-checkbox-statistics' and works the other way round, default t. Thanks. - Carsten On Apr 24, 2009, at 3:01 PM, Richard KLINDA wrote: This is the fixed patch, it actually works on my real

[Orgmode] Re: ditaa and dot blocks with docbook export

2009-05-10 Thread Baoqiu Cui
Hi Dale, Dale Smith writes: > So I was looking at http://doc.norang.ca/org-mode.html and saw the > integration with ditaa, and wondered how hard that would be to get > workign with the docbook exporter. Oh! There is a dot block in there > too! Cool. Hmm. Lets try adding "docbookp". > > Boy wa