From: Haider Rizvi <harizvi@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: [longlines]
Date: Thu, 24 Jun 2021 15:09:33 -0700 [thread overview]
Message-ID: <m2v962oqxu.fsf@gmail.com> (raw)
In-Reply-To: 87sg1fb0ey.fsf@mat.ucm.es
Uwe Brauer <oub@mat.ucm.es> writes:
> In my experience the best I found was
>
> (defun my-turn-on-longlines-in-auctex ()
> "Turn on all three modes which support the display of long-lines."
> (interactive)
> (adaptive-wrap-prefix-mode 'toggle)
> (visual-line-mode 'toggle)
> (visual-fill-column-mode 'toggle)
> (message "adaptive-wrap-prefix-mode; visual-line-mode and visual-fill-column-mode are
> ON/OFF."))
Nice. Didn't know about adaptive-wrap mode. I had tried visual-fill-column-mode but it clobbered wide tables badly, adaptive-wrap fixes that problem.
Thanks for mentioning it :-)
--
next prev parent reply other threads:[~2021-06-24 22:11 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-17 12:06 example paper written in org completely Eric S Fraga
2021-06-17 12:51 ` Juan Manuel Macías
2021-06-17 13:38 ` Greg Minshall
2021-06-17 15:06 ` Eric S Fraga
2021-06-17 15:11 ` Eric S Fraga
2021-06-17 16:33 ` Uwe Brauer
2021-06-17 16:40 ` Eric S Fraga
2021-06-17 19:54 ` Uwe Brauer
2021-06-18 8:02 ` Eric S Fraga
2021-06-18 11:55 ` Uwe Brauer
2021-06-18 12:46 ` Eric S Fraga
2021-06-18 14:38 ` [longlines] (was: example paper written in org completely) Uwe Brauer
2021-06-18 15:00 ` John Kitchin
2021-06-18 15:19 ` Bruce D'Arcus
2021-06-18 16:30 ` [longlines] Uwe Brauer
2021-06-24 22:09 ` Haider Rizvi [this message]
2021-06-18 16:38 ` [longlines] Uwe Brauer
2021-06-18 15:23 ` [longlines] Eric S Fraga
2021-06-18 23:26 ` example paper written in org completely Tim Cross
2021-06-19 9:58 ` Jeremie Juste
2021-06-19 13:12 ` Eric S Fraga
2021-06-19 15:58 ` Samuel Banya
2021-06-17 14:40 ` Samuel Banya
2021-06-17 16:31 ` Christopher Dimech
2021-06-17 16:42 ` Eric S Fraga
2021-06-17 17:04 ` Christopher Dimech
2021-06-17 17:19 ` Christopher Dimech
2021-06-18 8:04 ` Eric S Fraga
2021-06-18 13:45 ` Christopher Dimech
2021-06-18 23:02 ` Tim Cross
2021-06-19 0:21 ` Christopher Dimech
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2v962oqxu.fsf@gmail.com \
--to=harizvi@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).