* Bug: Bug in editing table.el tables [7.5 (release_7.5.36.g4e24)]
@ 2011-03-31 11:13 Shaun Johnson
2011-06-06 18:40 ` David Maus
0 siblings, 1 reply; 2+ messages in thread
From: Shaun Johnson @ 2011-03-31 11:13 UTC (permalink / raw)
To: Org Mode
[-- Attachment #1: Type: text/plain, Size: 4260 bytes --]
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------
Editing a table.el table (via C-c ') causes the table to migrate to
the right and also moves any following heading to the right.
The attached t.org is a test file containing a table.el table,
t1.org is the result of editing the table.
Shaun.
Emacs : GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600)
of 2011-03-10 on 3249CTO
Package: Org-mode version 7.5 (release_7.5.36.g4e24)
current state:
==============
(setq
org-emphasis-alist '(("*" bold "<b>" "</b>") ("/" italic "<i>" "</i>")
("_" underline "<span style=\"text-decoration:underline;\">" "</span>")
("=" org-code "<code>" "</code>" verbatim)
("~" org-verbatim "<code>" "</code>" verbatim))
org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
org-agenda-files '("e:/Home/Shaun/Org/personal.org" "~/Play/Alexandria/alexandria.org"
"e:/Home/Shaun/Org/Farrers.org" "e:/Home/Shaun/Org/ScottishWater.org"
"e:/Home/Shaun/Org/TEV.org" "e:/Home/Shaun/Org/Tesco.org"
"e:/Home/Shaun/Org/general.org" "e:/Home/Shaun/Org/hoj.org"
"e:/Home/Shaun/Org/thor.org" "e:/Home/Shaun/Org/Sincal.org")
org-agenda-include-diary t
org-src-fontify-natively t
org-clock-into-drawer "CLOCK"
org-metaup-hook '(org-babel-load-in-session-maybe)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-id-method 'org
org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
org-log-note-clock-out t
org-export-latex-format-toc-function 'org-export-latex-format-toc-default
org-hide-emphasis-markers t
org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe
org-babel-hide-result-toggle-maybe)
org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
org-confirm-shell-link-function 'yes-or-no-p
org-export-first-hook '(org-beamer-initialize-open-trackers)
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-directory "~/Org"
org-babel-pre-tangle-hook '(save-buffer)
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)
org-mode-hook '(#[nil "\300\301\302\303\304$\207"
[org-add-hook change-major-mode-hook org-show-block-all append local] 5]
#[nil "\300\301\302\303\304$\207"
[org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5]
org-babel-result-hide-spec org-babel-hide-all-hashes)
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
org-emphasis-regexp-components '(" ('\"" "- .,:?;'\")_" "
\n,\"'" "." 1)
org-confirm-elisp-link-function 'yes-or-no-p
org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks))
org-occur-hook '(org-first-headline-recenter)
org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
org-modules '(org-bbdb org-bibtex org-gnus org-id org-info org-jsinfo org-irc org-mew org-mhe
org-rmail org-vm org-wl org-w3m)
org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
org-beamer-auto-fragile-frames
org-beamer-place-default-actions-for-lists)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t)
(ditaa org-export-blocks-format-ditaa nil)
(dot org-export-blocks-format-dot nil))
)
[-- Attachment #2: t.org --]
[-- Type: text/plain, Size: 148 bytes --]
* A table
+---+---+---+---+---+
| | | | | |
+---+---+---+---+---+
| | | | | |
+---+---+---+---+---+
* Another heading
Blah
[-- Attachment #3: t1.org --]
[-- Type: text/plain, Size: 172 bytes --]
* A table
+-----+---+---+---+---+
|abced| | | | |
+-----+---+---+---+---+
| | | | | |
+-----+---+---+---+---+
* Another heading
Blah
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bug: Bug in editing table.el tables [7.5 (release_7.5.36.g4e24)]
2011-03-31 11:13 Bug: Bug in editing table.el tables [7.5 (release_7.5.36.g4e24)] Shaun Johnson
@ 2011-06-06 18:40 ` David Maus
0 siblings, 0 replies; 2+ messages in thread
From: David Maus @ 2011-06-06 18:40 UTC (permalink / raw)
To: Shaun Johnson; +Cc: Org Mode
[-- Attachment #1: Type: text/plain, Size: 935 bytes --]
At Thu, 31 Mar 2011 12:13:59 +0100,
Shaun Johnson wrote:
>
>
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report? See
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mailing list.
> ------------------------------------------------------------------------
>
> Editing a table.el table (via C-c ') causes the table to migrate to
> the right and also moves any following heading to the right.
>
> The attached t.org is a test file containing a table.el table,
> t1.org is the result of editing the table.
I can confirm this for
GNU Emacs 23.3.1 (i486-pc-linux-gnu, GTK+ Version 2.24.3) of 2011-04-10 on raven, modified by Debian
Org-mode version 7.5 (release_7.5.357.gc227d)
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de
[-- Attachment #2: Type: application/pgp-signature, Size: 230 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-06 18:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 11:13 Bug: Bug in editing table.el tables [7.5 (release_7.5.36.g4e24)] Shaun Johnson
2011-06-06 18:40 ` David Maus
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).