emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
To: nicholas.dokos@hp.com
Cc: Bernt Hansen <bernt@norang.ca>,
	Org mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Re: org-add-note not working with winner-mode
Date: Sun, 3 Apr 2011 14:59:18 -0700	[thread overview]
Message-ID: <20110403145918.3ef81f68@bhishma.homelinux.net> (raw)
In-Reply-To: <24281.1301865121@alphaville.dokosmarshall.org>

[-- Attachment #1: Type: text/plain, Size: 739 bytes --]

On Sun, 03 Apr 2011 17:12:01 -0400
Nick Dokos <nicholas.dokos@hp.com> 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.

[-- Attachment #2: testfile.org --]
[-- Type: text/plain, Size: 255 bytes --]


* 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

[-- Attachment #3: min.el --]
[-- Type: text/x-emacs-lisp, Size: 449 bytes --]

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

  reply	other threads:[~2011-04-03 21:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-03  9:55 org-add-note not working with winner-mode Suvayu Ali
2011-04-03 12:41 ` Bernt Hansen
2011-04-03 16:51   ` Suvayu Ali
2011-04-03 21:12     ` Nick Dokos
2011-04-03 21:59       ` Suvayu Ali [this message]
2011-04-03 22:29         ` Nick Dokos
2011-04-04 15:57           ` brian powell
2011-04-04 16:05             ` Suvayu Ali
2011-04-04 17:00               ` Samuel Wales
2011-04-14 21:27                 ` Suvayu Ali
2011-04-14 21:40                   ` suvayu ali

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=20110403145918.3ef81f68@bhishma.homelinux.net \
    --to=fatkasuvayu+linux@gmail.com \
    --cc=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.com \
    /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).