Myles English writes:
> Thanks for looking at this, I tried just now and can't see any change in
> what I reported above.
Since the patch, \[ \mysymbol = f \] is correctly displayed after C-c
C-x C-l here (I just changed "~/bug" with "bug" as bug.sty is not
located in my home directory).
Regar
Rick Frankel writes:
> On Mon, Feb 25, 2013 at 10:22:54AM +0100, Nicolas Goaziou wrote:
>> Hello,
>>
>> Rick Frankel writes:
>>
>> > This patch fixes a couple of bugs in the s5 exporter and brings both
>> > exporters in-sync w/ the updates to ox-html (uppercase properties, and
>> > HTML_CONTAI
Nicolas Goaziou gmail.com> writes:
> Bastien, is there another solution besides reverting the commit?
Not Bastien, but until a more permanent solution is found (if any) you could do
the same thing as with htmlize.el and commit it into contrib/lisp and instruct
folks to add this to ORG_ADD_CONTRIB
Hello,
Achim Gratz writes:
> Not Bastien,
No problem, that will do, too ;)
> but until a more permanent solution is found (if any) you could do
> the same thing as with htmlize.el and commit it into contrib/lisp and instruct
> folks to add this to ORG_ADD_CONTRIB if needed. Installing from E
> Achim Gratz :
> Steinar Bang writes:
>> But if I have this setting then notes created with `C-c C-z' end up on
>> the top level, even if I manually create a :LOGBOOK: drawer.
>>
>> Is it possible to have both?
> Unless it's been broken recently it should, but you probably need to
> customi
On Tue, 26 Feb 2013, Nicolas Goaziou wrote:
> Hello,
>
> Achim Gratz writes:
>
> > Not Bastien,
>
> No problem, that will do, too ;)
>
> > but until a more permanent solution is found (if any) you could do
> > the same thing as with htmlize.el and commit it into contrib/lisp and
> > instruc
Nick Dokos writes:
[...]
> I hope everybody does that. I use both the left and right control keys
> depending
> on where the "controlled" key is: C-whatever is always a two-hand operation
> for me.
> M-x is not however (they are close enough so that left thumb and index can do
> the
> job):
> "François" == François Pinard writes:
> Hi, Org people.
> This morning, I could not load Org because ox.el calls function
> tabulated-list, which does not seem to exist on this version of Emacs.
> So I fetched the one at https://github.com/sigma/tabulated-list.el to
> get going, but others
in org-mode/testing/examples/babel.org
a noweb-example1 as called, which seems not defined
Andreas
Hi!
I am using Org-mode files for READMEs and stuff on github.com. Since
github is using an old version of org-ruby[1] to visualize Org-mode,
there is only a limited support for Org-mode syntax elements.
If you don't want to try&error by yourself, take a look at
github-orgmode-tests[2] where you
Hi François,
François Pinard writes:
> P.S. About an option to sort the previous way, that is, by the physical
> contents of the line, visible or not, I do not have a use case for it, I
> would not need such an option.
>
> I sometimes, yet not often, need to group together links by their
> origi
Hi Rasmus,
Rasmus writes:
> I have been working on extending the KOMA letter support in Org. The
> backend is still rough and I would like to more stuff such as
> designing firstfood and firsthead with org elements (e.g. I use a
> tabularx for my firstfood with varioues stuff).
Thanks for the
Hi Karl,
Karl Voit writes:
> If you don't want to try&error by yourself, take a look at
> github-orgmode-tests[2] where you can see, what works and what
> doesn't work (yet).
>
> HTH
>
> 1. https://github.com/bdewey/org-ruby
> 2. https://github.com/novoid/github-orgmode-tests
Thanks for the
Hi Gijs,
Gijs Hillenius writes:
> Until today, I had have these two (legacy) lines in my orgmode configuration
>
> ;; (global-font-lock-mode 1) ; for all buffers
>
> which is already a default in emacs. This is also noted in the manual
> http://orgmode.org/manual/Activation.h
Nicolas Goaziou gmail.com> writes:
> Aaron Ecay gmail.com> writes:
> > Tikz graphics should be exported to LaTeX by \include, not as a link.
> > This commit changes the file extension used for tikz graphics from .tex
> > to .tikz.
>
> I'm wondering if it's really meant to be inserted as an inlin
Hi Andreas,
Andreas Röhler writes:
> in org-mode/testing/examples/babel.org
>
> a noweb-example1 as called, which seems not defined
Can you help suggesting a fix (ideally as a patch) and
explaining why it is needed?
Thanks,
--
Bastien
Hi Richard,
Richard Kim writes:
> Starting with emacs bzr trunk revision 111688 of Feb 7, 2013,
> following three line org file results in error when html export is
> attempted.
>
> -- start of foo.org
>
> #+TITLE: Nothing
>
> # f
Am 26.02.2013 11:41, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
in org-mode/testing/examples/babel.org
a noweb-example1 as called, which seems not defined
Can you help suggesting a fix (ideally as a patch) and
explaining why it is needed?
Thanks,
Hi Bastien,
as I'm still expl
Hello,
Since updating to latest Org this morning, I couldn't open anymore my file
~/org/work.org.
Symptom? Org-mode gets loaded, but buffer remains blank, and Emacs is
(apparently) inflooping, with letting me stop it (with C-g).
Solution? Kill Emacs through the task manager, and bisect:
╭──
Hi Daimrod,
Daimrod writes:
> I'm still only playing with org-sync and I don't fully understand the
> changes I've merged, so I won't push before I'm more confident with my
> understanding of org-sync.
Thanks. There is no hurry here anyway, so take your time.
> Unless Aurélien is against it,
D M German uvic.ca> writes:
> print $BO join($/, @r), $/ ;
Sorry, this should really be:
print $BO join(qq($/), @r), qq($/);
Anyway, I think I'll have to rework the wrapper to be an anonymous subroutine so
that the (reasonably expactable) "return @foo;" at the end of the program (or in
the mi
Eric,
Eric S Fraga wrote:
> Nick Dokos writes:
>
> [...]
>
>> I hope everybody does that. I use both the left and right control keys
>> depending on where the "controlled" key is: C-whatever is always a two-hand
>> operation for me. M-x is not however (they are close enough so that left
>> thumb
Andreas Röhler easy-emacs.de> writes:
> as I'm still exploring org-mode and the way to write tests for,
> please have a look IIUC,
In any case you should check if that isn't done on purpose to test for the
reaction of Org to missing code references. There are "negative" tests that are
expected t
Am 26.02.2013 12:19, schrieb Achim Gratz:
Andreas Röhler easy-emacs.de> writes:
as I'm still exploring org-mode and the way to write tests for,
please have a look IIUC,
In any case you should check if that isn't done on purpose to test for the
reaction of Org to missing code references. Ther
Hi Nicolas,
Nicolas Goaziou writes:
> Well I'd rather revert it then. Too many headaches foreseen. The commit
> was mostly cosmetic anyway.
FWIW, yes, I cannot think of another good solution than reverting the
commit. If it was just cosmetic, that's even better.
Best,
--
Bastien
Hello Nicolas,
> What about re-using the existing tool from "ox-latex.el"? What do you
> think of the following patch?
Very highly, this works perfectly. Thank you.
Unfortunatly, html export doesn't support imagemagick yet.
`org-html-latex-fragment' and `org-html-latex-environment' only handle
m
Bastien writes:
>> I have been working on extending the KOMA letter support in Org. The
>> backend is still rough and I would like to more stuff such as
>> designing firstfood and firsthead with org elements (e.g. I use a
>> tabularx for my firstfood with varioues stuff).
>
> Thanks for the patc
Hello,
Florian Beck writes:
> `org-create-formula-image-with-imagemagick' doesn't handle the case that
> `org-latex-pdf-process' is set to a function.
>
> To reproduce:
>
> - set `org-latex-pdf-process' to a function
> - (setq org-latex-create-formula-image-program 'imagemagick)
>this make
Hello,
'Scuse me for butting in but I would just like to share how I use tikz
graphics using the 'standalone' class, maybe its useful (and maybe not).
The advantage is that you can compile the tikz file by itself to see how
it looks and then \include it in the main document without having to
chan
Hi Rasmus,
Thank you for sharing this patch. I have changed ox-koma-letter.el as
well to fit my needs but didn't publish my changes.
On Mon, Feb 25, 2013 at 09:25:58PM +0100, Rasmus wrote:
[...]
> I have been working on extending the KOMA letter support in Org. The
> backend is still rough an
Nicolas Goaziou writes:
> Myles English writes:
>
>> Thanks for looking at this, I tried just now and can't see any change in
>> what I reported above.
>
> Since the patch, \[ \mysymbol = f \] is correctly displayed after C-c
> C-x C-l here (I just changed "~/bug" with "bug" as bug.sty is not
>
Florian Beck writes:
> Very highly, this works perfectly. Thank you.
Patch applied.
> Unfortunatly, html export doesn't support imagemagick yet.
> `org-html-latex-fragment' and `org-html-latex-environment' only handle
> mathjax and dvipng. (I've added imagemagick to the dvipng case, and this
>
Nicolas Goaziou gmail.com> writes:
> Does the following patch fix the problem?
I've just had a chance to test this on the system where the problem originally
showed up (Cygwin with the current 24.3 pre-release). On this system, the
buffer-file-coding-system is not copied and the (wrong) default
On Tue, Feb 26, 2013 at 12:10:13PM +0100, Sebastien Vauban wrote:
>
> Quite a bit OT, but is it true that, for example, to type `C-whatever', we
> should use both hands, one for `C' and the other for `whatever'?
I determine that depending on the key combination. e.g. C-x or C-s I do
with my left
Andreas Röhler easy-emacs.de> writes:
> Being well aware mistakes are possible.
That org file is used for some tests in test-ob-exp and not intended for you to
do manual evaluations in. And from the test setup in ob-exp/noweb-on-export it
appears that the missing noweb-example1 is intended (as w
Hello,
Achim Gratz writes:
> A .tikz file usually contains a tikzpicture environment that wraps around the
> actual tikz code. It produces a box just like includegraphics does, only that
> it is normal LaTeX code, and so you need \include to read it.
Ok, thank you.
>> If it doesn't, it may be
org-babel-execute-src-block: No org-babel-execute function for python!
When evaluating the following block C-c C-c starting from emacs -Q
#+BEGIN_SRC python
a = 5
b = 16
print(a + b)
#+END_SRC
the error message from title appears
GNU Emacs 24.3.50.1 (i686-suse-linux-gnu, GTK+ Version 2.22.1)
Hi Achim,
Achim Gratz writes:
>> Being well aware mistakes are possible.
>
> That org file is used for some tests in test-ob-exp and not intended for you
> to
> do manual evaluations in. And from the test setup in ob-exp/noweb-on-export
> it
> appears that the missing noweb-example1 is intend
Hi Nicolas,
Nicolas Goaziou writes:
> Has it to be an export only property? I mean, it could be used in
> a library like org-toc.el.
(Er.. org-toc.el should be trashed, it's 99% obsolete.)
> Also EXPORT_KEYWORD prefix is mostly used when there is a global
> #+KEYWORD: available. There is no #+
Andreas Röhler wrote:
> org-babel-execute-src-block: No org-babel-execute function for python!
>
> When evaluating the following block C-c C-c starting from emacs -Q
>
> #+BEGIN_SRC python
> a = 5
>
> b = 16
>
> print(a + b)
> #+END_SRC
>
> the error message from title appears
>
> GNU Emacs
Hi Andreas,
Andreas Röhler writes:
> org-babel-execute-src-block: No org-babel-execute function for python!
>
> When evaluating the following block C-c C-c starting from emacs -Q
You need
(org-babel-do-load-languages
'org-babel-load-languages
'((python . t)))
See (info "(Org)Languages")
H
Hi Achim,
Achim Gratz writes:
> The point of having the new macro is to avoid the question about
> reverting the file when the file visited by a buffer has been edited
> outside Emacs. You can do exactly the same changes (cosmetic or not)
> with both macros, but org-unmodified will ask you when
Hi Myles,
Myles English writes:
> #+LATEX_HEADER: \usepackage{~/bug}
you want
#+LATEX_HEADER: \usepackage{/full/path/bug}
HTH,
--
Bastien
Hi,
Org-mode is not working properly after I updated my Ubuntu 12.04
yesterday. During the update, emacs also got updated. The .org files look
like plain text file, for example, no tree structure, no folding etc.
Please help.
-
*Sanjib Sikder
**
*
Hi Christopher,
Christopher Schmidt writes:
> C-h f org-map-entries RET
>
> The remaining args are treated as settings for the skipping
> facilities of the scanner. The following items can be given here:
>
> archiveskip trees with the archive tag.
> commentskip trees
Bastien writes:
> Hi Myles,
>
> Myles English writes:
>
>> #+LATEX_HEADER: \usepackage{~/bug}
>
> you want
>
> #+LATEX_HEADER: \usepackage{/full/path/bug}
I do use the full path but cut it down for the example, which was
incorrect, because it should have had a full path, so thanks for
pointing
Hi Sakurai san,
CC: Hi David,
thanks a lot for the offer, I would need to check what was the specific
problem. Indeed I would love to use calfw if it can produce a printable
version.
Did you think about a PDF export via LaTeX?
I would be glad to help with this.
Actually, my idea was to get a prin
Nicolas Goaziou gmail.com> writes:
> I'm not questioning the usefulness of the patch. I want to know if
> `org-latex--inline-image' is the appropriate function to provide that
> feature or if the feature should be provided through another function.
>
> In particular, `org-latex--inline-image' pro
Hi Myles,
I followed the directions. I created bug.sty and minimal.el in the
same directory and it worked for me.
My ox.elc was in /home/evan/Documents/org/elisp/org-mode.
My bug.sty was in /home/evan/Documents/org/exporter
My minimal.el was in /home/evan/Documents/org/exporter
My bug.org was in
>
> No, it is not.
Thanks Bastien for the explanation. I can now get support for orgstruct
without setting outline-regexp, but in so doing I found an odd error.
I've sent Christopher a minimal example, but didn't send it to the list
as I wasn't sure about whether attachments could be sent to the
>> git log | head -3
>> commit 3a0e559ad976eaf8e6e6d4b304209d310e282a7d
>> Author: Bastien Guerry
>> Date: Sun Feb 24 19:42:12 2013 +0100
>>
>
> FWIW, I'm on that commit and I don't see the problem.
Thanks Nick; based on your comments and Achim's other replies, I nuked
and reinstalled orgmode
Sanjib Sikder writes:
> Hi,
Hi Sanjib,
> Org-mode is not working properly after I updated my Ubuntu 12.04
> yesterday. During the update, emacs also got updated. The .org files
> look like plain text file, for example, no tree structure, no folding
> etc.
Does `M-x org-mode RET' activate Org
Hi Sanjib,
Sanjib Sikder wrote:
> Org-mode is not working properly after I updated my Ubuntu 12.04
> yesterday. During the update, emacs also got updated. The .org files look
> like plain text file, for example, no tree structure, no folding etc.
>
> Please help.
Could it be related to the bug I
Hi Sanjib,
Daimrod writes:
>> Org-mode is not working properly after I updated my Ubuntu 12.04
>> yesterday. During the update, emacs also got updated. The .org files
>> look like plain text file, for example, no tree structure, no folding
>> etc.
>
> Does `M-x org-mode RET' activate Org Mode af
Hi Samuel and all,
Samuel Wales writes:
> This is the infamous "meaningless ellipses at the top of the buffer"
> problem.
... which should now be fixed.
Thanks for confirming,
--
Bastien
Hi Evan,
Evan Misshula writes:
> I followed the directions. I created bug.sty and minimal.el in the
> same directory and it worked for me.
>
> My ox.elc was in /home/evan/Documents/org/elisp/org-mode.
> My bug.sty was in /home/evan/Documents/org/exporter
> My minimal.el was in /home/evan/Docume
Am 26.02.2013 14:49, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
org-babel-execute-src-block: No org-babel-execute function for python!
When evaluating the following block C-c C-c starting from emacs -Q
You need
(org-babel-do-load-languages
'org-babel-load-languages
'((python
Hi David,
davi...@es.gnu.org (David Arroyo Menéndez) writes:
> With #+LANGUAGE: es, doing org-export-as-pdf the dates and the contents is
> being showed in
> english, but org-export-as-html appears in spanish.
For Org 7.8.11 you need this:
#+LaTeX_HEADER: \usepackage[spanish]{babel}
Thanks,
Andreas Röhler writes:
>> (org-babel-do-load-languages
>> 'org-babel-load-languages
>> '((python . t)))
>>
>> See (info "(Org)Languages")
>>
> Bugs exists after loading that.
> Please tell if you need more info.
Please give a reproducible recipe.
--
Bastien
On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler
wrote:
> Am 26.02.2013 14:49, schrieb Bastien:
>
>> Hi Andreas,
>>
>> Andreas Röhler writes:
>>
>>> org-babel-execute-src-block: No org-babel-execute function for python!
>>>
>>> When evaluating the following block C-c C-c starting from emacs -Q
>>
Stephen Eglen writes:
> Thanks Bastien for the explanation. I can now get support for orgstruct
> without setting outline-regexp, but in so doing I found an odd error.
> I've sent Christopher a minimal example, but didn't send it to the list
> as I wasn't sure about whether attachments could be
On Monday, February 25, 2013, Sebastien Vauban wrote:
> Hi Daniel,
>
> Daniel Hawthorne wrote:
> > Greetings,
> > After updating to 7.9.3e, I no longer am able to include a
> stylesheet
> > link with the following syntax:
> >
> > #+STYLE: > href="../relative/path/to/mystyle.css"/>
> >
> > If
Hi all,
I suggest we re-open this topic after Org 8.0.
Best,
--
Bastien
Hi,
Just now I noticed, the tree structure is working, but it is not hiding the
stars. All texts are black in color. The links are literal like following.
[[file:myfile.org][myfile]]
> Does `M-x org-mode RET' activate Org Mode after you've opened the file?
The above command does not improve th
Hi Florian,
thanks for the in-depth presentation -- I need to practice
my german, but Google translate helped a bit.
I added the presentation on the website:
http://orgmode.org/talks.html
Best,
--
Bastien
Stephen Eglen writes:
> Thanks Bastien for the explanation. I can now get support for
> orgstruct without setting outline-regexp, but in so doing I found an
> odd error. I've sent Christopher a minimal example, but didn't send
> it to the list as I wasn't sure about whether attachments could be
Sebastien Vauban writes:
> Eric,
>
[...]
> Quite a bit OT, but is it true that, for example, to type `C-whatever', we
> should use both hands, one for `C' and the other for `whatever'?
Hi Seb,
Yes, just as one should do with the shift key. However, the problem
with C- is that the right contr
Achim Gratz writes:
> I've just had a chance to test this on the system where the problem originally
> showed up (Cygwin with the current 24.3 pre-release). On this system, the
> buffer-file-coding-system is not copied and the (wrong) default takes over
> again. I'm puzzled, I can't see how this
> Yes, you can send attachments to the list -- in general, please share
> bugs publicly as much as possible, receiving private emails about bugs
> is not encouraging for the maintainer (in this case Christopher) and
> not useful for the other people on this list, as they cannot contribute
> to deb
On 2/26/13, Bastien wrote:
>> This is the infamous "meaningless ellipses at the top of the buffer"
>> problem.
>
> ... which should now be fixed.
Thank you very much!
Unfortunately, the bug is still there for the isearch case. Can't
make an ECM now.
Samuel
--
The Kafka Pandemic: http://theka
Set it to 20, thanks.
Hopefully I never need to hit the 26 limit.
2012/11/29 Nick Dokos
> 42 147 wrote:
>
> > Very nice.
> >
> > However, I'd like to write a function that toggles the color value
> (without
> > recourse to the customize menu), since it would be useful to highlight
> the
> > fo
Oops, wrong thread.
2013/2/26 42 147
> Set it to 20, thanks.
>
> Hopefully I never need to hit the 26 limit.
>
>
> 2012/11/29 Nick Dokos
>
>> 42 147 wrote:
>>
>> > Very nice.
>> >
>> > However, I'd like to write a function that toggles the color value
>> (without
>> > recourse to the customize
Set it to 20, thanks.
Hopefully I never need to hit the 26 limit.
2013/2/24 Nick Dokos
> 42 147 wrote:
>
> >
> > I'm unable to go past 14 levels in.
> >
> > ** Headline 14 levels in.
> > *** Headline 15 levels in.
> >
> > I can't fold Headline 15 into Headline 14.
> >
>
Aaron Ecay writes:
> Tikz graphics should be exported to LaTeX by \include, not as a link.
> This commit changes the file extension used for tikz graphics from .tex
> to .tikz.
Thank you, this works nicely. Instead of dropping the options you might
want to consider wrapping another tikzpicture en
These are implemented with \resizebox, and thus are uniform across
different types of image inclusion (\includegraphics, \input of tikz
images). This differs from the older way of using width and height
optional args to \includegraphics.
Thus, the default value for org-latex-image-default-options
Am 26.02.2013 17:00, schrieb Ista Zahn:
On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler
wrote:
Am 26.02.2013 14:49, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
org-babel-execute-src-block: No org-babel-execute function for python!
When evaluating the following block C-c C-c star
2013ko otsailak 26an, Bastien-ek idatzi zuen:
> (Er.. org-toc.el should be trashed, it's 99% obsolete.)
It is? I like its functionality and don’t know of any replacement...
--
Aaron Ecay
Andreas Röhler writes:
> Hi Ista,
>
> Org-mode version is 7.9.3e (7.9.3e-3-gb07a9b
>
> i.e. loading current trunk.
>
> When following your prescription, bug does not occur.
>
> My from way to load languages was
>
> (org-babel-do-load-languages
>'org-babel-do-load-languages
>'(
> (s
Hi Florian,
Florian Adamsky wrote:
> mid last year, I held a talk about Emacs Org-mode at a small hacker
> conference in Germany called Gulaschprogrammiernacht (GPN12) with the
> title "Emacs Org-mode - der hackbare Notizblock in Plaintext" (engl.
> the hackable notepad in plain text).
>
> The org
These commands navigate among siblings in the outline, and are bound to
the ‘f’ and ‘b’ keys. Move the function for toggling toc-follow to ‘F’.
---
Bastien's comment about org-toc prompted me to send in this patch,
which I've been sitting on for a while.
contrib/lisp/org-toc.el | 29 +++
Am 26.02.2013 20:50, schrieb Thomas S. Dye:
Andreas Röhler writes:
Hi Ista,
Org-mode version is 7.9.3e (7.9.3e-3-gb07a9b
i.e. loading current trunk.
When following your prescription, bug does not occur.
My from way to load languages was
(org-babel-do-load-languages
'org-babel-do-lo
Babel asks for confirmation to evaluate a source block even when it is
going to use the cached value. This patch skips the superfluous
confirmation in that case (no evaluation takes place, the cached value
is used).
>From da687f5a40767921c7f3f309eeda0cadb09f7116 Mon Sep 17 00:00:00 2001
From: Ac
Hi Sébastien,
"Sebastien Vauban"
writes:
> With recent versions of Org mode, the Highlighting of timestamps is not
> happening between the right positions anymore: it begins one character before
> the beginning of the timestamp, as you can see on
> http://screencast.com/t/llxtNT3m.
Fixed, tha
Hello,
"Sebastien Vauban"
writes:
> Since updating to latest Org this morning, I couldn't open anymore my file
> ~/org/work.org.
>
> Symptom? Org-mode gets loaded, but buffer remains blank, and Emacs is
> (apparently) inflooping, with letting me stop it (with C-g).
>
> Solution? Kill Emacs t
Hi Sébastien,
"Sebastien Vauban"
writes:
> Now, having my Git tip on commit 3f95d81, everything's OK. I can work again,
> but the most difficult problem is that I don't see how to debug further the
> above problem.
Is this with Emacs/24.2.91 on windows-nt?
Do you have this error with emacs -
>> I have been working on extending the KOMA letter support in Org. The
>> backend is still rough and I would like to more stuff such as
>> designing firstfood and firsthead with org elements (e.g. I use a
>> tabularx for my firstfood with varioues stuff).
>>
>> I have changed the following obj
On 02/26/2013 07:29 AM, Bastien wrote:
> Hi Samuel and all,
>
> Samuel Wales writes:
>
>> This is the infamous "meaningless ellipses at the top of the buffer"
>> problem.
>
> ... which should now be fixed.
>
> Thanks for confirming,
Thanks for fixing it! Just tested the latest git and the pro
2013ko otsailak 26an, Nicolas Goaziou-ek idatzi zuen:
>
> I'm not questioning the usefulness of the patch. I want to know if
> `org-latex--inline-image' is the appropriate function to provide that
> feature or if the feature should be provided through another function.
>
> In particular, `org-lat
If it would be helpful I can send a screen shot to anyone who wants one offlist.
Best,
Evan
On Tue, Feb 26, 2013 at 9:54 AM, Evan Misshula wrote:
> Hi Myles,
>
> I followed the directions. I created bug.sty and minimal.el in the
> same directory and it worked for me.
>
> My ox.elc was in /home/
2013ko otsailak 26an, Achim Gratz-ek idatzi zuen:
> Thank you, this works nicely. Instead of dropping the options you
> might want to consider wrapping another tikzpicture environment around
> the \input statement and applying any options there.
>
>
This is a good idea. To avoid a proliferatio
Hi Aaron,
Aaron Ecay writes:
> These commands navigate among siblings in the outline, and are bound to
> the ‘f’ and ‘b’ keys. Move the function for toggling toc-follow to ‘F’.
> ---
>
> Bastien's comment about org-toc prompted me to send in this patch,
> which I've been sitting on for a while.
Hi Samuel,
Samuel Wales writes:
> On 2/26/13, Bastien wrote:
>>> This is the infamous "meaningless ellipses at the top of the buffer"
>>> problem.
>>
>> ... which should now be fixed.
>
> Thank you very much!
>
> Unfortunately, the bug is still there for the isearch case. Can't
> make an ECM n
Hello,
Mike McLean writes:
> I've noticed an inconsistency with HTML_STYLE. When I have a few lines of
> them in a common file, which I include in all of my Org documents via
> #+SETUPFILE, they work fine. For some specific documents, I have a CSS
> override, something I desire to look different
On 2/26/13, Bastien wrote:
> I fixed this one too. Thanks for your patience,
Greatly appreciated! I have been trying to fix that for years.
Will test.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY
can
Hi Tokuya,
thanks a lot for all these enhancements!
Tokuya Kameshima writes:
> If this is fine, I would like Bastien to incorporate it to the git
> repo.
I applied this patch:
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=7604fe1
I allowed myself to incorporate your workflow in the comm
On 2/25/13, Nicolas Goaziou wrote:
> I think we're not talking about the same thing. The fix allows empty
> lines in regular footnote definitions, not inline ones.
This thread's subject is inline footnotes, in which
paragraphs worked well for me in the old exporter and do not
work for me now. So
Attached is a patch to fix a couple of bugs which slipped by during
the re-integration. Also, a fix for the renamed functions in ox-html.
rick
>From daf83f8743cf512185e8ba2168571759bf51eac4 Mon Sep 17 00:00:00 2001
From: Rick Frankel
Date: Tue, 26 Feb 2013 14:26:27 -0500
Subject: [PATCH] Slidesho
Aaron Ecay writes:
> WDYT?
> [...]
> These are implemented with \resizebox, and thus are uniform across
> different types of image inclusion (\includegraphics, \input of tikz
> images). This differs from the older way of using width and height
> optional args to \includegraphics.
I don't like it
Hello,
Bastien writes:
> Hi Nicolas,
>
> Nicolas Goaziou writes:
>
>> Has it to be an export only property? I mean, it could be used in
>> a library like org-toc.el.
>
> (Er.. org-toc.el should be trashed, it's 99% obsolete.)
>
>> Also EXPORT_KEYWORD prefix is mostly used when there is a global
Hello,
Rick Frankel writes:
> Attached is a patch to fix a couple of bugs which slipped by during
> the re-integration. Also, a fix for the renamed functions in ox-html.
Applied. Thank you.
I renamed `org-export-get-optional-title' into
`org-export-get-alt-title'.
Regards,
--
Nicolas Goazi
1 - 100 of 109 matches
Mail list logo