* Having trouble with hidestars this morning
@ 2013-11-04 15:30 Susan Cragin
2013-11-04 15:48 ` Thorsten Jolitz
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Susan Cragin @ 2013-11-04 15:30 UTC (permalink / raw)
To: Emacs-orgmode list
Hello.
Normally outlines are supposed to start up in hidestars view, which shows one star per level, indented, thusly:
* First Level
* Second
* Third
But after compiling both emacs and org-mode from git this morning, and re-installing, my outlines show all the stars, and the stars cannot be turned off. I've tried:
#+STARTUP: indent
#+STARTUP: hidestars
Suggestions? Is there some sort of M-x hidestars command that I might have toggled accidentally?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Having trouble with hidestars this morning
2013-11-04 15:30 Having trouble with hidestars this morning Susan Cragin
@ 2013-11-04 15:48 ` Thorsten Jolitz
2013-11-05 6:29 ` Pete Ley
2013-11-06 12:57 ` Bastien
2 siblings, 0 replies; 7+ messages in thread
From: Thorsten Jolitz @ 2013-11-04 15:48 UTC (permalink / raw)
To: emacs-orgmode
Susan Cragin <susancragin@earthlink.net> writes:
> Hello. Normally outlines are supposed to start up in hidestars view,
> which shows one star per level, indented, thusly:
>
> * First Level
> * Second
> * Third
>
> But after compiling both emacs and org-mode from git this morning, and
> re-installing, my outlines show all the stars, and the stars cannot be
> turned off. I've tried:
>
> #+STARTUP: indent
> #+STARTUP: hidestars
>
> Suggestions? Is there some sort of M-x hidestars command that I might
> have toggled accidentally?
What does 'C-h v org-startup-indented' show?
--
cheers,
Thorsten
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Having trouble with hidestars this morning
2013-11-04 15:30 Having trouble with hidestars this morning Susan Cragin
2013-11-04 15:48 ` Thorsten Jolitz
@ 2013-11-05 6:29 ` Pete Ley
2013-11-06 12:57 ` Bastien
2 siblings, 0 replies; 7+ messages in thread
From: Pete Ley @ 2013-11-05 6:29 UTC (permalink / raw)
To: Emacs-orgmode list
Susan Cragin <susancragin@earthlink.net> writes:
> Hello.
> Normally outlines are supposed to start up in hidestars view, which shows one star per level, indented, thusly:
>
> * First Level
> * Second
> * Third
>
> But after compiling both emacs and org-mode from git this morning, and re-installing, my outlines show all the stars, and the stars cannot be turned off. I've tried:
I have the same problem. Hidestars is set in my init.el yet when I first
start up, it isn't functional. Then, after I view my weekly agenda, they
become hidden again.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Having trouble with hidestars this morning
2013-11-04 15:30 Having trouble with hidestars this morning Susan Cragin
2013-11-04 15:48 ` Thorsten Jolitz
2013-11-05 6:29 ` Pete Ley
@ 2013-11-06 12:57 ` Bastien
2013-11-06 18:26 ` Aaron Ecay
2 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2013-11-06 12:57 UTC (permalink / raw)
To: Susan Cragin; +Cc: Emacs-orgmode list
Hi Susan,
Susan Cragin <susancragin@earthlink.net> writes:
> But after compiling both emacs and org-mode from git this morning,
> and re-installing, my outlines show all the stars, and the stars
> cannot be turned off.
I do see the same problem -- Nicolas, do you know what may have caused
this?
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Having trouble with hidestars this morning
2013-11-06 12:57 ` Bastien
@ 2013-11-06 18:26 ` Aaron Ecay
2013-11-07 8:51 ` Bastien
0 siblings, 1 reply; 7+ messages in thread
From: Aaron Ecay @ 2013-11-06 18:26 UTC (permalink / raw)
To: Bastien, Susan Cragin; +Cc: Emacs-orgmode list
2013ko azaroak 6an, Bastien-ek idatzi zuen:
>
> Hi Susan,
>
> Susan Cragin <susancragin@earthlink.net> writes:
>
>> But after compiling both emacs and org-mode from git this morning,
>> and re-installing, my outlines show all the stars, and the stars
>> cannot be turned off.
>
> I do see the same problem -- Nicolas, do you know what may have caused
> this?
It is a new bug (IMO) in emacs. Reported here:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15815
There is a workaround in the bug report also.
--
Aaron Ecay
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Having trouble with hidestars this morning
2013-11-06 18:26 ` Aaron Ecay
@ 2013-11-07 8:51 ` Bastien
0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2013-11-07 8:51 UTC (permalink / raw)
To: Aaron Ecay; +Cc: Emacs-orgmode list, Susan Cragin
Aaron Ecay <aaronecay@gmail.com> writes:
> It is a new bug (IMO) in emacs. Reported here:
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15815
>
> There is a workaround in the bug report also.
Indeed. Thanks for the pointer!
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Having trouble with hidestars this morning
@ 2013-11-07 14:31 Susan Cragin
0 siblings, 0 replies; 7+ messages in thread
From: Susan Cragin @ 2013-11-07 14:31 UTC (permalink / raw)
To: Bastien; +Cc: Emacs-orgmode list
[-- Attachment #1: Type: text/html, Size: 986 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-11-07 14:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 15:30 Having trouble with hidestars this morning Susan Cragin
2013-11-04 15:48 ` Thorsten Jolitz
2013-11-05 6:29 ` Pete Ley
2013-11-06 12:57 ` Bastien
2013-11-06 18:26 ` Aaron Ecay
2013-11-07 8:51 ` Bastien
-- strict thread matches above, loose matches on Subject: below --
2013-11-07 14:31 Susan Cragin
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).