Aloha James,
James Harkins writes:
> On Sat, May 18, 2013 at 3:39 PM, Nicolas Goaziou wrote:
>> instead? I.e., why don't you apply caption to src block? You can tweak
>> the position of the caption with "captionpos" option in listings
>> environment.
>
> Wow, I hadn't thought of that. Actually
On Sat, May 18, 2013 at 3:39 PM, Nicolas Goaziou wrote:
> instead? I.e., why don't you apply caption to src block? You can tweak
> the position of the caption with "captionpos" option in listings
> environment.
Wow, I hadn't thought of that. Actually that works better in a lot of ways.
Then the
I see the following strange behavior from Org-CDLaTeX (OCDL).
Outside a * heading it works. Inside a * heading (or anything under that)
it does NOT work. What can be causing this?
Here is a minimal example:
# Org CDLaTeX (OCDL) works here (at least does not issue an error)
\[
x^2
\]
* heading
*
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Paul Stansell writes:
>>
>>> Hello,
>>>
>>> I've noticed that #+ATTR_LaTeX seems to be no longer honoured (I'm
>>> using release_8.0.3-133-ga5872)
>>>
>>> This is demonstrated for the attached org file. It's the exact
>>> exampl
I'm working on switching to 8.0 and I'm having a few difficulties. I use
my own style sheet for web pages, and I figured out that I needed to
change #+STYLE: to #+HTML_HEAD: in order to use my style sheet. However,
I don't want to include the default style and the default script when I
export. I've
It seems there are some semantic bugs in ox-koma-letter.el in that new
variables are introduces for SENDER (as opposed to AUTHOR) and a
separate email variable as well. This seems like a semantic bug IMO.
This patch fixes these issues if they in fact are issues.
–Rasmus
--
And let me remind yo
This is probably the most fun change. It adds special tags PS, ENCL,
CC, AFTER_CLOSING as in my last patch set, but it uses heading this
time. E.g. ENCLs are under the heading * ENCL :ENCL:. This was
suggested by Nicolas, and it's nicer. The ideas comes from
ox-groff.el file ¹. Thanks Luis!
This could be a problematic change. It changes the way :with-subject
works. I've added changes to allow the subject style to be choose as
a radio list with customize. The reason is that LaTeX becomes unhappy
if it is not a supported value. If #+OPTIONS subject:t the default is
used. If #+OPTI
Marcin Borkowski writes:
> https://twitter.com/marcin_mbork/status/335890494980767746
> http://mbork.pl/2013-05-18_A_presentation_on_LaTeX_editing_%28en%29
> https://github.com/mbork/beamerorgtheme
Excellent! It reminds me of brain-damage.sty ¹ :)
Here's Marcin's pdf example:
http://mbork.p
With this and the following patches I have tried to add some
functionality to the ox-koma-letter.el-file. I'll try to summarize in
each email.
This one just updates the credit: most importantly with Viktor.
As neither git, changelongs nor lisp are incorporated as a natural
element of my native t
Hi!
If you want to make use of the Twitter export data[1] within
Org-mode, you might want to check out my Python script[2] that
converts Twitter's JSON files to one Org-mode file.
NOTE: If you happen to use the Twitter-RSS-feed with the Memacs-RSS
module[3] (like I did): it seems to be the case
Yingjie Sun writes:
> why I can not output my file to PDF in Chinese? Can you handle this?
> thanks
You need many special setting in both org and texlive
1. you should let texlive correct resolve chinese(for example: use ctexkit)
2. you should install chinese fonts (simsun, microhei or adobe fo
Jonas Bernoulli writes:
> Handling of emphasized text is hard-coded in org-element.el.
I think this is a feature. It's been discussed a couple of times on
the list and I think Carsten argued that it should be possible to make
custom formats in the buffer; with export there'd be various ways su
Hi list,
many of you use Org-mode to create Beamer presentations. How about the
other way round? I wrote an Org-mode styled Beamer theme. Please use,
enjoy and report bugs and feature requests!
https://twitter.com/marcin_mbork/status/335890494980767746
http://mbork.pl/2013-05-18_A_presentati
why I can not output my file to PDF in Chinese? Can you handle this?
thanks
--
Yingjie Sun
The main problem is that the latex->dvi invocation is hard-wired in
org-create-formula-image-with-dvipng and in addition, when the latex
file is created, the value of org-latex-packages-alist is spliced in.
That in itself is fine, except in the case when (for normal latex
processing) I choose mint
Handling of emphasized text is hard-coded in org-element.el.
Unfortunaly fixing this requires more than teaching
`org-element-text-markup-successor' about `org-emphasis-alist' because
separate `org-element-TYPE-{parser,interpreter} functions are used for
each type of emphasized text.
Wouldn't it
Hello,
Eric Abrahamsen writes:
> Paul Stansell writes:
>
>> Hello,
>>
>> I've noticed that #+ATTR_LaTeX seems to be no longer honoured (I'm
>> using release_8.0.3-133-ga5872)
>>
>> This is demonstrated for the attached org file. It's the exact
>> example from http://orgmode.org/manual/Images-i
>> "Ethan" == Ethan Ligon writes:
> Uwe Brauer mat.ucm.es> writes:
>>
>> Uwe Brauer
>>
>>
> Presumably a reference to
> https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home
> I haven't used it, and it's rather old (predates org-elements, I think).
Thanks but
Bastien writes:
>> Aside from the issue of whether using macros here is needed or
>> appropriate, I can't find anything wrong with the macros or their use so
>> far. If that upholds, the test not working points to a rather
>> substantial bug in either the test framework or Emacs 24.3.
>
> It's no
On Sun, May 19, 2013 at 06:11:03AM +0200, Manfred Lotz wrote:
>
> I know that I could add ;%.2f to each formula in the table. However, I
> would like to specify %.2f only one time for the whole table.
The format specifier is per formula. I do not know of any way to have a
per table format speci
Paul Stansell writes:
> Hello,
>
> I've noticed that #+ATTR_LaTeX seems to be no longer honoured (I'm
> using release_8.0.3-133-ga5872)
>
> This is demonstrated for the attached org file. It's the exact
> example from http://orgmode.org/manual/Images-in-LaTeX-export.html.
>
> I expect the export
Hello,
I've noticed that #+ATTR_LaTeX seems to be no longer honoured (I'm
using release_8.0.3-133-ga5872)
This is demonstrated for the attached org file. It's the exact
example from http://orgmode.org/manual/Images-in-LaTeX-export.html.
I expect the exported latex file (C-c C-e l l) to contain
Nicolas Goaziou writes:
> Hello,
>
> Feng Shu writes:
>
>> The error is like this:
>>
>> Creating image...1
>> let: Symbol's value as variable is void: org-export--default-title
>
> Thank you for the report.
>
> The problem should be fixed. Could you confirm it?
It's work, thanks!
>
>
> Regard
Hello,
Feng Shu writes:
> The error is like this:
>
> Creating image...1
> let: Symbol's value as variable is void: org-export--default-title
Thank you for the report.
The problem should be fixed. Could you confirm it?
Regards,
--
Nicolas Goaziou
25 matches
Mail list logo