From mboxrd@z Thu Jan 1 00:00:00 1970 From: Melton Low Subject: Re: Org-mode version 6.30d; Hide stars Date: Fri, 4 Sep 2009 11:05:20 -0600 Message-ID: <23d923960909041005j221dec97k69cbefad0667a57d@mail.gmail.com> References: <23d923960909040744v616a7503uc1ceb32dcb57eba2@mail.gmail.com> <07374B44-6A29-46C3-96C4-0EE89D8D05E7@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1592992207==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjcE5-0002Ey-4d for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 13:05:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjcE0-0002ER-5H for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 13:05:28 -0400 Received: from [199.232.76.173] (port=58931 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjcDz-0002EI-TV for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 13:05:24 -0400 Received: from mx20.gnu.org ([199.232.41.8]:54913) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MjcDz-000197-8z for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 13:05:23 -0400 Received: from mail-px0-f197.google.com ([209.85.216.197]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjcDy-0005mH-Fh for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 13:05:22 -0400 Received: by pxi35 with SMTP id 35so870877pxi.12 for ; Fri, 04 Sep 2009 10:05:20 -0700 (PDT) In-Reply-To: <07374B44-6A29-46C3-96C4-0EE89D8D05E7@gmail.com> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org --===============1592992207== Content-Type: multipart/alternative; boundary=001636e0b96250cd6d0472c3816d --001636e0b96250cd6d0472c3816d Content-Type: text/plain; charset=ISO-8859-1 When I get a chance later today or this evening, I will try to identify which git commit the problem started for me. Mel On Fri, Sep 4, 2009 at 9:07 AM, Carsten Dominik wrote: > Hi, > > I cannot reproduce this. > > - Carsten > > On Sep 4, 2009, at 4:44 PM, Melton Low wrote: > > --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. >> ------------------------------------------------------------------------ >> >> This may be double posted. I originally used the wrong email address >> not subscribed to the 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 >> ) >> _______________________________________________ >> 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 >> > > --001636e0b96250cd6d0472c3816d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When I get a chance later today or this evening, I will try to identify whi= ch git commit the problem started for me.

Mel

On Fri, Sep 4, 2009 at 9:07 AM, Carsten Dominik <carsten.dom= inik@gmail.com> wrote:
Hi,

I cannot reproduce this.

- Carsten

On Sep 4, 2009, at 4:44 PM, Melton Low wrote:

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

=A0 =A0http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------
This may be double posted. =A0I originally used the wrong email address
not subscribed to the 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 =A0: 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:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq
org-log-done 'time
org-blocker-hook '(org-block-todo-from-checkboxes
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 org-block-todo-from-children-or-siblin= gs-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!)&quo= t; "WAIT(w@/!)" "|"
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 "DONE(d!)" "CANCELE= D(c@)" "DELEGATED(a@)" "FIXED(f@)")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0)
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-drawer= s
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 org-cycle-show-empty-lines
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 org-optimize-window-after-visibility-chang= e)
org-mode-hook '((lambda nil
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 (when (outline-invisible-p)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(save-excursion (outline-previous-visib= le-heading 1)
=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#[nil "\300\301\302\303\304$\207"=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[org-add-hook change-major-mode-hook or= g-show-block-all
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 append local]
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A05]
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0turn-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 "\\<Melton Low\\>"
org-remember-templates '(("Todo" 116 "* TODO %?\n %i\n %= a" "task.org&qu= ot; "Tasks")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ("Idea" 105 &quo= t;* %^{Title}\n %i\n %a" "idea.org"
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"New Ideas")<= br> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ("Journal" 106 &= quot;* %U %?\n\n %i\n %a" "journal.org"
=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 ("Note" 110 &quo= t;* Note %?\n %i\n %a" "note.org" "Note")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ("Bug" 98 "= * BUG %?\n %i\n %a" "bug.org" "Bugs"))
org-provide-todo-statistics 'all-headlines
org-enforce-todo-checkbox-dependencies t
)
<test.org>_________= ______________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gn= u.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


--001636e0b96250cd6d0472c3816d-- --===============1592992207== 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 --===============1592992207==--