emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: Bug in editing table.el tables [7.5 (release_7.5.36.g4e24)]


From: Shaun Johnson
Subject: [O] Bug: Bug in editing table.el tables [7.5 (release_7.5.36.g4e24)]
Date: Thu, 31 Mar 2011 12:13:59 +0100
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)


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))
 )
* A table

+---+---+---+---+---+
|   |   |   |   |   |
+---+---+---+---+---+
|   |   |   |   |   |
+---+---+---+---+---+

* Another heading
  Blah

* A table

  +-----+---+---+---+---+
  |abced|   |   |   |   |
  +-----+---+---+---+---+
  |     |   |   |   |   |
  +-----+---+---+---+---+
  
  * Another heading
  Blah


reply via email to

[Prev in Thread] Current Thread [Next in Thread]