From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: table editing probably broken Date: Sat, 22 Oct 2011 07:31:23 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHZnS-0002wU-RF for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 07:31:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHZnR-00040p-7J for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 07:31:26 -0400 Received: from shellworld.net ([69.60.117.94]:56888 helo=server1.shellworld.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHZnR-00040i-32 for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 07:31:25 -0400 Received: from localhost (localhost [127.0.0.1]) by server1.shellworld.net (Postfix) with ESMTP id CCB6122800 for ; Sat, 22 Oct 2011 07:31:23 -0400 (EDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I wrote a table in org-mode and am using version 7.7 and it was not reformatted correctly when it was saved by emacs. My .emacs file and the table I made follow: cut here. (setq emacspeak-play-emacspeak-startup-icon t) (add-hook 'text-mode-hook 'turn-on-auto-fill) (add-hook 'mail-setup-hook 'spook) (add-hook 'mail-setup-hook 'fortune-to-signature) (setq mh-send-uses-spost-flag t) (setq mail-user-agent 'mh-e-user-agent) (setq browse-url-browser-function 'w3m-browse-url) (require 'w3m-load) (autoload 'w3m-weather "w3m-weather" "Display weather report." t) (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (setq org-log-done t) (global-font-lock-mode 1) (add-to-list 'load-path "~/elisp/muse/lisp") (add-to-list 'load-path "~/elisp/planner") (add-to-list 'load-path "~/elisp/remember") (setq planner-project "WikiPlanner") (setq muse-project-alist '(("WikiPlanner" ("~/plans" ;; Or wherever you want your planner files to be :default "index" :major-mode planner-mode :visit-link planner-visit-link)))) (require 'planner) (add-hook 'text-mode-hook (lambda () (when (y-or-n-p "Auto Fill mode? ") (turn-on-auto-fill)))) ;; (global-set-key (kbd "C-c q") 'refill-mode) (add-to-list 'load-path "~/elisp/bbdb-2.35/lisp") ;; (1) (require 'bbdb) (bbdb-initialize 'gnus 'message) (setq bbdb-north-american-phone-numbers-p nil) (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) (add-hook 'mh-folder-mode-hook 'bbdb-insinuate-mh) (add-hook 'rmail-mode-hook 'bbdb-insinuate-rmail) (add-hook 'mail-setup-hook 'bbdb-insinuate-sendmail) (require 'org-habit) (add-to-list 'load-path (expand-file-name "~/org-mode/lisp")) (add-to-list 'auto-mode-alist '("\\.\\(org\\ |org_archive\\|txt\\)$" . org-mode)) (setq org-agenda-files '("/tmp/test.org")) (global-set-key "\C-cb" 'org-iswitchb) (blink-cursor-mode -1) (setq require-final-newline t) (setq case-fold-search t) (global-set-key [(meta g)] 'goto-line) (setq crypt-encryption-type 'gpg) cut here. | month | year | leap year | |- | January | 0 | 0 | | February | 31 | 31 | | March | 59 | 60 | | April | 90 | 91 | | May | 120 | 121 | | June | 151 | 152 | | July | 181 | 182 | | August | 212 | 213 | | September | 243 | 244 | | October | 273 | 274 | | November | 304 | 305 | | December | 334 | 335 | |- cut here. Jude If I got a nickel for every message I've already sent supporting Microsoft Windows and its applications I'd have enough to retire on comfortably no matter what the stock market did.