emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Stefan Nobis <stefan-ml@snobis.de>
To: emacs-orgmode@gnu.org
Subject: Re: "text mode" org mode
Date: Tue, 15 Sep 2020 16:29:01 +0200	[thread overview]
Message-ID: <m11rj3t8pe.fsf@nobis-it.eu> (raw)
In-Reply-To: 878sdbw7h6.fsf@ebih.ebihd

Emanuel Berg via "General discussions about Org-mode."
<emacs-orgmode@gnu.org> writes:

> Can I tell Org mode to don't change editing back and
> forth, also don't collapse items in and out, i.e.
> virtually text mode

I did not test it to every detail, but the following two settings may
be a good starting point:

#+begin_src elisp
(setq org-startup-folded 'showeverything)
(setq org-link-descriptive nil)
#+end_src

Also have a look at all the ~org-toggle-*~ commands like
~org-toggle-link-display~ and ~org-toggle-pretty-entities~ (the source
of these commands should reveal the associated variable that can be
set globally to the desired start value).

--
Until the next mail...,
Stefan.


  parent reply	other threads:[~2020-09-15 14:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-15 12:27 "text mode" org mode Emanuel Berg via General discussions about Org-mode.
2020-09-15 13:05 ` Russell Adams
2020-09-15 13:31   ` Emanuel Berg via General discussions about Org-mode.
2020-09-15 13:33   ` Emanuel Berg via General discussions about Org-mode.
2020-09-15 14:31     ` Diego Zamboni
2020-09-15 14:38     ` tomas
2020-09-15 13:16 ` Emanuel Berg via General discussions about Org-mode.
2020-09-15 14:14   ` Russell Adams
2020-09-15 13:46 ` Gustavo Barros
2020-09-15 14:37   ` Emanuel Berg via General discussions about Org-mode.
2020-09-15 14:29 ` Stefan Nobis [this message]
2020-09-15 14:42   ` Emanuel Berg via General discussions about Org-mode.
2020-09-15 16:11     ` Stefan Nobis
2020-09-15 19:56       ` Emanuel Berg via General discussions about Org-mode.
2020-09-16  7:51         ` Stefan Nobis

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=m11rj3t8pe.fsf@nobis-it.eu \
    --to=stefan-ml@snobis.de \
    --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).