emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Org-mode version 6.30d; Hide stars


From: Tassilo Horn
Subject: [Orgmode] Re: Org-mode version 6.30d; Hide stars
Date: Sun, 06 Sep 2009 19:47:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Scott Otterson <address@hidden> writes:

Hi Scott & all others having that problem,

> I also see this problem.  In addition, links are rendered in plain
> text instead of being hidden.  I'm using emacs 23 on OS X.

This bug is more than strange.  Till now, neither Carsten nor me was
able to reproduce it, but people with different emacs versions on
different platforms were bitten by it.

Could you please all try to reproduce the problem this way:

1. Create a file test.el with these contents:

--8<---------------cut here---------------start------------->8---
(add-to-list 'load-path "~/path/to/org-mode/lisp/") ;; EDIT TO YOUR NEEDS
(require 'org-install)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
--8<---------------cut here---------------end--------------->8---

2. Start emacs like this:

  $ emacs -Q -l ~/path/to/test.el

3. Open some org file and check if the problem still occurs.

Bye,
Tassilo





reply via email to

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