emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* indentation bug related to preceding :PROPERTIES: line
@ 2011-02-03  9:05 Rainer Stengele
  2011-02-03  9:53 ` Sébastien Vauban
  2011-02-03 13:38 ` Nicolas Goaziou
  0 siblings, 2 replies; 5+ messages in thread
From: Rainer Stengele @ 2011-02-03  9:05 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

I have found an indentation bug:

Example:
-------------------------------------------------------------------
* headline
:PROPERTIES:
#+TITLE:     title
:END:

***** INARBEIT test
      :LOGBOOK:
      CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] =>  0:00
      CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] =>  0:00
      CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] =>  0:00
      CLOCK: [2011-02-03 Do 09:53]--[2011-02-03 Do 09:54] =>  0:01
      CLOCK: [2011-02-03 Do 09:53]--[2011-02-03 Do 09:53] =>  0:00
      CLOCK: [2011-02-03 Do 09:53]--[2011-02-03 Do 09:53] =>  0:00
:END:
-------------------------------------------------------------------

Pressing TAB on the :END: closing the :LOGBOOK: indents it to the same
level as the :PROPERTIES: string above.

Deleting the :PROPERTIES: item leads to the correct indentation.

- Rainer

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: indentation bug related to preceding :PROPERTIES: line
  2011-02-03  9:05 indentation bug related to preceding :PROPERTIES: line Rainer Stengele
@ 2011-02-03  9:53 ` Sébastien Vauban
  2011-02-03 13:38 ` Nicolas Goaziou
  1 sibling, 0 replies; 5+ messages in thread
From: Sébastien Vauban @ 2011-02-03  9:53 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi Rainer,

Rainer Stengele wrote:
> I have found an indentation bug:
>
> Example:
> -------------------------------------------------------------------
> * headline
> :PROPERTIES:
> #+TITLE:     title
> :END:
>
> ***** INARBEIT test
>       :LOGBOOK:
>       CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] =>  0:00
>       CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] =>  0:00
>       CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] =>  0:00
>       CLOCK: [2011-02-03 Do 09:53]--[2011-02-03 Do 09:54] =>  0:01
>       CLOCK: [2011-02-03 Do 09:53]--[2011-02-03 Do 09:53] =>  0:00
>       CLOCK: [2011-02-03 Do 09:53]--[2011-02-03 Do 09:53] =>  0:00
> :END:
> -------------------------------------------------------------------
>
> Pressing TAB on the :END: closing the :LOGBOOK: indents it to the same
> level as the :PROPERTIES: string above.

For my own understanding, what's the behavior you normally get when promoting
or demoting such nodes?

(See my yesterday's post [2011-02-02 Wed 21:35] abut this particular question).

Best regards,
  Seb

-- 
Sébastien Vauban


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: indentation bug related to preceding :PROPERTIES: line
  2011-02-03  9:05 indentation bug related to preceding :PROPERTIES: line Rainer Stengele
  2011-02-03  9:53 ` Sébastien Vauban
@ 2011-02-03 13:38 ` Nicolas Goaziou
  2011-02-03 13:44   ` Rainer Stengele
  2011-02-05  1:57   ` Bernt Hansen
  1 sibling, 2 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2011-02-03 13:38 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode

Hello,

>>>>> Rainer Stengele writes:

> Hi all,

> I have found an indentation bug:
> 
> Pressing TAB on the :END: closing the :LOGBOOK: indents it to the
> same level as the :PROPERTIES: string above.

I cannot reproduce it in development version. What version are you using?

Regards,

--
Nicolas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: indentation bug related to preceding :PROPERTIES: line
  2011-02-03 13:38 ` Nicolas Goaziou
@ 2011-02-03 13:44   ` Rainer Stengele
  2011-02-05  1:57   ` Bernt Hansen
  1 sibling, 0 replies; 5+ messages in thread
From: Rainer Stengele @ 2011-02-03 13:44 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

Am 03.02.2011 14:38, schrieb Nicolas Goaziou:
> Hello,
> 
>>>>>> Rainer Stengele writes:
> 
>> Hi all,
> 
>> I have found an indentation bug:
>>
>> Pressing TAB on the :END: closing the :LOGBOOK: indents it to the
>> same level as the :PROPERTIES: string above.
> 
> I cannot reproduce it in development version. What version are you using?
> 
> 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
> 
Hi,

I am running the latest git version:

Org-mode version 7.4 (release_7.4.328.g1cc7)

Rainer

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: indentation bug related to preceding :PROPERTIES: line
  2011-02-03 13:38 ` Nicolas Goaziou
  2011-02-03 13:44   ` Rainer Stengele
@ 2011-02-05  1:57   ` Bernt Hansen
  1 sibling, 0 replies; 5+ messages in thread
From: Bernt Hansen @ 2011-02-05  1:57 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode, Rainer Stengele

Nicolas Goaziou <n.goaziou@gmail.com> writes:

> Hello,
>
>>>>>> Rainer Stengele writes:
>
>> Hi all,
>
>> I have found an indentation bug:
>> 
>> Pressing TAB on the :END: closing the :LOGBOOK: indents it to the
>> same level as the :PROPERTIES: string above.
>
> I cannot reproduce it in development version. What version are you using?

Hi Rainer,

I can't reproduce this either.  Does it happen with a minimal emacs
setup for you?  Maybe there is something in your custom emacs setup that
is triggering this behaviour.

Regards,
Bernt

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-05  1:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-03  9:05 indentation bug related to preceding :PROPERTIES: line Rainer Stengele
2011-02-03  9:53 ` Sébastien Vauban
2011-02-03 13:38 ` Nicolas Goaziou
2011-02-03 13:44   ` Rainer Stengele
2011-02-05  1:57   ` Bernt Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).