Takaaki ISHIKAWA writes:
> Dear Eric,
>
> Thank you for your kind suggestions.
You're very welcome!
[...]
> 4. Custom faces for headings.
>
> Oh… This is not my expected behavior.
> When you exit the org-tree-slide mode, the default configurations would
> be restored by org-tree-slide-h
Eric S Fraga writes:
> Thorsten Jolitz writes:
> Have you looked at the section in the manual on exporting to HTML,
> specifically the section entitled "Images in HTML export"? You can
> specify whatever HTML attributes you want for the image.
OK, thanks for the hint.
> By the way, I am not
I acknowledge the bug. I would rather not fix it. Too much effort for
too little gain etc.
I think it is time that old exporter is forgotten and new exporter is
exercised instead, when possible.
Add this to your .emacs
(add-to-list 'load-path "~/src/org-mode/contrib/lisp")
(require 'o
Eric S. Fraga writes:
> David Engster writes:
>> OK, I took a shot at dealing with sexp entries. It's a complicated
>> issue, since s-expressions can be in Org entries or by themselves. I
>> updated the Readme with a section on how they are handled now. Please
>> let me know how it works out for y
Thorsten Jolitz writes:
> Hi List,
>
> when exporting plantuml code blocks to .png files, the resulting
> pictures can be tiny or really huge, depending on the class hierarchy
> modeled.
>
> Is it possible to restrict the size of the graphic to the html
> page-size, no matter how big the result
Is this issue resolved for you.
Firstly, make sure that org file is indeed of "right" size and is NOT
sheared to smaller size.
Secondly, think about "What has changed in my environment, which made me
notice this aberrant behaviour. Did I change my PC, my desk etc etc".
Thirdly, try
Thank you very much for all the input.
So in summary it is on the safe side to use bbdb for a transition period
because neither the maintainability of bbdb3 nor org-contacts seem to be
ensured.
Dieter
PS: I hope future developments will bring forth a stable database
solution maintained
Dieter Wilhelm writes:
> For example
>
> #+ATTR_HTML: width="600"
Actually my question was meant with regards to Org-babel code blocks,
e.g.
,
| +name: class-diagram
| +begin_src plantuml :file class-diagram.png
`--
Thorsten Jolitz writes:
> Dieter Wilhelm writes:
>
>> For example
>>
>> #+ATTR_HTML: width="600"
>
> Actually my question was meant with regards to Org-babel code blocks,
> e.g.
>
> ,
> | +name: class-diagram
> | +begin_src plantuml :file class-diagram
Dieter Wilhelm writes:
> So in summary it is on the safe side to use bbdb for a transition
> period
Yes.
> because neither the maintainability of bbdb3 nor org-contacts seem to be
> ensured.
Why do you think that maintainability of bbdb3 is not safe?
To me looks that bbdb3 is in good swing at
Aloha Jambu,
Jambunathan K writes:
> Is this issue resolved for you.
Just now, thanks to your suggestions.
> Firstly, make sure that org file is indeed of "right" size and is NOT
> sheared to smaller size.
The org file appears to be correct. I opened it in emacs and was
surprised to find s
Thomas S. Dye writes:
> This is the problem. When I use /usr/bin/info (ver. 4.8), which shipped
> with my Mac, all is well. When I use /opt/local/bin/info (ver. 4.13)
> from MacPorts, then the file is truncated.
Could you re-create the info file with makeinfo-4.13, then?
Regards,
Achim.
--
+<[
Aloha Achim,
Achim Gratz writes:
> Thomas S. Dye writes:
>> This is the problem. When I use /usr/bin/info (ver. 4.8), which shipped
>> with my Mac, all is well. When I use /opt/local/bin/info (ver. 4.13)
>> from MacPorts, then the file is truncated.
>
> Could you re-create the info file with ma
Nicolas Goaziou writes:
> Hello,
>
> Robert Horn writes:
>
> As a rule of thumb, C-c C-c on a list will operate on every top level
> items and C-c C-c on a item will operate on the item. You are considered
> to be on a list when calling C-c C-c from affiliated keywords or from
> the very beginni
Dieter Wilhelm writes:
> What is plantuml? Something like gnuplot? Can't you create a png with
> exactly the resolution you want?
Nice tip, thanks, it did not come to my mind that the problem might be
much easier to solve on the plantuml (textbased software for UML diagram
creation) side than o
Hi,
My emacs color theme consists of a black background with colors that
match that. When I export an org file to html, the colors appear like
how they appear in emacs (good), except the background isn't black.
This (http://comments.gmane.org/gmane.emacs.orgmode/50906) post
explains that I could
━
ANNOUNCING THE NEW EXPORT FRAMEWORK
━
Table of Contents
─
1 To Whom Used the Experimental Version
2 What’s New
.. 2.1 New Back-Ends
.. 2.2 Drawer Handling
Hi List,
just wondering (and curious) if this is a bug or (in some way) expected
behaviour:
Say point is at the beginning of the first line of an Org-mode source
block:
,
| #+begin_src plantuml :file er-class-diagram.png
| scale 600 width ...
Thorsten Jolitz wrote:
>
> Hi List,
>
> just wondering (and curious) if this is a bug or (in some way) expected
> behaviour:
>
> Say point is at the beginning of the first line of an Org-mode source
> block:
>
> ,
> | #+begin_src plantuml :file
Nick Dokos writes:
> The function is called differently in the two cases:
>
>
> * backtrace with ESC ESC : (org-babel-mark-block)
>
> org-babel-mark-block()
> eval((org-babel-mark-block) nil)
> eval-expression((org-babel-mark-block) nil)
> call-interactively(eval-expression nil nil)
>
>
>
Le dimanche 3 février 2013 à 20h00, Nicolas Goaziou a écrit:
> I will install the new export framework along with a set of back-ends
> Wednesday evening (UTC). Here are a few notes to help you make the
> transition.
That's an exciting news! Thanks for all the job already done and to be
done. If
David Engster writes:
> Eric S. Fraga writes:
>> David Engster writes:
>>> OK, I took a shot at dealing with sexp entries. It's a complicated
>
>>> issue, since s-expressions can be in Org entries or by themselves. I
>>> updated the Readme with a section on how they are handled now. Please
>>> l
Thorsten Jolitz writes:
> Is it possible to specify the html 'width=600' or 'width=auto' in the
> 'begin_src' line or in the subtree-properties - or do I have to let my
> program write the
>
> ,
> | +ATTR_HTML: width="600"
> `
>
> on top of the ins
Gary Oberbrunner writes:
> To run mysql code in org-mode (which by the way is pretty incredible that
> this works at all, and so beautifully, especially since I'm on Windows), I
> have to have a long header:
>
> #+BEGIN_SRC sql :exports both :results value :engine mysql :cmdline -h
> XXX.YYY.XXX.
Gary Oberbrunner writes:
> Here's a better version of this patch, which also adds support for
> :colnames, which I needed. And it adds some doc about what header args are
> used.
>
> * add a header-row delimiter to the tables returned from mysql
> * adds new sql-specific header args for the da
During the semester break, I want to switch over to the new exporter.
Currently I'm using export mainly for beamer presentations.
I found the org-e-latex-classes entry in an old e-mail post. With
that, M-x org-export-dispatch l P produces a .tex document that
compiles. But the output is not right.
On Mon, Feb 04, 2013 at 12:00:08PM +0800, James Harkins wrote:
> #+OPTIONS: H:10 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
The H:10 is your problem. Since you want 2nd level headlines to be
frames, it should be H:2.
Hope this helps,
--
Suvayu
Open source is the future. It sets us f
Hi to all Org friends!
Here is my weekly status message on colorg development. colorg is a
tool for real-time collaborative editing of Org files. Interesting
progress has been made this weekend, but no cake yet! Sigh... :-)
There is an Emacs module and a Python server. The Emacs client has mu
28 matches
Mail list logo