Re: [Orgmode] Re: how to wrap headings

2008-10-23 Thread Sebastian Rose
"Rich E" <[EMAIL PROTECTED]> writes: > ah, very nice and easy. That was the call I was looking for. > > So now I have toggle-truncate-lines bound to C-x-q, but I cannot use > it in the file I want, which is in Python mode. I get the message "Not > defining or executing kbd macro". > > I have it bo

Re: [Orgmode] Re: how to wrap headings

2008-10-23 Thread Manish
On Thu, Oct 23, 2008 at 7:53 PM, Rich E wrote: > ah, very nice and easy. That was the call I was looking for. > > So now I have toggle-truncate-lines bound to C-x-q, but I cannot use > it in the file I want, which is in Python mode. I get the message "Not > defining or executing kbd ma

Re: [Orgmode] Re: how to wrap headings

2008-10-23 Thread Rich E
ah, very nice and easy. That was the call I was looking for. So now I have toggle-truncate-lines bound to C-x-q, but I cannot use it in the file I want, which is in Python mode. I get the message "Not defining or executing kbd macro". I have it bound like this: (global-set-key (kbd "C-x q") 'to

Re: [Orgmode] Re: how to wrap headings

2008-10-22 Thread Sebastian Rose
Funny enough, yesterday I wrote this one here: (defun my-toggle-truncate-lines () "Toggle truncate-lines." (interactive) (setq truncate-lines (if truncate-lines nil t))) I've bound it to H-t (I like those windows keys in Linux/GNU :-) and use it a lot (since yesterday). It's so usefull

[Orgmode] Re: how to wrap headings

2008-10-22 Thread Bernt Hansen
"Rich E" <[EMAIL PROTECTED]> writes: > I just have a simple question: how can I wrap the headings so they > don't go off the visual window? M-x set-truncate-lines It toggles line wrapping on and off. -Bernt ___ Emacs-orgmode mailing list Remember: