* Problems using longlines-mode with tables in org-mode
@ 2008-07-21 2:53 RC
2008-07-25 14:40 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: RC @ 2008-07-21 2:53 UTC (permalink / raw)
To: emacs-orgmode
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 into in a single line...
I don't have fill-mode activated in org-mode as I would like to set soft
line-wrapping that adjusts to window size by:
;(add-hook 'org-mode-hook (lambda ()
(setq longlines-wrap-follows-window-size t)))
Is it possible to use longlines-mode with tables in org-mode?
Thanks for your assistance.
Recif
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problems using longlines-mode with tables in org-mode
2008-07-21 2:53 Problems using longlines-mode with tables in org-mode RC
@ 2008-07-25 14:40 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-07-25 14:40 UTC (permalink / raw)
To: RC; +Cc: emacs-orgmode
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, RC wrote:
> 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 into in a single line...
>
> I don't have fill-mode activated in org-mode as I would like to set
> soft
> line-wrapping that adjusts to window size by:
> ;(add-hook 'org-mode-hook (lambda ()
> (setq longlines-wrap-follows-window-size t)))
>
> Is it possible to use longlines-mode with tables in org-mode?
> Thanks for your assistance.
> Recif
>
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-25 14:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21 2:53 Problems using longlines-mode with tables in org-mode RC
2008-07-25 14:40 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.