emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Peter Westlake" <peter.westlake@pobox.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: reloading causes visibility bug requiring restart
Date: Fri, 08 May 2009 11:20:54 +0100	[thread overview]
Message-ID: <1241778054.27552.1314440411@webmail.messagingengine.com> (raw)
In-Reply-To: <8661E807-4B16-4B44-A2FC-DBB586D73B00@gmail.com>

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


On Fri, 8 May 2009 06:24:54 +0200, "Carsten Dominik"
<carsten.dominik@gmail.com> said:

> I anyone could make an example that allos me to reproduce this
> problem, then I might be able to fix it.

It's trivial:

  * top
  ** sub 1
  Set org-cycle-include-plain-lists.
  Type TAB on this line, and the whole of top gets folded.

  ** sub 2
  This entry is not needed to reproduce the bug. It just
  makes it more visible.

A copy of this is attached, along with the org- settings
from custom-set-variables.

I have org-cycle-emulate-tab set to nil. If you have it set
to something else, anywhere that TAB means "cycle" will show
the problem.

Peter.


[-- Attachment #2: test.org --]
[-- Type: application/octet-stream, Size: 214 bytes --]

-*- mode: org -*-

* top
** sub 1
Set org-cycle-include-plain-lists.
Type TAB on this line, and the whole of top gets folded.

** sub 2
This entry is not needed to reproduce the bug. It just
makes it more visible.

[-- Attachment #3: test.emacs --]
[-- Type: application/octet-stream, Size: 2056 bytes --]


 '(org-agenda-custom-commands (quote (("S" "SOMEDAY" ((tags-todo "LATER" nil) (todo "SOMEDAY" nil)) nil nil))))
 '(org-agenda-dim-blocked-tasks (quote invisible))
 '(org-agenda-files .....)
 '(org-agenda-restore-windows-after-quit t)
 '(org-agenda-sorting-strategy (quote ((agenda time-up category-keep priority-down) (todo priority-down category-keep) (tags category-keep priority-down) (search category-keep))))
 '(org-agenda-start-on-weekday 1)
 '(org-agenda-start-with-follow-mode nil)
 '(org-agenda-todo-ignore-deadlines t)
 '(org-agenda-todo-ignore-scheduled t)
 '(org-archive-location "::* Archived Tasks")
 '(org-confirm-elisp-link-function (quote y-or-n-p))
 '(org-cycle-emulate-tab nil)
 '(org-default-notes-file "~/notes/notes.txt")
 '(org-default-priority 68)
 '(org-directory "~/notes")
 '(org-edit-timestamp-down-means-later t)
 '(org-email-link-description-format "Email %c: %.40s")
 '(org-enforce-todo-checkbox-dependencies t)
 '(org-enforce-todo-dependencies t nil nil)
 '(org-from-is-user-regexp "\\<Peter Westlake\\>")
 '(org-hide-emphasis-markers t)
 '(org-insert-mode-line-in-empty-file t)
 '(org-log-done (quote time))
 '(org-log-into-drawer t)
 '(org-lowest-priority 69)
 '(org-modules (quote (org-bbdb org-bibtex org-gnus org-id org-info org-jsinfo org-inlinetask org-irc org-protocol org-wl org-w3m org-depend)))
 '(org-mouse-features (quote (yank-link activate-stars activate-bullets activate-checkboxes)))
'(org-outline-path-complete-in-steps t)
 '(org-refile-targets (quote ((org-agenda-files :maxlevel . 3) (nil :maxlevel . 3))))
 '(org-refile-use-outline-path (quote file))
; '(org-remember-templates .....)
 '(org-special-ctrl-a/e (quote reversed))
 '(org-stuck-projects (quote ("/+PROJECT" ("TODO" "NEXT" "WAITING" "SOMEDAY") ("LATER") "")))
 '(org-timeline-show-empty-dates t)
; '(org-todo-keyword-faces ......)
 '(org-todo-keywords (quote ((sequence "TODO(t)" "|" "DONE") (type "PROJECT(p)" "GOAL(g)" "|" "FINISHED") (sequence "WAITING(w)" "DONE"))))
 '(org-use-fast-todo-selection nil)
 '(outline-regexp "\\*[-_*|+=]*")

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2009-05-08 10:21 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-05 18:18 reloading causes visibility bug requiring restart Samuel Wales
2009-04-05 19:27 ` Carsten Dominik
2009-04-06  5:56   ` Manish
2009-04-06  6:08     ` Carsten Dominik
2009-04-06 10:57     ` Carsten Dominik
2009-04-06 12:05       ` Sebastian Rose
2009-04-06 15:47         ` Manish
2009-04-07 20:10       ` Carsten Dominik
2009-04-07 20:37         ` Samuel Wales
2009-04-08  6:45           ` Carsten Dominik
2009-04-07  5:21   ` Samuel Wales
2009-04-05 19:33 ` Bernt Hansen
2009-05-07 14:48   ` Peter Westlake
2009-05-07 16:07     ` Bernt Hansen
2009-05-08  4:24     ` Carsten Dominik
2009-05-08 10:20       ` Peter Westlake [this message]
2009-05-08 10:53         ` Carsten Dominik
2009-05-08 11:06     ` Carsten Dominik
2009-05-08 17:56       ` Peter Westlake

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=1241778054.27552.1314440411@webmail.messagingengine.com \
    --to=peter.westlake@pobox.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).