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
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 ==
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
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
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
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
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
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
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
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
==
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
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
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
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
"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
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
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
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
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
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.
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
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
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
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-" ...)
24 matches
Mail list logo