[O] special blocks

2017-03-14 Thread Marvin Doyley
Does anybody know how to set the foreground color of special blocks ? Cheers, M

Re: [O] special blocks require whitespace

2016-04-13 Thread Eric S Fraga
On Wednesday, 13 Apr 2016 at 12:48, pray...@unimelb.edu.au wrote: > This is probably documented somewhere but I was surprised that I > needed to add some white space in order to get special blocks > recognized as such. Your example works fine for me. -- : Eric S Fraga (0xFFFCF67D), Emacs

[O] special blocks require whitespace

2016-04-13 Thread prayner
This is probably documented somewhere but I was surprised that I needed to add some white space in order to get special blocks recognized as such. Here is a simple example: #+Options: num:nil toc:nil #+TITLE: #+AUTHOR: #+BEGIN_CENTER this is not handled correctly #+END_CENTER #+BEGIN_CENTER

Re: [O] Special blocks with options in LaTeX export

2015-07-30 Thread Sebastien Vauban
Rasmus ras...@gmx.us writes: Suvayu Ali fatkasuvayu+li...@gmail.com writes: I am trying to export special blocks with options. But it seems the options part is being ignored completely. I expect the following: #+begin_aside :options {Combinatorial background} It is all random!

Re: [O] Special blocks with options in LaTeX export

2015-07-30 Thread Rasmus
Sebastien Vauban sva-n...@mygooglest.com writes: Rasmus ras...@gmx.us writes: Suvayu Ali fatkasuvayu+li...@gmail.com writes: I am trying to export special blocks with options. But it seems the options part is being ignored completely. I expect the following: #+begin_aside :options

Re: [O] Special blocks with options in LaTeX export

2015-06-28 Thread Rasmus
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi, I am trying to export special blocks with options. But it seems the options part is being ignored completely. I expect the following: #+begin_aside :options {Combinatorial background} It is all random! #+end_aside to be exported

Re: [O] Special blocks with options in LaTeX export

2015-06-28 Thread Suvayu Ali
Hi Rasmus, On Sun, Jun 28, 2015 at 01:30:33PM +0200, Rasmus wrote: Options are read via (org-export-read-attribute :attr_latex special-block :options). As to whether special blocks should support options via a keyword like in your example, I do not know. FWIW ox-html also

[O] Special blocks with options in LaTeX export

2015-06-28 Thread Suvayu Ali
Hi, I am trying to export special blocks with options. But it seems the options part is being ignored completely. I expect the following: #+begin_aside :options {Combinatorial background} It is all random! #+end_aside to be exported as: \begin{aside}{Combinatorial background} It is