Re: [Orgmode] Conflict with calendar/diary frame setting and timestamps.

2010-05-23 Thread Carsten Dominik
On May 21, 2010, at 10:34 PM, Kevin Kinnell wrote: Sorry if this has been mentioned, but inserting timestamps via the org-time-stamp family of functions doesn't work if the calender is set to display in a different frame. When I have a minute, I'll go to the source and see if I can figure out

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-23 Thread Karl Martino
Hi Carsten, Thanks for help, unfortunately I tried :title and it is ignored. The issue with #+TITLE in the buffer is that it is the same file I am exporting various times, just with different tag filters, and the title then remains the same for each export, where I want it to reflect the subset

Re: [Orgmode] [PATCH 2/3] Serialize publishing project cache with `puthash' expressions.

2010-05-23 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On May 22, 2010, at 4:10 PM, David Maus wrote: --- lisp/org-publish.el | 29 + 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index fefd50d..dc94f7d

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-23 Thread Eric Schulte
Hi Karl, Maybe the following little function will work. If called from an org-mode file, it will try to export each subtree, respecting the values of EXPORT_FILE_NAME and EXPORT_TITLE. --8---cut here---start-8--- (defun org-export-parts () (interactive)

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-23 Thread Carsten Dominik
On May 23, 2010, at 2:22 PM, Karl Martino wrote: Hi Carsten, Thanks for help, unfortunately I tried :title and it is ignored. No, it does in fact work, I just tested it. Here is the setup I used: (setq org-publish-project-alist '((ttt :base-directory

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-23 Thread Karl Martino
Hi, Ah! This worked once I tried this tip Carsten - thanks! I should have realized that the buffer setting was defeating that there. You should *not* have a #+TITLE line in the buffer, and you should *not* have subtree marked - then :title is used. Eric, thanks for the tip as well. I will

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-23 Thread Thomas S. Dye
Aloha all, Karl's setup specified keyword arguments for :select-tags but not for :exclude-tags. When I tried this setup with only :select-tags it worked as expected for the select tag that occurs first in the Org- mode file, but the publishing project defined for the select tag that

[Orgmode] [babel] problem exporting pictures

2010-05-23 Thread Nicolas Goaziou
Hello, I have encountered this problem since I upgraded to 6.36. I have this minimal file test.org : * Test Line 1 #+BEGIN_SRC asymptote :file test-fig.pdf size(8cm,0); draw((0,0)--(1,1)); #+END_SRC Line 2 Line 3

[Orgmode] Re: [babel] problem exporting pictures

2010-05-23 Thread Dan Davison
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, I have encountered this problem since I upgraded to 6.36. I have this minimal file test.org : * Test Line 1 #+BEGIN_SRC asymptote :file test-fig.pdf size(8cm,0); draw((0,0)--(1,1));

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-23 Thread Carsten Dominik
On May 23, 2010, at 8:49 PM, Thomas S. Dye wrote: Aloha all, Karl's setup specified keyword arguments for :select-tags but not for :exclude-tags. When I tried this setup with only :select-tags it worked as expected for the select tag that occurs first in the Org-mode file, but the

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-23 Thread Thomas S. Dye
Thanks Carsten, That was it. It works with just the select tags here, too. One more query. I get different export results depending on where I specify the select tag. Given the following org-mode file, specifying the select tag in the file header with #+EXPORT_SELECT_TAGS: @WORK

[Orgmode] Re: Code snippet for Message Sequence Diagram export

2010-05-23 Thread Juan
Dan, Below is the final proposal for org-babel-mscgen.el. Already sent form to ass...@gnu.org, got no answer (I assume it is OK). I remade all of the code, so almost no traces from org-babel-ditaa. On Mon, May 17, 2010 at 10:24:10PM -0300, Juan wrote: On Mon, May 17, 2010 at 07:04:14PM -0400,