From 0e31213fa486f7fcfe1c2b7037689df077a39fce Mon Sep 17 00:00:00 2001
From: Samuel Loury
Date: Thu, 22 Nov 2012 09:31:15 +0100
Subject: [PATCH] Fix the uncaught exception when doing opening a link from
nowhere
* lisp/org.el (org-open-at-point): Make sure point is on a
org-plain-link-re before t
Dear Eric,
I was sure something like that could be done. Thank for the example.
Being a layman (not a programmer) I will need a time study it.
Sincerely,
Martin
Hello,
cbe...@tajo.ucsd.edu writes:
Thank you for all the debugging.
> org-export-with-current-buffer-copy calls org-clone-local-variables
> which uses a regexp to detect buffer-local variables, but
> *org-babel-use-quick-and-dirty-noweb-expansion* is not detected, so it
> gets dropped.
>
> Solu
Michael Gauland writes:
Hi Mike,
> I've recently started playing with guile source blocks, and haven't
> gotten the results I expect.
> I'd like to hear from anyone who's had more success than I have, or
> who is working on ob-scheme.el, before I wade into the code.
just as a side remark: I
Hello,
Jambunathan K writes:
> Alan Schmitt writes:
>> I'm trying to remove the postamble in the html-export of a subtree, and
>> I don't know how to do it. This is what I tried:
>
> C-h v org-e-html-postamble RET
>
>
>>
>>
>> #+BEGIN_SRC org
>> :PROPERTIES:
>> :EXPORT_OPTIONS: html-postamble:
Hello,
Benjamin Slade writes:
> I want to be able to use the LaTeX package "linguex" in org-based beamer
> presentations. But this package requires a special syntax where after
> the environment there must be a blank line in the LaTeX source (!=a blank line
> in the LaTeX output). How do I do th
Nicolas Goaziou writes:
> You can't specify this option at the subtree level, because you can't
> specify it with neither a keyword nor an options item.
>
> The property :html-postamble is defined with the following line:
>
> (:html-postamble nil nil org-e-html-postamble)
>
> Its default val
Hello,
Achim Gratz writes:
> I looked at the code/documentation and it seems the intention is to do
> the reverse lookup, that is look at the buffer encoding and decide what
> to give inputenc as argument (when it is specified as "AUTO" in the
> header template). I maintain that the other way a
Benjamin Slade writes:
> I want to be able to use the LaTeX package "linguex" in org-based beamer
> presentations. But this package requires a special syntax where after
> the environment there must be a blank line in the LaTeX source (!=a blank line
> in the LaTeX output). How do I do this in or
Hello,
Nicolas Goaziou writes:
> Anyway, for the record, I'm posting an updated version[1] of the file,
> compatible with latest Org (master branch). It may solve your problem.
>
>
> Regards,
>
> [1] I do not seriously maintain this file. It was a proof of concept.
I had to write yet another le
Nicolas Goaziou writes:
> Hello,
>
> I've changed the attribute syntax for tables, images and lists in
> e-latex back-end (new exporter). New this back-end conforms to the
> syntax used by Babel and every other back-end.
Hello,
I think this has broken beamer export (new exporter). When I get ba
Alan Schmitt writes:
> The non-technical question: I understand this exporter is just a proof
> of concept, but it is working quite well for me, and I'm ready to help
> tweaking this. If I do further modifications, should I send them to the
> list?
YES!! I want to use Org for my (KOMA) letters
Alan Schmitt writes:
> I had to write yet another letter, so I digged into this and it's now
> working well enough for me. I made a few changes to the file (which I
> attach):
>
> - fixed bugs to the menu (export to pdf, open pdf), added "export to tex
> file"
> - put a default address "no addr
Alan Schmitt writes:
> I think this has broken beamer export (new exporter). When I get back to
> commit 359b10b3070588e8b751935b3fbcc2c9d8885a6a everything works, but
> with this commit I have some error messages about the wrong number of
> arguments for (item contents info) or (headline content
Hello,
"Sebastien Vauban"
writes:
>> Over the last couple of days, a change made has the effect of displaying
>> something like:
>>
>> [0.33/1.00] (Read email and news)
>>
>> in the modeline, instead of:
>>
>> [0:33/1:00] (Read email and news)
>
> To add comments, it's not a "colon" vs "do
Nicolas Goaziou writes:
> Anyway, if you think it's useful to provide a patch, I suggest to
> dynamically bind `org-export-coding-system' in
> `org-e-latex-export-to-latex' before `org-export-to-file' is called.
> You'll have to open "outfile" in order to apply
> `latexenc-find-file-coding-system'.
Try configuring org-blank-before-new-entry. The FAQ has some
information about it:
http://orgmode.org/worg/org-faq.html
Here's what I use:
(setq org-blank-before-new-entry '((heading . nil)
(plain-list-item . nil)))
Regards,
Jason
On Wed, Nov 21, 2012 at 4:39
Nicolas Goaziou writes:
> Alan Schmitt writes:
>
>> I think this has broken beamer export (new exporter). When I get back to
>> commit 359b10b3070588e8b751935b3fbcc2c9d8885a6a everything works, but
>> with this commit I have some error messages about the wrong number of
>> arguments for (item co
Hi there,
I am trying to figure out how to export a latex file while suppressing the
\begin{document} \end{document} and all the other frontmatter stuff.
In essence, I would like to create a .tex file that will be included in
another latex file. More specifically, I want the exported file to look
It did the trick. Thank you Jason !
One could add in the FAQ entry "Why is a blank line inserted after
headlines and list items?" that the same variable control subtree motion.
Regards,
Philippe
On Thu, Nov 22, 2012 at 02:06:03PM -0500, Marvin Doyley wrote:
> Hi there,
>
> I am trying to figure out how to export a latex file while suppressing the
> \begin{document} \end{document} and all the other frontmatter stuff.
>
> In essence, I would like to create a .tex file that will be included
Aloha Achim,
Achim Gratz writes:
> Nicolas Goaziou writes:
>> Anyway, if you think it's useful to provide a patch, I suggest to
>> dynamically bind `org-export-coding-system' in
>> `org-e-latex-export-to-latex' before `org-export-to-file' is called.
>> You'll have to open "outfile" in order to a
I haven't tried this, I will upgrade to the latest version of org and
try. How do I tell org only to export the body ?
Sent from my iPhone
On Nov 22, 2012, at 2:06 PM, Marvin Doyley wrote:
> Hi there,
>
> I am trying to figure out how to export a latex file while suppressing the
> \begin{docum
On Thu, Nov 22, 2012 at 03:30:54PM -0500, Marvin Doyley wrote:
> I haven't tried this, I will upgrade to the latest version of org and
> try. How do I tell org only to export the body ?
When you use the new exporter, this is an option in the export dispatch
menu. To try it out, install the latest
Aloha Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> I've changed the attribute syntax for tables, images and lists in
> e-latex back-end (new exporter). New this back-end conforms to the
> syntax used by Babel and every other back-end.
>
> I've also added support for matrix editing.
>
> Here's a
Rainer M Krug writes:
> Hi
>
> I have in a document a definition of a projection, which is essentially a
> text as follow:
>
> #+BEGIN_src
> +proj=aea +lat_1=-28.25
> +lat_2=-29.75
> +lat_0=29
> +lon_0=30.75
> +x_0=0
> +y_0=0
> +datum
Russell Adams writes:
> It appears that in ob-sh.el function org-babel-sh-evaluate fails to
> honor other result types like latex.
>
> Adding latex to the result params test allows proper exporting of
> shell which results in latex code, otherwise it is imported with
> spaces separated into |'s t
Thomas S. Dye writes:
> I don't follow the details of this discussion, but I wonder how
> important AUTO really is?
I'm afraid I can't follow you…
AFAIK, specifying "AUTO" in the LaTeX header is supposed to be replaced
by whatever the coding system of the LaTeX buffer happens to be when it
gets s
Achim Gratz writes:
> Thomas S. Dye writes:
>> I don't follow the details of this discussion, but I wonder how
>> important AUTO really is?
>
> I'm afraid I can't follow you…
>
> AFAIK, specifying "AUTO" in the LaTeX header is supposed to be replaced
> by whatever the coding system of the LaTeX b
29 matches
Mail list logo