Hi,
Filling paragraphs where the first word is *bold-face* fills the
following lines beginning in the 2nd column. See attached file for
details.
Regards, Max
* A
*this is a test* where the line begins with a bold-face-star. When the
line is auto-filled, it starts in the 2nd column.
Here's anot
Hi Bastien,
Bastien writes:
> Hi Max,
>
> Maximilian Matthe writes:
>
>> I've imported school holidays from .ics into my org-mode setup. They do
>> show up in the agenda. I would like to have a special color for all
>> holiday entries in the agenda. Maybe
Hi all,
I've imported school holidays from .ics into my org-mode setup. They do
show up in the agenda. I would like to have a special color for all
holiday entries in the agenda. Maybe I can add this in the
PROPERTIES-Drawer?
And another related question: Is it possible to give the start and end
David Maus writes:
> At Fri, 17 Dec 2010 14:28:22 +0100,
> Maximilian Matthé wrote:
>>
>> Hi guys,
>>
>> I'm using fresh pulled orgmode, emacs 23.1
>>
>> Having this:
>>
>> ,
>> | \begin{eqnarray*}
>> | b&=&
>> | \begin{cases}
>> | 1 & a>0 \\ 2 & \mbox{else} # (1)
>> | \end{cases}
>> | #
Am 03.11.2010 22:15, schrieb Nicolas Goaziou:
Hello,
Maximilian Matthe writes:
Hi guys,
I'm a really impressed orgmode-user. There is a thing that I don't
like but I hope, it can be customized. When I type sth like this:
(org-cdlatex-mode is enabeld)
- $a_{1}$
an press TA
Hi guys,
I'm a really impressed orgmode-user. There is a thing that I don't
like but I hope, it can be customized. When I type sth like this:
(org-cdlatex-mode is enabeld)
- $a_{1}$
an press TAB when the cursor is behind the 1 the cursor moves to the
beginning of the line. I would more like to
Hi,
I'm having a .tex-file named style.tex which contains the following:
> \usepackage{xspace}
> \newcommand{\cA}{\ensuremath{\mathcal{A}}\xspace}
I'm including this file into my org-file with
> #+LATEX_HEADER: \input{style}
Now, when I type sth. like this:
> Inside normal text \cA just work