[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 another paragraph starting without bold-face and filling it
starts lines in 1st column.


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 I can add this in the
>> PROPERTIES-Drawer? 
>
> I don't think so.  
>
> How are you adding your .ics data into your Agenda?  
>
I downloaded the .ics-file and converted into an org-file with ics2org
from Eric S. Fraga. I attach the resulting org-file. That file is then
added into the agenda by adding it into my list of org-files (C-c [ or
sth. ). 

>> And another related question: Is it possible to give the start and end
>> of a date (e.g. holidays) a different color than the intermediate days?
>
> Nope, sorry.
Hm... too bad.

Maybe one can add a property like :FONTSTYLE: where one can define how
the item look like in the agenda?

Regards, Max

ferien.org
Description: Binary data


[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
of a date (e.g. holidays) a different color than the intermediate days?

Regards, Max




[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}
>> |   # (2)
>> | \end{eqnarray*}
>> `
>>
>> typing _ at # (1) shows up _{}, but typing this at #(2) does nothing
>> special. It seems, as if cdlatex thinks, the math block has ended
>> after \end{cases}, since fr does not expand, too etc.
>>
>> It would be really great to have it fixed :)
>
> Could you provide a small Org mode file to reproduce this problem?  I
> am not very familar with the usage of Org mode and LaTex so I
> currently have no clue how to reproduce the problem.
>
> Thanks,
>   -- David

Sure, it's attached, with some  comments in it to reproduce.
Thanks, Max



cld-bug.org
Description: Binary data
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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 TAB when the cursor is behind the 1 the cursor moves to the
beginning of the line. I would more like to move it after the } as
it does when the line doesn't contain a list item.


I guess you're not using latest (stable) version of Org mode. If you
upgrade, point will not move at the beginning of the line anymore.

But, if `org-cycle-include-plain-lists' is not nil, TAB will still
hide item's body before cdlatex kicks in.

Regards,

-- Nicolas

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



Thank you, that perfectly works!


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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 move it after the } as it
does when the line doesn't contain a list item.

So, is there some way to set the priority of the cdlatex-mode's TAB
higher than the list's one?

Regards, Max


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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 works fine.

But when I want to add superscripts to that A:

> Now adding a superscript to \cA^n because I need it.

In the pdf-Output there is a space between the superscript and the A. 
That is because of the latex-export does sth like:


> \ensuremath{\mathcal{A}}$^n$

Is there some workaround for that behaviour?

Best regards, Max


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode