From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode version 6.30d; Hide stars Date: Fri, 4 Sep 2009 17:07:28 +0200 Message-ID: <07374B44-6A29-46C3-96C4-0EE89D8D05E7@gmail.com> References: <23d923960909040744v616a7503uc1ceb32dcb57eba2@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjaO8-00021B-Kv for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 11:07:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjaO2-0001x8-Gj for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 11:07:43 -0400 Received: from [199.232.76.173] (port=45961 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjaO2-0001x0-8O for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 11:07:38 -0400 Received: from mail-bw0-f220.google.com ([209.85.218.220]:61596) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjaO1-0002iI-8K for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 11:07:38 -0400 Received: by bwz20 with SMTP id 20so794405bwz.42 for ; Fri, 04 Sep 2009 08:07:34 -0700 (PDT) In-Reply-To: <23d923960909040744v616a7503uc1ceb32dcb57eba2@mail.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: Melton Low Cc: emacs-orgmode@gnu.org 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