emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org 8 Bug in interactive formula editing mode?


From: Thorsten Grothe
Subject: Re: [O] Org 8 Bug in interactive formula editing mode?
Date: Mon, 21 Jul 2014 21:36:27 +0200

New test: 

I set up a minimal .emcas only for orgmode like this:

####
(package-initialize)
(add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp")
(require 'org)
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(add-hook 'LaTeX-mode-hook 'orgtbl-mode)
(add-hook 'message-mode-hook 'turn-on-orgtbl)
####

My .emacs.d folder contains only the downloaded org files from git, same error 
:-) 


Regards
Th. Grothe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]