From mboxrd@z Thu Jan 1 00:00:00 1970 From: Melton Low Subject: Org-mode version 6.30d; Hide stars Date: Thu, 3 Sep 2009 23:20:09 -0600 Message-ID: <23d923960909032220h61e3ff80lf4514b7703e6f6ec@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=001636e0b962645f2b0472b9a773 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjRDe-0003Gu-6k for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 01:20:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjRDZ-0003Bz-Es for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 01:20:17 -0400 Received: from [199.232.76.173] (port=49250 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjRDY-0003Bq-TR for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 01:20:12 -0400 Received: from mail-px0-f197.google.com ([209.85.216.197]:43614) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjRDY-0005WJ-DZ for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 01:20:12 -0400 Received: by pxi35 with SMTP id 35so444820pxi.12 for ; Thu, 03 Sep 2009 22:20:10 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001636e0b962645f2b0472b9a773 Content-Type: multipart/alternative; boundary=001636e0b962645f1e0472b9a771 --001636e0b962645f1e0472b9a771 Content-Type: text/plain; charset=ISO-8859-1 --text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ Hide stars does not hide the stars on first startup of an org file. If I kill the buffer and re-load the file, the stars are hidden as expected. Worked fine with Org 6.30C. Reproducible with attached org file. Mac OS X 10.5.8 Intel Same behaviour on Mac OS X 10.4.11 PPC Same behaviour with EMacs 23.1.1 Emacs : GNU Emacs 23.1.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2009-09-03 on LittleMac.local Package: Org-mode version 6.30d current state: ============== (setq org-log-done 'time org-blocker-hook '(org-block-todo-from-checkboxes org-block-todo-from-children-or-siblings-or-parent) org-hide-leading-stars t org-after-todo-state-change-hook '(org-clock-out-if-current) org-archive-location "~/docs/org-files/archive/" org-odd-levels-only t org-after-todo-statistics-hook '(org-summary-todo) org-agenda-skip-scheduled-if-done t org-export-preprocess-hook '(org-export-blocks-preprocess) org-tab-first-hook '(org-hide-block-toggle-maybe) org-src-mode-hook '(org-src-mode-configure-edit-buffer) org-confirm-shell-link-function 'yes-or-no-p org-todo-keywords '((sequence "TODO(t)" "STARTED(s!)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELED(c@)" "DELEGATED(a@)" "FIXED(f@)") ) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-default-notes-file "/Volumes/Data/Shared/org-remember/notes.org" org-directory "/Volumes/Data/Shared/org-remember/" org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-mode-hook '((lambda nil (when (outline-invisible-p) (save-excursion (outline-previous-visible-heading 1) (org-show-subtree)) ) ) #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] turn-on-font-lock turn-on-flyspell) org-confirm-elisp-link-function 'yes-or-no-p org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-occur-hook '(org-first-headline-recenter) org-from-is-user-regexp "\\" org-remember-templates '(("Todo" 116 "* TODO %?\n %i\n %a" "task.org" "Tasks") ("Idea" 105 "* %^{Title}\n %i\n %a" "idea.org" "New Ideas") ("Journal" 106 "* %U %?\n\n %i\n %a" "journal.org" "Journal") ("Note" 110 "* Note %?\n %i\n %a" "note.org" "Note") ("Bug" 98 "* BUG %?\n %i\n %a" "bug.org" "Bugs")) org-provide-todo-statistics 'all-headlines org-enforce-todo-checkbox-dependencies t ) --001636e0b962645f1e0472b9a771 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
--text follows this line--

Remember to cover = the basics, that is, what you expected to happen and
what in fact= did happen. =A0You don't know how to make a good report? =A0See
<= div>
=
Your bug report will be posted to the Org-mode mailing list.=
----------------------------------------------------------------------= --

Hide stars does not hide the stars on first sta= rtup of an org file. If I=A0kill the buffer and re-load the file, the stars= are hidden as expected.=A0Worked fine with Org 6.30C. Reproducible with at= tached org file.

Mac OS X 10.5.8 Intel=A0
Same behaviour on Ma= c OS X 10.4.11 PPC
Same behaviour with EMacs 23.1.1

Emacs =A0: GNU Emacs 23.1.50.1 (i386-apple-darwi= n9.8.0, NS apple-appkit-949.54)
=A0of 2009-09-03 on LittleMac.local
Package: Org-mode versio= n 6.30d

current state:
=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq
=A0org-log-done '= time
=A0org-blocker-hook '(org-block-todo-from-checkboxes
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0org-block-todo-from-children= -or-siblings-or-parent)
=A0org-hide-leading-stars t
=A0= org-after-todo-state-change-hook '(org-clock-out-if-current)
= =A0org-archive-location "~/docs/org-files/archive/"
=A0org-odd-levels-only t
=A0org-after-todo-statistics-hook &= #39;(org-summary-todo)
=A0org-agenda-skip-scheduled-if-done t
=A0org-export-preprocess-hook '(org-export-blocks-preprocess)
=A0org-tab-first-hook '(org-hide-block-toggle-maybe)
=A0org-s= rc-mode-hook '(org-src-mode-configure-edit-buffer)
=A0org-con= firm-shell-link-function 'yes-or-no-p
=A0org-todo-keywords &#= 39;((sequence "TODO(t)" "STARTED(s!)" "WAIT(w@/!)&= quot; "|"
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"DONE(d!)" &qu= ot;CANCELED(c@)" "DELEGATED(a@)" "FIXED(f@)")
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 )
=A0org-agenda-= before-write-hook '(org-agenda-add-entry-text)
=A0org-default-notes-file "/Volumes/Data/Shared/org-remember/notes.org"
=A0org-directory &qu= ot;/Volumes/Data/Shared/org-remember/"
=A0org-cycle-hook = 9;(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0org-cycle-show-empty-lines
=
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0org-optimize-window-after-visibi= lity-change)
=A0org-mode-hook '((lambda nil
=A0=A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(when (outline-invisible-p)
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 (save-excursion (outline-previo= us-visible-heading 1)
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(= org-show-subtree))
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 )
=
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0)
=A0=A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 #[nil "\300\301\302\303\304$\207"
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 [org-add-hook change-major-mode= -hook org-show-block-all
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0append local]
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 5]
<= div>=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 turn-on-font-lock turn-on-flyspell)<= /div>
=A0org-confirm-elisp-link-function 'yes-or-no-p
=A0org-e= nforce-todo-dependencies t
=A0org-agenda-skip-deadline-if-done t<= /div>
=A0org-occur-hook '(org-first-headline-recenter)
= =A0org-from-is-user-regexp "\\<Melton Low\\>"
=A0org-remember-templates '(("Todo" 116 "* TODO %?\= n %i\n %a" "task.org" "= Tasks")
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0("Idea" 105 "* %^{Title}\n %i\n %a" "idea.org"
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 "New Ideas= ")
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(&q= uot;Journal" 106 "* %U %?\n\n %i\n %a" "journal.org"
=A0=A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 "Journal")
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0("Note"= ; 110 "* Note %?\n %i\n %a" "not= e.org" "Note")
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0("Bug" 98 "* BUG %?\n %i\n %a" &= quot;bug.org" "Bugs"))
=A0org-provide-todo-statistics 'all-headlines
=A0org-enf= orce-todo-checkbox-dependencies t
=A0)

--001636e0b962645f1e0472b9a771-- --001636e0b962645f2b0472b9a773 Content-Type: application/octet-stream; name="test.org" Content-Disposition: attachment; filename="test.org" Content-Transfer-Encoding: base64 X-Attachment-Id: f_fz6h8aej0 IytTVEFSVFVQOiBjb250ZW50CiMrU1RBUlRVUDogaW5kZW50CgoqIFRlc3Qgb3V0bGluZQoqKiog T3V0bGluZSBsaW5lIDEKKioqIE91dGxpbmUgbGluZSAyCg== --001636e0b962645f2b0472b9a773 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --001636e0b962645f2b0472b9a773--