emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Org-hide-emphasis-morkers messes with table.el tables [9.0 (9.0-elpaplus @ /Users/diego/.emacs.d/elpa/org-plus-contrib-20161102/)]
@ 2016-11-05 15:28 Diego A. Mundo
  0 siblings, 0 replies; only message in thread
From: Diego A. Mundo @ 2016-11-05 15:28 UTC (permalink / raw)
  To: emacs-orgmode


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 mailing list.
------------------------------------------------------------------------

I have (setq org-hide-emphasis-morkers t) in my org-config, but since
table.el tables are made with + characters, they become misaligned as
some parts are interpreted as strike-through emphasis.

Emacs  : GNU Emacs 25.1.1 (x86_64-apple-darwin15.6.0, NS appkit-1404.47 Version 10.11.6 (Build 15G1004))
 of 2016-09-17
Package: Org mode version 9.0 (9.0-elpaplus @ /Users/diego/.emacs.d/elpa/org-plus-contrib-20161102/)

current state:
==============
(setq
 org-src-lang-modes '(("ipython" . python) ("ocaml" . tuareg) ("elisp" . emacs-lisp)
					  ("ditaa" . artist) ("asymptote" . asy) ("dot" . fundamental)
					  ("sqlite" . sql) ("calc" . fundamental) ("C" . c) ("cpp" . c++)
					  ("C++" . c++) ("screen" . shell-script) ("html" . html))
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
 org-latex-classes '(("article" "\\documentclass[11pt]{article}"
					  ("\\section{%s}" . "\\section*{%s}")
					  ("\\subsection{%s}" . "\\subsection*{%s}")
					  ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
					  ("\\paragraph{%s}" . "\\paragraph*{%s}")
					  ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
					 ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}")
					  ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}")
					  ("\\subsection{%s}" . "\\subsection*{%s}")
					  ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
					 ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}")
					  ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}")
					  ("\\subsection{%s}" . "\\subsection*{%s}")
					  ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
					 ("IEEE" "\\documentclass[conference]{IEEEtran}"
					  ("\\section{%s}" . "\\section*{%s}")
					  ("\\subsection{%s}" . "\\subsection*{%s}"))
					 )
 org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
 org-ellipsis " …"
 org-occur-hook '(org-first-headline-recenter)
 org-src-tab-acts-natively t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-html-format-drawer-function '(closure
								   (htmlize-buffer-places org-html-format-table-no-css
									htmlize-css-name-prefix htmlize-output-type
									htmlize-output-type htmlize-css-name-prefix t)
								   (_name contents) contents)
 org-log-done 'time
 org-src-window-setup 'current-window
 org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-agenda-deadline-faces '((1.0 . org-warning) (0.5 . org-upcoming-deadline)
							 (0.0 quote (:foreground "#A89984")))
 org-highlight-latex-and-related '(latex script entities)
 org-pretty-entities t
 org-agenda-skip-scheduled-if-done t
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-default-notes-file "~/Dropbox (MIT)/org/todo.org"
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-latex-format-drawer-function '(closure (t) (_ contents) contents)
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-capture-mode-hook '((lambda nil
						  (evil-delay
						   (quote
							(and (boundp (quote org-capture-mode-map))
							 (keymapp org-capture-mode-map))
							)
						   (quote
							(evil-define-key* (quote insert) org-capture-mode-map (kbd "C-d")
							 (quote diego/org-agenda-toggle-date))
							)
						   (quote after-load-functions) t nil
						   (format "evil-define-key-in-%s" (quote org-capture-mode-map)))
						  (evil-delay
						   (quote
							(and (boundp (quote org-capture-mode-map))
							 (keymapp org-capture-mode-map))
							)
						   (quote
							(evil-define-key* (quote normal) org-capture-mode-map (kbd "C-d")
							 (quote diego/org-agenda-toggle-date))
							)
						   (quote after-load-functions) t nil
						   (format "evil-define-key-in-%s" (quote org-capture-mode-map)))
						  (evil-insert-state))
						 )
 org-from-is-user-regexp "\\<diego\\>"
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-log-redeadline 'time
 org-mode-hook '((lambda nil (org-bullets-mode 1))
				 (lambda nil
				  (let ((--dolist-tail-- (quote ("+" "-"))) char)
				   (while --dolist-tail-- (setq char (car --dolist-tail--))
					(define-key org-mode-map (kbd char)
					 (list (quote lambda) nil (quote (interactive))
					  (list (quote diego/org-insert-list-leader-or-self) char))
					 )
					(setq --dolist-tail-- (cdr --dolist-tail--)))
				   )
				  (setq fill-column 79) (auto-fill-mode 1) (org-indent-mode))
				 #[0 "\300\301\302\303\304$\207"
				   [add-hook change-major-mode-hook org-show-block-all append local] 5]
				 #[0 "\300\301\302\303\304$\207"
				   [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-eldoc-load)
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-ascii-format-drawer-function '(closure (t) (_name contents _width) contents)
 org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function
 org-directory "~/Dropbox (MIT)/org"
 org-enforce-todo-dependencies t
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
				  org-cycle-show-empty-lines org-optimize-window-after-visibility-change)
 org-fontify-quote-and-verse-blocks t
 org-archive-location "~/Dropbox (MIT)/org/archive.org::"
 org-bullets-bullet-list '("•")
 org-agenda-text-search-extra-files '(agenda-archives)
 org-babel-python-command "python3"
 org-log-reschedule 'time
 org-todo-keywords '((sequence "☛ TODO" "○ IN-PROGRESS" "⚑ WAITING" "|" "✓ DONE" "✗ CANCELED")
					 (sequence "☛ READ" "|" "✓ DONE"))
 org-hide-emphasis-markers t
 org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail org-w3m)
 org-latex-packages-alist '(("" "color") ("" "listings"))
 org-babel-tangle-lang-exts '(("python" . "py") ("emacs-lisp" . "el") ("elisp" . "el"))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-startup-with-inline-images t
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-odt-format-drawer-function '(closure
								  (hfy-user-sheet-assoc hfy-html-quote-regex hfy-html-quote-map
								   hfy-face-to-css hfy-begin-span-handler hfy-end-span-handler
								   archive-zip-extract nxml-auto-insert-xml-declaration-flag t)
								  (_name contents) contents)
 org-insert-heading-respect-content t
 org-latex-listings t
 org-list-demote-modify-bullet '(("-" . "*") ("*" . "+"))
 org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
 org-html-format-headline-function 'org-html-format-headline-default-function
 org-link-parameters '(("id" :follow org-id-open)
					   ("rmail" :follow org-rmail-open :store org-rmail-store-link)
					   ("mhe" :follow org-mhe-open :store org-mhe-store-link)
					   ("irc" :follow org-irc-visit :store org-irc-store-link)
					   ("info" :follow org-info-open :export org-info-export :store
						org-info-store-link)
					   ("gnus" :follow org-gnus-open :store org-gnus-store-link)
					   ("docview" :follow org-docview-open :export org-docview-export :store
						org-docview-store-link)
					   ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link)
					   ("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete
						org-bbdb-complete-link :store org-bbdb-store-link)
					   ("w3m" :store org-w3m-store-link) ("file+sys") ("file+emacs")
					   ("ipynb" :follow ein:org-open :export nil)
					   ("doi" :follow org--open-doi-link) ("elisp" :follow org--open-elisp-link)
					   ("file" :complete org-file-complete-link)
					   ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path))))
					   ("help" :follow org--open-help-link)
					   ("http" :follow (lambda (path) (browse-url (concat "http:" path))))
					   ("https" :follow (lambda (path) (browse-url (concat "https:" path))))
					   ("mailto" :follow (lambda (path) (browse-url (concat "mailto:" path))))
					   ("message" :follow (lambda (path) (browse-url (concat "message:" path))))
					   ("news" :follow (lambda (path) (browse-url (concat "news:" path))))
					   ("shell" :follow org--open-shell-link))
 org-babel-load-languages '((python . t) (emacs-lisp . t) (calc . t) (ipython . t))
 org-html-format-inlinetask-function 'org-html-format-inlinetask-default-function
 org-agenda-mode-hook '((lambda nil (setq org-habit-graph-column 50)
						 (define-key org-agenda-mode-map "j" (quote org-agenda-next-line))
						 (define-key org-agenda-mode-map "k" (quote org-agenda-previous-line))
						 (define-key org-agenda-mode-map "n" (quote org-agenda-next-date-line))
						 (define-key org-agenda-mode-map "p" (quote org-agenda-previous-date-line))
						 (define-key org-agenda-mode-map "c" (quote diego/org-agenda-capture))
						 (define-key org-agenda-mode-map "R" (quote org-revert-all-org-buffers))
						 (define-key org-agenda-mode-map (kbd "RET") (quote org-agenda-switch-to))
						 (define-prefix-command (quote diego/org-run-shortcuts))
						 (define-key diego/org-run-shortcuts "f" (tiny-menu-run-item "org-files"))
						 (define-key diego/org-run-shortcuts "t" (tiny-menu-run-item "org-things"))
						 (define-key diego/org-run-shortcuts "c"
						  (tiny-menu-run-item "org-captures"))
						 (define-key diego/org-run-shortcuts "l" (tiny-menu-run-item "org-links"))
						 (define-key org-agenda-mode-map (kbd "\\") diego/org-run-shortcuts))
						)
 org-agenda-files '("~/Dropbox (MIT)/org/")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-confirm-babel-evaluate nil
 )

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-05 15:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-05 15:28 Bug: Org-hide-emphasis-morkers messes with table.el tables [9.0 (9.0-elpaplus @ /Users/diego/.emacs.d/elpa/org-plus-contrib-20161102/)] Diego A. Mundo

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).