From: Melton Low <softw.app@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org-mode version 6.30d; Hide stars
Date: Fri, 4 Sep 2009 11:05:20 -0600 [thread overview]
Message-ID: <23d923960909041005j221dec97k69cbefad0667a57d@mail.gmail.com> (raw)
In-Reply-To: <07374B44-6A29-46C3-96C4-0EE89D8D05E7@gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 4025 bytes --]
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
<carsten.dominik@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. 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 "\\<Melton Low\\>"
>> 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
>> )
>> <test.org>_______________________________________________
>> 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
>>
>
>
[-- Attachment #1.2: Type: text/html, Size: 5657 bytes --]
[-- Attachment #2: 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
next prev parent reply other threads:[~2009-09-04 17:05 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-04 14:44 Org-mode version 6.30d; Hide stars Melton Low
2009-09-04 15:07 ` Carsten Dominik
2009-09-04 17:05 ` Melton Low [this message]
2009-09-04 18:33 ` Bernt Hansen
2009-09-04 19:00 ` William Henney
2009-09-04 19:26 ` Bernt Hansen
2009-09-04 20:56 ` Mark Elston
2009-09-04 21:36 ` Arne
2009-09-05 5:42 ` Carsten Dominik
2009-09-05 5:58 ` Carsten Dominik
2009-09-05 9:44 ` Detlef Steuer
2009-09-05 14:23 ` Melton Low
[not found] <cmu-lmtpd-24989-1252080523-5@store70m.internal>
2009-09-04 16:26 ` Scott Otterson
2009-09-06 17:47 ` Tassilo Horn
2009-09-06 22:32 ` Melton Low
2009-09-06 22:40 ` Melton Low
2009-09-07 8:35 ` Tassilo Horn
2009-09-07 18:04 ` Tassilo Horn
2009-09-07 18:17 ` Mark Elston
2009-09-07 18:32 ` Tassilo Horn
2009-09-07 21:50 ` Melton Low
2009-09-08 7:47 ` Tassilo Horn
-- strict thread matches above, loose matches on Subject: below --
2009-09-04 5:20 Melton Low
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=23d923960909041005j221dec97k69cbefad0667a57d@mail.gmail.com \
--to=softw.app@gmail.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).