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
Carsten Dominik 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 100644
>> --- a
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)
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 "~/lib/emacs
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
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
occur
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
-
Carsten,
thanks for accepting it.
It sure feels **good** to have contributed a *little*!
:)
Livin Stephen Sharma
On May 23, 2010, at 10:41:50 , Carsten Dominik wrote:
> Hi Livin,
>
> I have made the change to the manual much shorter, but moved the rest of this
> into the docstring of the v
Nicolas Goaziou 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));
> #+E
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 publi
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
exports
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,
On 2010-05-20, Carsten Dominik wrote:
> That might be nice! Or a way to interactively create a view and then
> turn it into a custom command with one key...
Have not followed this thread, so please take this with a grain of salt.
My understanding of filters is that they are for quick changes of
i.e. this:
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 93334b6..4bbaefc 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -2764,6 +2764,7 @@ bind it in the options section.")
(org-set-local 'org-agenda-name name)))
(setq buffer-read-only nil))
+(eval-when-comp
On May 24, 2010, at 12:01 AM, Thomas S. Dye wrote:
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
> Dan Davison writes:
> I can't reproduce this -- it works OK for me using current git master
> and 6.36c tarball. What is written to *Messages* during export? I get
> Exporting to LaTeX...
> org-babel-exp processing...
> executing Asymptote source code block
> asy -globalwrite -f pdf -o test
16 matches
Mail list logo