From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: table editing probably broken Date: Sat, 22 Oct 2011 10:05:43 -0400 Message-ID: <87fwilktoo.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHcCs-0007G8-Md for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 10:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHcCr-0006Zk-2k for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 10:05:50 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:38173 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHcCq-0006Zg-UB for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 10:05:48 -0400 In-Reply-To: (Jude DaShiell's message of "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: Jude DaShiell Cc: emacs-orgmode@gnu.org Saving the file shouldn't realign the table. C-c C-c in the table should realign it on demand. -Bernt Jude DaShiell writes: > 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.