From: Douglas <zaphod4007@aol.com>
To: emacs-orgmode@gnu.org
Subject: table misalignment
Date: Fri, 15 Mar 2013 13:22:06 -0700 [thread overview]
Message-ID: <514382EE.5090301@aol.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3402 bytes --]
List,
I've been using orgmode for about a year, and I'm familiar with the
basics: tree editing, maintaining an agenda, exporting, and making
tables. With my latest install of orgmode, however, my tables are
misaligned, and I do not know why.
I'm using "Emacs For Mac OS X" http://emacsformacosx.com/ vers. 24.2,
orgmode 7.9.1 and OSX 10.8.2. My last emacs install on a different
machine did not have this problem. My .emacs is pasted below, and I've
attached a shot of a misaligned table.
Trandler
(require 'org-install)
(global-visual-line-mode t)
(add-to-list 'load-path "~/emacs_load-path")
;;(require 'backup-each-save)
;;(add-hook 'after-save-hook 'backup-each-save)
;;(require 'calfw)
;;(require 'calfw-org)
(ido-mode t)
(setq ido-create-new-buffer 'always)
;disable auto save
(setq auto-save-default nil)
(setq org-alphabetical-lists t)
(setq org-todo-keywords
'((sequence "TODO" "IN PROGRESS" "|" "DONE" "CANCELLED")))
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(org-babel-do-load-languages
'org-babel-load-languages
'((sh . true) (python . true))
)
(setq org-icalendar-honor-noexport-tag t)
(setq org-icalendar-honor-export-tag t)
;; Capture
(global-set-key (kbd "C-c r") 'org-capture)
(setq org-capture-templates
'(("d" "Dark Show Notes" entry
(file+headline "~/org/darkshow/darkshow.org" "Capture")
"\n\n** %?\n%T\n%i\n%a\n\n\n"
:empty-lines 1)
("p" "Personal Notes" entry
(file+headline "~/org/personal/personal.org" "Capture")
"\n\n** %?\n%T\n%i\n%a\n\n\n"
:empty-lines )))
;; make the frame contain a single window. by default org-capture
;; splits the window.
(add-hook 'org-capture-mode-hook
'delete-other-windows)
(defun make-capture-frame ()
"Create a new frame and run org-capture."
(interactive)
(make-frame '((name . "capture")
(width . 40)
(height . 15)))
(select-frame-by-name "capture")
(setq word-wrap 1)
(setq truncate-lines nil)
(org-capture))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-cc" 'org-capture)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(org-agenda-files (quote ("~/org/noise_issue/noise_issue.org"
"~/org/harajuku_sf/harajuku_sf.org" "~/org/bowel_issue/bowel_issue.org"
"~/org/patent_phone/patent_phone.org" "~/org/games/games.org"
"~/org/mouse_lawsuit/mouse_lawsuit.org" "~/org/music/music.org"
"~/org/newshow/newshow.org" "~/org/school/school.org"
"~/org/darkshow/darkshow.org" "~/org/personal/personal.org"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :stipple nil :background "White"
:foreground "Black" :inverse-video nil :box nil :strike-through nil
:overline nil :underline nil :slant normal :weight normal :height 140
:width normal :foundry "apple" :family "Inconsolata")))))
(add-to-list 'default-frame-alist '(width . 30))
[-- Attachment #2: Screen Shot 2013-03-15 at 1.20.21 PM.png --]
[-- Type: image/png, Size: 21610 bytes --]
next reply other threads:[~2013-03-15 20:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-15 20:22 Douglas [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-15 20:37 table misalignment Douglas
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=514382EE.5090301@aol.com \
--to=zaphod4007@aol.com \
--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).