Re: [Orgmode] org-indent mode not indenting free text?

2010-12-03 Thread Antti Kaihola
2010/12/2 Erik Iverson er...@ccbr.umn.edu:
 I also don't understand the following part of
 Antti's message:

 Free text is still not indented and indents are only one space.

 That seems contradictory to me?

Sorry about vague language: task items (lines with asterisks) are
indented by only one space, and free text isn't indented at all.

___
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


Re: [Orgmode] org-indent mode not indenting free text?

2010-12-02 Thread Erik Iverson

I also don't understand the following part of
Antti's message:

Free text is still not indented and indents are only one space.

That seems contradictory to me?

--Erik


Erik Iverson wrote:

Carsten,

Not as far as I can tell, it seemed fixed to me
after David's message:

http://www.mail-archive.com/emacs-orgmode@gnu.org/msg33781.html

I haven't had any problems since then, and I just did
a pull just now, reloaded and all appears well.

If there's anything else I can do to help, please let me
know, but I can say that my original issue was fixed, so
I'm not sure if anyone else is still having the problem,
why it would be? Did they org-reload or restart emacs?
I thought maybe with that problem, I actually had to
restart emacs to get it to work again, but could be
mis-remembering.

--Erik

Carsten Dominik wrote:

Hi Erik,

are you still having this problem?

- Carsten

On Nov 23, 2010, at 5:47 PM, Erik Iverson wrote:


Hello,

I just pulled the latest org from git, and org-indent
mode does not seem to be fully working anymore.

I still see the additional stars added to headlines, and
they are shadowed properly.  But the free text lines under
each headline are not shown indented as they previously
were.

I cannot be sure when this change happened, but I think
within the last week or so.  Can anyone else reproduce
this?

It wasn't clear from looking at the git logs for
org-indent.el that anything has recently changed that
would affect this, so I'm currently stumped.

--Erik

___
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




___
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


___
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


Re: [Orgmode] org-indent mode not indenting free text?

2010-12-02 Thread Carsten Dominik

Hi Erik,

On Dec 2, 2010, at 9:29 PM, Erik Iverson wrote:


Carsten,

Not as far as I can tell, it seemed fixed to me
after David's message:

http://www.mail-archive.com/emacs-orgmode@gnu.org/msg33781.html


Thanks for your reply.  It is working here as well, so
I also do not know why there are still problems.  Most
likely a version/loading issue I would think.

- Carsten




I haven't had any problems since then, and I just did
a pull just now, reloaded and all appears well.





If there's anything else I can do to help, please let me
know, but I can say that my original issue was fixed, so
I'm not sure if anyone else is still having the problem,
why it would be? Did they org-reload or restart emacs?
I thought maybe with that problem, I actually had to
restart emacs to get it to work again, but could be
mis-remembering.

--Erik

Carsten Dominik wrote:

Hi Erik,
are you still having this problem?
- Carsten
On Nov 23, 2010, at 5:47 PM, Erik Iverson wrote:

Hello,

I just pulled the latest org from git, and org-indent
mode does not seem to be fully working anymore.

I still see the additional stars added to headlines, and
they are shadowed properly.  But the free text lines under
each headline are not shown indented as they previously
were.

I cannot be sure when this change happened, but I think
within the last week or so.  Can anyone else reproduce
this?

It wasn't clear from looking at the git logs for
org-indent.el that anything has recently changed that
would affect this, so I'm currently stumped.

--Erik

___
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



___
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


Re: [Orgmode] org-indent mode not indenting free text?

2010-12-01 Thread Antti Kaihola
Erik Iverson writes:
  I still see the additional stars added to headlines, and they are
  shadowed properly. But the free text lines under each headline are
  not shown indented as they previously were.

I see the same thing. Indent-mode also only indents one space at a
time even though org-indent-indentation-level is set to 2.

Nicolas Goaziou wrote:
 I can confirm this.

 It looks like the following commit is the culprit

 commit e40903a6b6087ab4b97c51830bfc36cc2f3a83c8

2010/11/23 David Maus dm...@ictsoc.de:
 Nope *cough*, 950bea36f8321b4ffdadd7c435619277bbcf201d (logic unit
 misfired).

 Fixed in master,

I just updated to 768774812875b68dbd8b215a9c036597e00fb6d0 (Wed Dec 1
16:54:09 2010 +). Free text is still not indented and indents are
only one space.

I did a git bisect with this result:

95bb16661b22ce83326f13304ed4ad690cc03eba is the first bad commit
commit 95bb16661b22ce83326f13304ed4ad690cc03eba
Author: Achim Gratz strom...@nexgo.de
Date:   Fri Nov 19 01:37:01 2010 +

Fix byte compiler warnings

* org-macs.el (org-called-interactively-p): Wrap function call in
with-no-warnings.
(with-silent-modifications) Declare macro for Emacs  23.2.

TINYCHANGE

:04 04 a6a2a10812ae5218f732d8419016b9b4be84996a
828a0e2bbbc5b1c52ed713cc64dc3ba764a5e406 M  lisp

___
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


Re: [Orgmode] org-indent mode not indenting free text?

2010-11-23 Thread Nicolas Goaziou
Hello,

 Erik Iverson writes:

 I still see the additional stars added to headlines, and they are
 shadowed properly. But the free text lines under each headline are
 not shown indented as they previously were.

I can confirm this.

It looks like the following commit is the culprit

commit e40903a6b6087ab4b97c51830bfc36cc2f3a83c8

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