Lawrence Bottorff writes:
> ... assuming that OP is talking about latex export.
> I assumed he was talking about the org buffer - we'll have to wait
> and see who guessed correctly :-)
>
> --
> Nick
>
> Subtle. Yes, both would be nice, both in the buffer and as an HTML exp
>
> ... assuming that OP is talking about latex export.
> I assumed he was talking about the org buffer - we'll have to wait
> and see who guessed correctly :-)
>
> --
> Nick
>
> Subtle. Yes, both would be nice, both in the buffer and as an HTML export.
I put this
(setq org-list-demote-modify-bull
Eric S Fraga writes:
> On Thursday, 15 Oct 2015 at 18:07, Lawrence Bottorff wrote:
>> Would there be a way to add a \rightarrow (or other latex symbols) as an
>> ordered list "bullet"?
>
> Try
>
> 1. one item
> 2. @@latex:[$\rightarrow$]@@ second item
>
> (untested)
... assuming that OP is talki
On Thursday, 15 Oct 2015 at 18:07, Lawrence Bottorff wrote:
> Would there be a way to add a \rightarrow (or other latex symbols) as an
> ordered list "bullet"?
Try
1. one item
2. @@latex:[$\rightarrow$]@@ second item
(untested)
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.2-
Lawrence Bottorff writes:
> Thanks. Interesting. But not really what I'm after -- unless I'm not using it
> right. When I do M-x
> org-bullets-mode, it wants to replace heading asterisks with the alternative
> list
>
> (defcustom org-bullets-bullet-list
> '(;;; Large
> "◉"
> "○"
>
I've answered your first attempt at asking this on the list. I'm
answering the second attempt as I thought of something else: you could
use the textpos LaTeX package to position your figure exactly where you
want it.
http://www.ctan.org/tex-archive/macros/latex/contrib/textpos/
HTH,
eric
--
:
On Tuesday, 13 Oct 2015 at 22:55, Tobias Frischholz wrote:
> Hi there!
>
> The following setting is appreciated:
>
> The frame consists of two columns. The left one should have an image,
> the right one a list.
> In the left column an image should completely fill the column.
>
> This screenshot, wh
My small patch worked only for labels with colon.
With more extensive testing, I can propose this one against maint :
diff --git a/vendor/org-mode/lisp/ox-beamer.el
b/vendor/org-mode/lisp/ox-beamer.el
index 73d8a76..ee4f0d7 100644
--- a/vendor/org-mode/lisp/ox-beamer.el
+++ b/vendor/org-mode/lisp/
Hello Tobias,
I can't see clearly why you setting is not working. I changed the heading
to H1 and got something like this
#+TITLE:
#+AUTHOR:
#+OPTIONS: H:1 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+COLUMNS: %45ITEM %10BEAMER_
Fabrice Popineau writes:
> Oh! I got it.
>
> The problem is that beamer expects braces around a label with colon when
> you setup the label
> but *not when you ref it* :
>
> \begin{frame}[label={sec:orgheadline1}]{Frame 1}
> bla bla bla bla bla bla bla bla bla bla bla bla
> \end{frame}
>
> \again
Thanks. Interesting. But not really what I'm after -- unless I'm not using
it right. When I do M-x org-bullets-mode, it wants to replace heading
asterisks with the alternative list
(defcustom org-bullets-bullet-list
'(;;; Large
"◉"
"○"
"✸"
"✿"
;; ♥ ● ◇ ✚ ✜ ☯ ◆ ♠ ♣ ♦ ☢ ❀ ◆ ◖ ▶
2015-10-15 18:54 GMT+02:00 Fabrice Popineau :
>
>
> 2015-10-15 10:37 GMT+02:00 Nicolas Goaziou :
>
>> Fabrice Popineau writes:
>>
>> > At some point LaTeX reported an error on some frame heading.
>> > I wrongly inferred it could be the label.
>>
>> It would be nice to investigate about this error
Would there be a way to add a \rightarrow (or other latex symbols) as an
ordered list "bullet"?
LB
Nicolas Goaziou writes:
>> IIUC, this issue has not been sorted out yet. Should I wait for that to
>> happen,
>> or change the patch to use (apply #'nconc ...) and possibly revisit it in
>> the
>> future?
>
> I think the latter is fine. There are plenty of places to revisit in the
> future an
Hello, I've attached a patch fixing a minor typo in the docs. I think this
is the right list to send it to, let me know if I should send it elsewhere!
0001-org.texi-orgguide.texi-Fix-spelling-of-Sean-Astin-s-.patch
Description: Binary data
Nicolas Goaziou writes:
> Hello,
>
> Nick Dokos writes:
>
>> IIUC, this issue has not been sorted out yet. Should I wait for that to
>> happen,
>> or change the patch to use (apply #'nconc ...) and possibly revisit it in
>> the
>> future?
>
> I think the latter is fine. There are plenty of p
2015-10-15 10:37 GMT+02:00 Nicolas Goaziou :
> Fabrice Popineau writes:
>
> > At some point LaTeX reported an error on some frame heading.
> > I wrongly inferred it could be the label.
>
> It would be nice to investigate about this error, it it persists.
>
>
Beamer is very bad at reporting errors
Fabrice Popineau writes:
> At some point LaTeX reported an error on some frame heading.
> I wrongly inferred it could be the label.
It would be nice to investigate about this error, it it persists.
> I tried to force my own one and I was surprised CUSTOM_ID was not honoured
> as it is in other
Hi Matt,
Matt Price writes:
>> > a) add a horizontal rule
>> >
>> > pandoc expects a horizontal rule at each slide division. So, if
>> possible,
>> > I would like to add an hhr element at the end of every headline.
>>
>> What’s a hhr element?
>>
>> , I meant
>
>> Can you just use something like
19 matches
Mail list logo