emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug#29885: 25.3; org-mode table messing up!
       [not found] <86o9mimleo.fsf@gmail.com>
@ 2017-12-29  7:59 ` Eli Zaretskii
  2017-12-29  9:01   ` Marco Wahl
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2017-12-29  7:59 UTC (permalink / raw)
  To: rahuljuliato; +Cc: 29885

> From: rahuljuliato@gmail.com
> Date: Thu, 28 Dec 2017 22:23:59 -0200
> 
> Starting from emacs -Q, table TABs are ok and does the job.
> 
> But if I start with emacs (even without a .emacs file), i get something
> like:
> 
> Table:
> 
> | a | a | a | a | a | a |  
> |   |   |   |   |   |   |  
> 
> 
> then I type something like:
> 
> 
> 
> | a | a | a | a | a | a |  
> |   | sssssss |   |   |   |   |  
> 
> 
> If i press TAB at the end... instead of lines aligned, i get:
> 
> | a | a       | a | a | a | a |
> |   | sssssss |   |   |   |   |
> 

If the problem happens without a .emacs file, but does not happen in
"emacs -Q", it means the reason is somewhere in the site-init files of
your Emacs installation.  So I suggest to look at the init files
loaded by Emacs, one of them is somehow causing this.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bug#29885: 25.3; org-mode table messing up!
  2017-12-29  7:59 ` bug#29885: 25.3; org-mode table messing up! Eli Zaretskii
@ 2017-12-29  9:01   ` Marco Wahl
  2018-01-04  3:10     ` Rahul Juliato
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Wahl @ 2017-12-29  9:01 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: 29885

Eli Zaretskii <eliz@gnu.org> writes:

>> From: rahuljuliato@gmail.com
>> Date: Thu, 28 Dec 2017 22:23:59 -0200
>> 
>> Starting from emacs -Q, table TABs are ok and does the job.

Could you provide an MWE?

>> But if I start with emacs (even without a .emacs file), i get something
>> like:
>> 
>> Table:
>> 
>> | a | a | a | a | a | a |  
>> |   |   |   |   |   |   |  
>> 
>> 
>> then I type something like:
>> 
>> 
>> 
>> | a | a | a | a | a | a |  
>> |   | sssssss |   |   |   |   |  
>> 
>> 
>> If i press TAB at the end... instead of lines aligned, i get:
>> 
>> | a | a       | a | a | a | a |
>> |   | sssssss |   |   |   |   |
>> 
>
> If the problem happens without a .emacs file, but does not happen in
> "emacs -Q", it means the reason is somewhere in the site-init files of
> your Emacs installation.  So I suggest to look at the init files
> loaded by Emacs, one of them is somehow causing this.

The described alignment of the colums behaves as documented AFAICT.  See
the info pages at (info "(org) Built-in table editor").

    "A table is re-aligned automatically each time you press <TAB> or
    <RET> or ‘C-c C-c’ inside the table."


Regards
       Marco
       

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29885: 25.3; org-mode table messing up!
  2017-12-29  9:01   ` Marco Wahl
@ 2018-01-04  3:10     ` Rahul Juliato
  2018-01-04  3:41       ` Eli Zaretskii
  2018-01-05  7:16       ` Nicolas Goaziou
  0 siblings, 2 replies; 5+ messages in thread
From: Rahul Juliato @ 2018-01-04  3:10 UTC (permalink / raw)
  To: Marco Wahl; +Cc: Eli Zaretskii, 29885

[-- Attachment #1: Type: text/plain, Size: 1692 bytes --]

Solved.

Apparently I had an org installation folder inside ~/.emacs.d, other then
my distribution provided (since org-mode is part of the emacs package).

I deleted it and now all is ok again :)

Tks.

2017-12-29 7:01 GMT-02:00 Marco Wahl <marcowahlsoft@gmail.com>:

> The following message is a courtesy copy of an article
> that has been posted to gmane.emacs.orgmode as well.
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> >> From: rahuljuliato@gmail.com
> >> Date: Thu, 28 Dec 2017 22:23:59 -0200
> >>
> >> Starting from emacs -Q, table TABs are ok and does the job.
>
> Could you provide an MWE?
>
> >> But if I start with emacs (even without a .emacs file), i get something
> >> like:
> >>
> >> Table:
> >>
> >> | a | a | a | a | a | a |
> >> |   |   |   |   |   |   |
> >>
> >>
> >> then I type something like:
> >>
> >>
> >>
> >> | a | a | a | a | a | a |
> >> |   | sssssss |   |   |   |   |
> >>
> >>
> >> If i press TAB at the end... instead of lines aligned, i get:
> >>
> >> | a | a       | a | a | a | a |
> >> |   | sssssss |   |   |   |   |
> >>
> >
> > If the problem happens without a .emacs file, but does not happen in
> > "emacs -Q", it means the reason is somewhere in the site-init files of
> > your Emacs installation.  So I suggest to look at the init files
> > loaded by Emacs, one of them is somehow causing this.
>
> The described alignment of the colums behaves as documented AFAICT.  See
> the info pages at (info "(org) Built-in table editor").
>
>     "A table is re-aligned automatically each time you press <TAB> or
>     <RET> or ‘C-c C-c’ inside the table."
>
>
> Regards
>        Marco
>
>

[-- Attachment #2: Type: text/html, Size: 2551 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29885: 25.3; org-mode table messing up!
  2018-01-04  3:10     ` Rahul Juliato
@ 2018-01-04  3:41       ` Eli Zaretskii
  2018-01-05  7:16       ` Nicolas Goaziou
  1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2018-01-04  3:41 UTC (permalink / raw)
  To: Rahul Juliato; +Cc: 29885-done, marcowahlsoft

> From: Rahul Juliato <rahuljuliato@gmail.com>
> Date: Thu, 4 Jan 2018 01:10:26 -0200
> Cc: Eli Zaretskii <eliz@gnu.org>, 29885@debbugs.gnu.org
> 
> Solved.
> 
> Apparently I had an org installation folder inside ~/.emacs.d, other then my distribution provided (since
> org-mode is part of the emacs package).
> 
> I deleted it and now all is ok again :)

OK, closing the bug report.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29885: 25.3; org-mode table messing up!
  2018-01-04  3:10     ` Rahul Juliato
  2018-01-04  3:41       ` Eli Zaretskii
@ 2018-01-05  7:16       ` Nicolas Goaziou
  1 sibling, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2018-01-05  7:16 UTC (permalink / raw)
  To: Rahul Juliato; +Cc: Marco Wahl, Eli Zaretskii, 29885

Hello,

Rahul Juliato <rahuljuliato@gmail.com> writes:

> Solved.
>
> Apparently I had an org installation folder inside ~/.emacs.d, other then
> my distribution provided (since org-mode is part of the emacs package).
>
> I deleted it and now all is ok again :)

Great! Thank you for letting us know.

Regards,
-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-05  7:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <86o9mimleo.fsf@gmail.com>
2017-12-29  7:59 ` bug#29885: 25.3; org-mode table messing up! Eli Zaretskii
2017-12-29  9:01   ` Marco Wahl
2018-01-04  3:10     ` Rahul Juliato
2018-01-04  3:41       ` Eli Zaretskii
2018-01-05  7:16       ` Nicolas Goaziou

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).