Re: [longlines]

2021-06-24 Thread Haider Rizvi
Uwe Brauer 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 &

Re: [longlines]

2021-06-18 Thread Uwe Brauer
>>> "BD" == Bruce D'Arcus writes: > I recently switched to one-sentence-per-line + visual-line-mode. That I do in Auctex mode (actually I use a filling function by Ingo Lohmar, I found in http://pleasefindattached.blogspot.com/2011/12/emacsauctex-sentence-fill-greatly.html link does not wor

Re: [longlines]

2021-06-18 Thread Uwe Brauer
>>> "BD" == Bruce D'Arcus writes: > I recently switched to one-sentence-per-line + visual-line-mode. > On Fri, Jun 18, 2021 at 11:00 AM John Kitchin wrote: >> >> I use visual-line-mode. It almost always works fine for me. In my experience the best I

Re: [longlines]

2021-06-18 Thread Eric S Fraga
On Friday, 18 Jun 2021 at 16:38, Uwe Brauer wrote: > Coming back to your original post. I finally downloaded it and had a > quick look at its source org file. > > You are using longlines (that is now auto-fill after 70 chars). > > I never found a longline mode I liked and that

Re: [longlines] (was: example paper written in org completely)

2021-06-18 Thread Bruce D'Arcus
; Sometimes, if I have to work on an actual document that LibreOffice or >> > gnumeric cannot handle, I access our institution's systems using >> > rdesktop and/or a web interface. Luckily, I only have to the latter >> > once every few months at most. >> >>

Re: [longlines] (was: example paper written in org completely)

2021-06-18 Thread John Kitchin
and/or a web interface. Luckily, I only have to the latter > > once every few months at most. > > Coming back to your original post. I finally downloaded it and had a > quick look at its source org file. > > You are using longlines (that is now auto-fill after 70 chars). >

[longlines] (was: example paper written in org completely)

2021-06-18 Thread Uwe Brauer
ick look at its source org file. You are using longlines (that is now auto-fill after 70 chars). I never found a longline mode I liked and that is why I stick to good old auto-fill with 70 chars. I wounder what you use to display the file (I am using a either a 14 inch Thinkpad X1 or 13

Re: [Orgmode] Bug: longlines-mode [6.36trans]

2010-07-12 Thread Carsten Dominik
On Jul 8, 2010, at 3:44 AM, Aidan Gauland wrote: Normally, when I save an Org buffer with no trailing newline, a newline will be placed at the end of the buffer (so that the file ends with a newline). But when I enable longlines-mode, a newline is no longer added automatically, and I must

[Orgmode] Bug: longlines-mode [6.36trans]

2010-07-08 Thread Aidan Gauland
Normally, when I save an Org buffer with no trailing newline, a newline will be placed at the end of the buffer (so that the file ends with a newline). But when I enable longlines-mode, a newline is no longer added automatically, and I must add one manually. If I turn longlines-mode off, Emacs

[Orgmode] Re: longlines, wrap, auto-fill

2009-08-28 Thread Sean Sieger
Carsten Dominik writes: HTH - Carsten I certainly does help; thank you for your time, Carsten. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo

Re: [Orgmode] longlines, wrap, auto-fill

2009-08-28 Thread Carsten Dominik
auto-fill is effected but I'm left out in columns in the middle of the text as opposed to column 0 at the left edge of my emacs window. Is this a longlines versus wrap thing---pardon my ignorance on this, I did however look through the Org manual---and I need to put something in my dote

[Orgmode] longlines, wrap, auto-fill

2009-08-27 Thread Sean Sieger
mns in the middle of the text as opposed to column 0 at the left edge of my emacs window. Is this a longlines versus wrap thing---pardon my ignorance on this, I did however look through the Org manual---and I need to put something in my dotemacs? The use of Org- instead of Outline-Mode is costing me

Re: [Orgmode] Problems using longlines-mode with tables in org-mode

2008-07-25 Thread Carsten Dominik
Unfortunately, I d not know enough about the internals of longlines to fix this. With TAB, Org rewrites the entire table, probably inserting soft newlines. Maybe a solution would be to use font lock to make the newline in each table line hard? - Carsten On Jul 20, 2008, at 7:53 PM

[Orgmode] Problems using longlines-mode with tables in org-mode

2008-07-20 Thread RC
Hi, I tried using long-lines mode in org-mode 6.06pre01 in Enacs 22 and 23 (emacs-snapshot) on Ubuntu 8.04 (64 bit), by adding to my .emacs file: (add-hook 'org-mode-hook 'longlines-mode) However, I am unable to edit tables in org-mode. Hitting TAB causes multiple rows to collapse

Re: [Orgmode] org-mode and longlines-mode (especially tables)

2007-03-26 Thread Carsten Dominik
emacs 22.0.94.1 I'm not familiar with the calling syntax of defadvice, so I'll keep playing. Thanks very much for the code. Mark. On 3/23/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Mar 19, 2007, at 13:46, Alan Dove wrote: > Hey, folks: > > I've also bee

Re: [Orgmode] org-mode and longlines-mode (especially tables)

2007-03-26 Thread Carsten Dominik
o I'll keep playing. Thanks very much for the code. Mark. On 3/23/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Mar 19, 2007, at 13:46, Alan Dove wrote: > Hey, folks: > > I've also been using org-mode with longlines-mode, and had noticed > that the two occasi

Re: [Orgmode] org-mode and longlines-mode (especially tables)

2007-03-24 Thread Mark Aufflick
emacs 22.0.94.1 I'm not familiar with the calling syntax of defadvice, so I'll keep playing. Thanks very much for the code. Mark. On 3/23/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Mar 19, 2007, at 13:46, Alan Dove wrote: > Hey, folks: > > I've also been usin

Re: [Orgmode] org-mode and longlines-mode (especially tables)

2007-03-22 Thread Carsten Dominik
On Mar 19, 2007, at 13:46, Alan Dove wrote: Hey, folks: I've also been using org-mode with longlines-mode, and had noticed that the two occasionally conflict. I've just developed workarounds for the bugs that affect me, mostly inserting extra carriage returns here and there to

Re: [Orgmode] org-mode and longlines-mode (especially tables)

2007-03-19 Thread Alan Dove
Hey, folks: I've also been using org-mode with longlines-mode, and had noticed that the two occasionally conflict. I've just developed workarounds for the bugs that affect me, mostly inserting extra carriage returns here and there to ensure the right line breaks for org-mode. Car

Re: [Orgmode] org-mode and longlines-mode (especially tables)

2007-03-17 Thread Carsten Dominik
On Mar 18, 2007, at 2:43, Mark Aufflick wrote: Hi Everyone, I am using longlines-mode with org-mode to do word wrapping. It is useful in normal view to get wrapping at word boundaries, but it is especially useful with vertical split windows (C-x 3) since they default to not wrapping at all

[Orgmode] org-mode and longlines-mode (especially tables)

2007-03-17 Thread Mark Aufflick
Hi Everyone, I am using longlines-mode with org-mode to do word wrapping. It is useful in normal view to get wrapping at word boundaries, but it is especially useful with vertical split windows (C-x 3) since they default to not wrapping at all. I have noticed a few wierd issues in org-mode