emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jude DaShiell <jdashiel@shellworld.net>
To: emacs-orgmode@gnu.org
Subject: table editing probably broken
Date: Sat, 22 Oct 2011 07:31:23 -0400 (EDT)	[thread overview]
Message-ID: <alpine.BSF.2.00.1110220727470.35445@freire1.furyyjbeyq.arg> (raw)

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 <jdashiel@shellworld.net>
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.

             reply	other threads:[~2011-10-22 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-22 11:31 Jude DaShiell [this message]
2011-10-22 14:05 ` table editing probably broken Bernt Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.BSF.2.00.1110220727470.35445@freire1.furyyjbeyq.arg \
    --to=jdashiel@shellworld.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).