[O] [Bug] Auto-fill and *bold-face* at line-begin

2012-01-12 Thread Maximilian Matthe
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

Re: [O] Color agenda items

2012-01-03 Thread Maximilian Matthe
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

[O] Color agenda items

2011-12-31 Thread Maximilian Matthe
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

[Orgmode] Re: [BUG] org-cdlatex after environment

2011-01-09 Thread Maximilian Matthe
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} >> | #

[Orgmode] Re: TAB in math-environment in list item

2010-11-03 Thread Maximilian Matthe
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

[Orgmode] TAB in math-environment in list item

2010-11-03 Thread Maximilian Matthe
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

[Orgmode] Latex-Export with custom commands

2010-10-12 Thread Maximilian Matthe
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