From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Henderson Subject: Re: Org indent mode Date: Sat, 1 Mar 2014 19:58:44 +1100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3f2cafb77cc04f387c27a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJfkt-0005cA-3J for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 03:58:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJfkr-0003Z6-OR for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 03:58:47 -0500 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:59487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJfkr-0003Ys-D2 for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 03:58:45 -0500 Received: by mail-ee0-f54.google.com with SMTP id c41so2750837eek.41 for ; Sat, 01 Mar 2014 00:58:44 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Josiah Schwab Cc: org-mode --001a11c3f2cafb77cc04f387c27a Content-Type: text/plain; charset=UTF-8 Got it. Thanks. On Sat, Mar 1, 2014 at 3:46 PM, Josiah Schwab wrote: > Yes. We are clearly talking past each other. You need to set the > "org-hide" text style (or "face") so that it is the same color as your > background. Then the stars will appear invisible. > > This is explained in the section of the docs I linked to: "The leading > stars are not truly replaced by whitespace, they are only fontified with > the face org-hide that uses the background color as font color. If you are > not using either white or black background, you may have to customize this > face to get the wanted effect." > > Here's one way you might do that. Do M-x apropos and then search for > org-hide. Click "org-hide" and then click "customize this face". Then set > the foreground color to be the same as your background color. > > Hope that helps. > > Josiah > > > > On Fri, Feb 28, 2014 at 8:27 PM, Chris Henderson wrote: > >> Hi, >> >> I'm not sure how to customize this. I have tried different variations of >> >> #+STARTUP: hidestars >> #+STARTUP: odd >> #+STARTUP: oddeven >> >> but they don't seem to be working. Maybe I'm doing something wrong. >> >> >> >> On Sat, Mar 1, 2014 at 3:10 PM, Josiah Schwab wrote: >> >>> But did you try customizing the org-hide face? >>> >>> Josiah >>> On Feb 28, 2014 7:14 PM, "Chris Henderson" wrote: >>> >>>> I've added (setq org-hide-leading-stars t) but still getting the >>>> leading stars. Thanks. >>>> >>>> >>>> On Sat, Mar 1, 2014 at 1:45 PM, Josiah Schwab wrote: >>>> >>>>> You may need to customize the org-hide face. >>>>> >>>>> See the section "Hiding Leading Stars" at >>>>> http://orgmode.org/manual/Clean-view.html >>>>> >>>>> Josiah >>>>> >>>>> >>>>> On Fri, Feb 28, 2014 at 6:27 PM, Chris Henderson >>>> > wrote: >>>>> >>>>>> I'm trying to setup Org indent mode for cleaner view but the >>>>>> preceding starts show up dimmed in grey color. How do I make them totally >>>>>> invisible? >>>>>> >>>>>> I've put this at the top of the .emacs: >>>>>> >>>>>> (setq org-startup-indented t) >>>>>> (setq org-indent-mode t) >>>>>> >>>>>> and running emacs version 24.3.1 and org version 8.2.5 from the >>>>>> command-line. >>>>>> >>>>>> >>>>> >>>> >> > --001a11c3f2cafb77cc04f387c27a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Got it. Thanks.

On Sat, Mar 1, 2014 at 3:46 PM, Josiah Schwab = <jschwab@gmail.com> wrote:
Yes. =C2=A0We are clearly t= alking past each other. =C2=A0You need to set the "org-hide" text= style (or "face") so that it is the same color as your backgroun= d. =C2=A0Then the stars will appear invisible.

This is explained in the section of the docs I linked to: &q= uot;The leading stars are not truly replaced by whitespace, they are only f= ontified with the face org-hide that uses the background color as font colo= r. If you are not using either white or black background, you may have to c= ustomize this face to get the wanted effect."

Here's one way you might do that. =C2=A0Do M-x apro= pos and then search for org-hide. =C2=A0Click "org-hide" and then= click "customize this face". =C2=A0Then set the foreground color= to be the same as your background color.

Hope that helps.

Josiah



On Fri, Feb 28, 2014 at 8:27 PM, Chris Hende= rson <henders254@gmail.com> wrote:
Hi,

I'= ;m not sure how to customize this. I have tried different variations of
#+STARTUP: hidestars
#+STARTUP: odd #+STARTUP: oddeven

but they don't seem to be working.=
 Maybe I'm doing something wrong.


On Sat, Mar 1, 2014 at 3:10 PM, Josiah Schwab <jschwab@gmail.com> wrote:

But did you try customizing t= he org-hide face?

Josiah

On Feb 28, 2014 7:14 PM, "Chris Henderson&q= uot; <henders2= 54@gmail.com> wrote:
I've added (setq org-hide-leading-stars t) but still g= etting the leading stars. Thanks.

<= br>
On Sat, Mar 1, 2014 at 1:45 PM, Josiah Schwab= <jschwab@gmail.com> wrote:
You may need to c= ustomize the org-hide face.

See the section "= Hiding Leading Stars" at

Josiah

<= br>
On Fri, Feb 28, 2014 at 6:27 PM, Chris Hender= son <henders254@gmail.com> wrote:
I'm trying to= setup Org indent mode for cleaner view but the preceding starts show up di= mmed in grey color. How do I make them totally invisible?

I've put this at the top of the .emacs:

(setq org-startup-indented t)
(setq org-indent-mode t)

= and running emacs version 24.3.1 and org version 8.2.5 from the command-lin= e.






--001a11c3f2cafb77cc04f387c27a--