#+STARTUP: hidestars
#+STARTUP: odd #+STARTUP: oddeven
but they don't seem to be working. Maybe I'm doing something wrong.
But did you try customizing the org-hide face?
Josiah
On Feb 28, 2014 7:14 PM, "Chris Henderson" <henders254@gmail.com> 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 <jschwab@gmail.com> wrote:
You may need to customize the org-hide face.See the section "Hiding Leading Stars" atJosiahOn Fri, Feb 28, 2014 at 6:27 PM, Chris Henderson <henders254@gmail.com> wrote:
and running emacs version 24.3.1 and org version 8.2.5 from the command-line.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)