[Orgmode] Re: Release 6.13

2008-11-25 Thread Bernt Hansen
Thanks to both of you :) -Bernt Carsten Dominik <[EMAIL PROTECTED]> writes: > Applied, thanks. > > - Carsten > > On Nov 25, 2008, at 2:48 AM, Sebastian Rose wrote: > >> Arrgh >> >> Sorry - there was an unnecessary line. >> >> >> diff --git a/lisp/org-publish.el b/lisp/org-publish.el >> inde

Re: [Orgmode] Re: Release 6.13

2008-11-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 25, 2008, at 2:48 AM, Sebastian Rose wrote: Arrgh Sorry - there was an unnecessary line. diff --git a/lisp/org-publish.el b/lisp/org-publish.el index eafa8fa..3ec48c4 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -470,7 +470,11 @@ matchi

Re: [Orgmode] Re: Release 6.13

2008-11-25 Thread Carsten Dominik
On Nov 25, 2008, at 9:32 AM, Sebastian Rose wrote: Hi Carsten, Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Sebastian, it seems to me thatt his patch depends on the projects in org-publish-projects-alist to be defined in a certain order, with the components first, and the big "parent" pro

Re: [Orgmode] Re: Release 6.13

2008-11-25 Thread Sebastian Rose
Hi Carsten, Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Sebastian, > > it seems to me thatt his patch depends on the projects in > org-publish-projects-alist to be defined in a certain order, > with the components first, and the big "parent" projects later. > So maybe you need to iterate the

Re: [Orgmode] Re: Release 6.13

2008-11-24 Thread Carsten Dominik
Hi Sebastian, it seems to me thatt his patch depends on the projects in org-publish-projects-alist to be defined in a certain order, with the components first, and the big "parent" projects later. So maybe you need to iterate the dolist loop until it stabilizes. Also, I guess a "component" could

Re: [Orgmode] Re: Release 6.13

2008-11-24 Thread Sebastian Rose
Arrgh Sorry - there was an unnecessary line. diff --git a/lisp/org-publish.el b/lisp/org-publish.el index eafa8fa..3ec48c4 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -470,7 +470,11 @@ matching filenames." (defun org-publish-get-project-from-filename (filename) "Return

Re: [Orgmode] Re: Release 6.13

2008-11-24 Thread Sebastian Rose
OK, here is the patch. This ensures, that the whole project is published for C-c C-e P Hence ditaa blocks can be exported together with a changed Org-file again. diff --git a/lisp/org-publish.el b/lisp/org-publish.el index eafa8fa..3ec48c4 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publ

[Orgmode] Re: Release 6.13

2008-11-24 Thread Bernt Hansen
Sebastian Rose <[EMAIL PROTECTED]> writes: > This way first the *.org files are published (and thus ditaa images are > created in :base-directory) and then the new generated images. Thanks for the response Sebastian. I already have my projects set up like this - it's just that I need to break my

Re: [Orgmode] Re: Release 6.13

2008-11-23 Thread Sebastian Rose
Hi Bernt, this is how it works here: (setq org-publish-project-alist '(("org-notes" :base-directory "~/emacs/org/notes/" :auto-index t :index-filename "sitemap.org" :index-title "Sitemap" :recursive t :base-extension "org" ;;

[Orgmode] Re: Release 6.13

2008-11-23 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > New contributed file /org-exp-blocks.el/ > > > This new file implements special export behavior of > user-defined blocks. The currently supported blocks are > > - comment :: Comment blocks with auth