Rainer Stengele writes:
> Many times I start with something like
>
>
> headline
> item1
> Text belonging to item1
> Text belonging to item1
> Text belonging to item1
> item2
> Text belonging to item2
> Text belonging to item2
> Text belonging to item2
Am 02.03.2011 10:51, schrieb Nicolas:
> Hello,
>
> Rainer Stengele writes:
>
>> I do not understand why when pressing TAB being at point ^:
>>
>> - item
>>
>> ^
>>
>> results in
>>
>> - item
>>
>> ^
>>
>>
>> but having
>>
>>
>> - item
>> TEXT
>> ^
>>
>> and pressing TAB results in
>>
>> - item
>
Hello,
Rainer Stengele writes:
> I do not understand why when pressing TAB being at point ^:
>
> - item
>
> ^
>
> results in
>
> - item
>
> ^
>
>
> but having
>
>
> - item
> TEXT
> ^
>
> and pressing TAB results in
>
> - item
> TEXT
> ^
>
> How can I get the indentation same as
Am 02.03.2011 00:45, schrieb Nicolas:
> Hello,
>
> Rainer Stengele writes:
>
>> * headline
>> - item
>> TEXT
>> ^
>>
>> cursor on first "T" of "TEXT" and pressing "TAB" I got:
>>
>> * headline
>> - item
>> TEXT
>>
>> nowadays I get
>>
>> * headline
>> - item
>> TEXT
>> I checked the or
Hello,
Rainer Stengele writes:
> * headline
> - item
> TEXT
> ^
>
> cursor on first "T" of "TEXT" and pressing "TAB" I got:
>
> * headline
> - item
> TEXT
>
> nowadays I get
>
> * headline
> - item
> TEXT
> I checked the org-*indent* variables but could not find a matching variable.