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

2012-01-21 Thread Andreas Leha
Jambunathan K writes: > Hello Andreas > >> 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

[O] \ref{} in #+caption

2012-01-21 Thread Andreas Leha
Hi all, is it possible to get \ref{} to work in #+caption lines generally? As it seems, the #+caption is not processed. So the \ref{} statements in #+captions work only in LaTeX export, where \ref{} is valid. In the #other exports, the \ref{} is exported literally. Example: === test.org ==

Re: [O] Capitalisation and good taste ?

2012-01-21 Thread Bernt Hansen
Leo Alekseyev writes: >> A long time ago all capitals was the only way these keywords were >> supported.  Since then they have become case insensitive and I use all >> lowercase for most of my keywords now (#+begin_src:, #+begin_example: >> etc) >> >> With fontification these stand out enough now

[O] org-babel functions for Io evaluation

2012-01-21 Thread Andrzej Lichnerowicz
Hello list. Attached file (also available at https://gist.github.com/1652684), implements org-babel evaluation functions for Io language (http://iolanguage.org). It's not yet fully functional (no value results, and session support) as I'm still learning org-mode from developer perspective, but if

Re: [O] Organizing by time or by subject and an idea

2012-01-21 Thread Max Mikhanosha
At Fri, 20 Jan 2012 12:04:51 -0600, John Hendy wrote: > > I use org-mode for all of my work notes. For the most part, I'm very > happy with it. I know everything is in there somewhere and I can find > it. I currently have one file for my projects organized something like > this: > > > * Project

Re: [O] Organizing by time or by subject and an idea

2012-01-21 Thread Max Mikhanosha
At Sat, 21 Jan 2012 07:59:38 -0500, Max Mikhanosha wrote: > If you do this "copy the project" thing once a week or so, you can > have a nice ediff of the project's progress along the time-line. > > Actually it may not be a bad idea to implement M-x > org-ediff-subtree-with-sibling command, that w

Re: [O] links to headline in LaTeX export

2012-01-21 Thread Alan Schmitt
On 20 Jan 2012, at 17:42, Alan Schmitt wrote: On 20 Jan 2012, at 17:34, Thomas S. Dye wrote: Hmmm, I can't reproduce your results on my setup. What version of Org mode are you using? I'm using the one bundled with Aquamacs 2.4, which is 6.33x. Looking at the web site, I see that it's quit

Re: [O] [bug] Tables in lists not exported to ODT

2012-01-21 Thread Eric S Fraga
Achim Gratz writes: > Eric S Fraga writes: >> By the way, I was surprised, upon reading your comments in the git log, >> that OpenDocument doesn't support tables within lists. This seems like > >> a silly restriction? Given that OpenDocument uses XML for its encoding, >> I would have thought t

Re: [O] org-babel functions for Io evaluation

2012-01-21 Thread Richard Riley
Andrzej Lichnerowicz writes: > Hello list. > > Attached file (also available at https://gist.github.com/1652684), > implements org-babel evaluation functions for Io language > (http://iolanguage.org). It's not yet fully functional (no value > results, and session support) as I'm still learning or

Re: [O] Syntax error warnings? (Especially important with :noweb-ref's)

2012-01-21 Thread Yu
Hello again! I thought about the *noweb* part again. I tried the following: == #+begin_src sh :tangle test.out :noweb tangle <> cat << test.org >> test.out2 #+end_src #+begin_src sh :noweb-ref task1 echo "hello world" #+end_src ==

[O] reveal the matches in grep-find or the diffs in ediff and hide the rest

2012-01-21 Thread Michael Brand
Hi all On Sat, Jan 21, 2012 at 13:59, Max Mikhanosha wrote: > Then use M-x ediff-buffers, and you can navigate changes easily by > pressing n or p in ediff control panel. I just tried it out and it > worked pretty good. Only thing that could have worked better, is to > hook-up ediff with org-reve

Re: [O] reveal the matches in grep-find or the diffs in ediff and hide the rest

2012-01-21 Thread Max Mikhanosha
At Sat, 21 Jan 2012 16:24:12 +0100, Michael Brand wrote: > > Hi all > > On Sat, Jan 21, 2012 at 13:59, Max Mikhanosha wrote: > > Then use M-x ediff-buffers, and you can navigate changes easily by > > pressing n or p in ediff control panel. I just tried it out and it > > worked pretty good. Only

Re: [O] Organizing by time or by subject and an idea

2012-01-21 Thread Max Mikhanosha
At Sat, 21 Jan 2012 07:59:38 -0500, Max Mikhanosha wrote: > > Go to Project 1, press, C-c C-x b (this will create indirect buffer > "Project 1-1"), then go to draft 2 tree, and do same thing. If you did > not edit the title, it will reuse the indirect buffer name, since its > titled after the head

[O] Inconsistency in odt export to other exporters

2012-01-21 Thread Andreas Leha
Hi all, there is an inconsistency of the odt exporter compared to the LaTeX and the html export. The following snippet exports correctly to LaTeX and to html, but produces the text "Figure Figure" in odt. Could the behaviour be synchronized? === example.org == * Test ref

Re: [O] links to headline in LaTeX export

2012-01-21 Thread Thomas S. Dye
"Alan Schmitt" writes: > On 20 Jan 2012, at 17:42, Alan Schmitt wrote: > >> On 20 Jan 2012, at 17:34, Thomas S. Dye wrote: >> >>> Hmmm, I can't reproduce your results on my setup. What version of >>> Org >>> mode are you using? >> >> I'm using the one bundled with Aquamacs 2.4, which is 6.33x. L

Re: [O] Capitalisation and good taste ?

2012-01-21 Thread Eric S Fraga
Bernt Hansen writes: [...] > I added the following to my .emacs to keep lowercase. Thanks. This is a great suggestion! Two possible typos, by the way, that would only affect you if you use muse tags: > ("v" "#+begin_verse\n?\n#+end_verse" "\n?\n/verse>") > ("c" "#+be

[O] [ANN] ASCII back-end for new export engine

2012-01-21 Thread Nicolas Goaziou
Hello, I've commited an ASCII back-end for new export engine. Assuming contrib directory is in your load-path, you just need to (require 'org-export) to have both LaTeX and ASCII exporters ready to boot. You can then access to the dispatcher with M-x org-export-dispatch and test various configur

Re: [O] org-babel functions for Io evaluation

2012-01-21 Thread Andrzej Lichnerowicz
2012/1/21 : > I would like to try it but am kind of put off by the absense of any kind > of examples or tutorial on how it should be used. Usage example? You use it with source blocks: #+begin_src io :results output Object slotNames sort print #+end_src or #+begin_src io :results output repl O

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-21 Thread Samuel Wales
Hi Nicolas, On 2012-01-21, Nicolas Goaziou wrote: > You can then access to the dispatcher with M-x org-export-dispatch and > test various configurations from there. There is a problem with the dispatcher that prevents me from testing. It exceeds 78 columns, but more importantly, it does not allo

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-21 Thread Samuel Wales
Two feature requests: 1) optionally squeeze blank lines 2) optionally unfill paragraphs -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com === Bigotry against people with serious diseases is still bigotry.

Re: [O] Capitalisation and good taste ?

2012-01-21 Thread Bernt Hansen
Eric S Fraga writes: > Bernt Hansen writes: > > > [...] > >> I added the following to my .emacs to keep lowercase. > > Thanks. This is a great suggestion! Two possible typos, by the way, > that would only affect you if you use muse tags: > >>("v" "#+begin_verse\n?\n#+end_verse" "\n

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-21 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > There is a problem with the dispatcher that prevents me from testing. > It exceeds 78 columns, [...] No. The standard UI doesn't even exceed 60 columns. You must be using something else. > I can't tell if c-c c-e A is yours or the old one. Assuming it's > yours

[O] typo in doc/orgguide.texi

2012-01-21 Thread Guido Arnold
Hello, please forgive me for not filing a proper bug report, I am not even a org-mode user yet, but I am very interested. I just had a look at the quick guide and found a typo in line 1908: http://orgmode.org/w/?p=org-mode.git;a=blob;f=doc/orgguide.texi;h=0e6295a121a6ac0b2eb8738c1156f2672c24548d;hb

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-21 Thread Samuel Wales
In 22, latest git: downcase: Args out of range: "image-keep-calm", 651500, 651505 match-string(1 "image-keep-calm") (downcase (match-string 1 val)) (concat ":macro-" (downcase (match-string 1 val))) (intern (concat ":macro-" (downcase ...))) (plist-put nil (intern (concat ":macro-" ...)