Hi Benjamin, Benjamin Andresen <be...@in-ulm.de> writes:
> I wrote a bit of code that allows me to have the tags always at the > utmost right position in the file... I often have windows that are > bigger than the standard 80 characters wide default and I dislike seeing > the tags in the middle of the window. I see... > I started doing this and found out that adjusting the tags every time I > resize a window breaks tracking org-mode files with git. If the last > window is just a bit smaller than last time, the complete line will be > shown as a diff. Therefor hooks are used to reset the column variable to > 1 so that git tracking still works. Maybe a safer solution would be to use an overlay for displaying tags. This way you don't need to worry that changes in the tag display will be seen as a diff. But maybe there are already too many overlays on an Org page... > If anyone wants to use this or want to look over it if I could do this > smarter, I'm very happy. I tried it. Just replace defcustom by setq, because the defcustom definition is wrong here. It works very well for small files, but the hooks are slowing down Emacs display for big files (i.e. the 400k Org file in which I spend my daily life.) Perhaps using overlays would also fix this... > If the response is positive I'll clean it up a bit and maybe it is worth > a contribution or a worg page. :-) Definitely worth a new "Org hacks" entry! http://orgmode.org/worg/org-hacks.php Just send me your username on repo.or.cz. Thanks! -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode