Re: [Orgmode] Re: Tags not lining up in org-indent-mode

2010-08-17 Thread Carsten Dominik


On Jul 23, 2010, at 9:56 PM, Marcus Klemm wrote:


Carsten Dominik carsten.dominik at gmail.com writes:

well, this does stop tabs from being used, but it does
not stop  the mis-alignment of tags on different outline
levels.


Any news on that?


Hi Marcus,

I have now fixed this issue.  Tag alignment should now work
correctly also with org-indent-mode active.

Regards

- Carsten

___
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: Tags not lining up in org-indent-mode

2010-07-23 Thread Marcus Klemm
Carsten Dominik carsten.dominik at gmail.com writes:
 well, this does stop tabs from being used, but it does
 not stop  the mis-alignment of tags on different outline
 levels.

Any news on that?

Although I have no idea how org-mode works internally,
I simply tried replacing line 12773 of org.el:

(- (- org-tags-column) (length tags

with:

(- (- (- org-tags-column) (length tags)) (* org-indent-indention-per-level 
level

Emacs just says: 'Symbol's value as variable is void: level'.
I suspected something like that because 'level' and
'org-indent-indention-per-level' are from org-indent.el.
Last time I did anything with Lisp was ten years ago. How
can I use those variables in org.el?


___
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