On Sun, 03 Apr 2011 17:12:01 -0400
Nick Dokos <[email protected]> wrote:
> I replied earlier (just to Bernt - forgot to copy the list, sorry
> about that) that I couldn't reproduce it either. I still cannot
> reproduce it with the above instructions or with a minimal .emacs
> that just loads org and turns on winner-mode. I can add notes to my
> heart's content.
I tried with the attached minimal test file and minimal setup. I still
have the issue with Emacs 24.0.50.1. I have tried running emacs like
this:
$ emacs -Q -l min.el testfile.org
$ emacs -nw -Q -l min.el testfile.org
However the problem vanishes with Emacs 23.2.1. Does this mean this is
an Emacs 24 problem?
--
Suvayu
Open source is the future. It sets us free.
* DONE Some meeting
DEADLINE: <2011-03-30 Wed 09:00> CLOSED: [2011-03-31 Thu 22:00]
- Note taken on [2011-04-03 Sun 14:54] \\
test note
- Note taken on [2011-04-03 Sun 14:45] \\
test note with winner-mode disabled
Skype meeting
(setq debug-on-error t)
;; debug-on-signal t
;; debug-on-quit t)
(add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp"))
(add-to-list 'load-path (expand-file-name "~/build/org-mode/lisp"))
(add-to-list 'load-path (expand-file-name "~/build/org-mode/contrib/lisp"))
(add-to-list 'Info-default-directory-list
(expand-file-name "/opt/emacs-lisp/share/info"))
(winner-mode t)
(require 'org-install)
(require 'org-inlinetask)