[O] [ODT] image scaling overridden by long caption

2012-01-18 Thread Andreas Leha
Hi all, I experience unexpected behaviour with the excellent odt exporter in case of included images. When I add a #+caption the text width of that caption overrides the specified image width (#ATTR_ODT: :witdh X), which I use to downscale the image in the odt. Especially if that caption will

Re: [O] [BUG?][babel] Re: Including source when exporting in PDF

2012-01-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/01/12 01:57, Frozenlock wrote: I'm sorry, but I don't quite understand... Would it be possible to send a minimum working example of your org file? The example is below: * name

Re: [O] :noweb header argument

2012-01-18 Thread Eric S Fraga
Eric Schulte eric.schu...@gmx.com writes: [...] I've just pushed up a minor code change which makes customization of the format of exported code blocks possible. I've added a new customization I'm coming late to this but just wanted to say thanks! This is very nice indeed. -- : Eric S

Re: [O] Agenda, yellow bar delayed

2012-01-18 Thread Daniel Bausch
There is even a more serious problem here: If I clock in from the agenda by pressing I (NOT from the org file itself), some function wrongly aligns all drawer boundaries to the column of the agenda's tags. After that all :PROPERTIES: and :END: are now right aligned to column 120 (my tags

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-18 Thread Leo Alekseyev
Why can't you? Wouldn't it be related to drawers configuration (org-export-with-drawers for example)? Yes... but I don't think I can configure which drawers I get, and I don't want my LOGBOOK drawer with all my clock lines in my export. -Bernt Is there still a way to hide results output

Re: [O] Agenda, yellow bar delayed

2012-01-18 Thread Tomas Grigera
On Wed, Jan 18, 2012 at 07:29, Daniel Bausch danielbau...@gmx.de wrote: There is even a more serious problem here: If I clock in from the agenda by pressing I (NOT from the org file itself), some function wrongly aligns all drawer boundaries to the column of the agenda's tags.  After that all

Re: [O] Agenda, yellow bar delayed

2012-01-18 Thread Sebastien Vauban
Hi Daniel, Daniel Bausch wrote: There is even a more serious problem here: If I clock in from the agenda by pressing I (NOT from the org file itself), some function wrongly aligns all drawer boundaries to the column of the agenda's tags. After that all :PROPERTIES: and :END: are now right

[O] Extending attr_latex

2012-01-18 Thread Christopher Witte
I putting together a presentation using org and exporting to beamer. I was wondering if there is easy way to get each item in a list to display incrementally. Beamer supports this with the \begin{itemize}[+-] environment option. Perhaps this could be achieved by extending the #+ATTR_LaTeX:

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-18 Thread Rick Frankel
On 18.01.2012 05:45, Leo Alekseyev wrote: Why can't you? Wouldn't it be related to drawers configuration (org-export-with-drawers for example)? Yes... but I don't think I can configure which drawers I get, and I don't want my LOGBOOK drawer with all my clock lines in my export. -Bernt Is

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-18 Thread Eric Schulte
Rick Frankel r...@rickster.com writes: On 18.01.2012 05:45, Leo Alekseyev wrote: Why can't you? Wouldn't it be related to drawers configuration (org-export-with-drawers for example)? Yes... but I don't think I can configure which drawers I get, and I don't want my LOGBOOK drawer with all my

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-18 Thread Nicolas Goaziou
Hello, Eric Schulte eric.schu...@gmx.com writes: Well maybe we should roll back this change. Please don't. _That_ would be a regression. I'll wait to see if Nicolas has a solution which is both functional and conforms to the Org-mode wide syntax norms. The problem comes from the current

Re: [O] Old entry remains in appt when the original one in org file is changed

2012-01-18 Thread Takafumi Arakaki
Hi Bernt, My recipe clears the list each time the agenda is generated.  I only use appt for org-mode appointments so clearing the list works great for me. Sorry I missed (setq appt-time-msg-list nil) in your setup code. This is exactly what happens when you pass non-nil for REFRESH argument

[O] functions from cl package called at runtime

2012-01-18 Thread Achim Gratz
The sources in ob.el have picked up several runtime invocations to functions from the cl package via two commits from Eric: fc92b2e2 lisp/ob.el (let ((tempvar (gensym file))) fc92b2e2 lisp/ob.el (let ((tempvar (gensym file))) fc92b2e2 lisp/ob.el (let ((tempvar (gensym file))) fc92b2e2 lisp/ob.el

Re: [O] :noweb header argument

2012-01-18 Thread Yagnesh Raghava Yakkala
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte eric.schu...@gmx.com writes: [...] | I've just pushed up a minor code change which makes customization of the | format of exported code blocks possible. I've added a new | customization I'm coming late to this but just wanted to say

Re: [O] Extending attr_latex

2012-01-18 Thread Rafael
Christopher Witte ch...@witte.net.au writes: I putting together a presentation using org and exporting to beamer. I was wondering if there is easy way to get each item in a list to display incrementally. Beamer supports this with the \begin{itemize}[+-] environment option. Perhaps this

[O] Issue with org-fontify-done-headline

2012-01-18 Thread Brian J. Carlson
In the latest git version of org I've been having problems with org-fontify-done-headline. After looking at (defun org-set-font-lock-defaults () I think there is a problem with the following code. --8---cut here---start-8--- ;; DONE

[O] Verbatim URL in HTML export

2012-01-18 Thread Leo Alekseyev
I would like to have a plain-text URL with no formatting in my HTML output. I can't figure out how to avoid having it turn into a link on HTML export. Surrounding it with ~tildes~ puts it in a code block, which is not what I need; I simply need that particular URL to be treated as plain text.