all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jean Louis <bugs@gnu.support>
To: Jonas Damm <emails@jonas-damm.de>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Org-mode: toggle between source block and its results
Date: Tue, 7 Feb 2023 13:05:05 +0300	[thread overview]
Message-ID: <Y+IiUdKPUeT9iQqz@protected.localdomain> (raw)
In-Reply-To: <87edr23cca.fsf@jonas-damm.de>

* Jonas Damm <emails@jonas-damm.de> [2023-02-06 21:03]:
> Hi, I would like to make a presentation about music in org-present.
> I want to show musical lilypond snippets, but I don't want the source
> block itself to show. Is it possible to toggle visablitly of the
> source block and its results?

Here is one possible solution:
(info "(org) Blocks") <-- evaluate

which implies you would then export "visible only".

I have tried it this way:

#+STARTUP: hideblocks
#+STARTUP: nohideblocks

#+BEGIN_SRC emacs-lisp
(message "Hello")
#+END_SRC

#+RESULTS:
: Hello

And I could see only result, and not the block.


-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



  parent reply	other threads:[~2023-02-07 10:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06 17:55 Org-mode: toggle between source block and its results Jonas Damm
2023-02-06 18:25 ` H. Dieter Wilhelm
2023-02-07  8:51   ` Jonas Damm
2023-02-07 17:27     ` H. Dieter Wilhelm
2023-02-07 18:39       ` Bruno Barbier
2023-02-08  8:08         ` Jonas Damm
2023-02-08 20:25           ` Jean Louis
2023-02-09  7:02             ` Jonas Damm
2023-02-07 10:05 ` Jean Louis [this message]
2023-02-08  5:22   ` tomas
2023-02-08  8:19   ` Jonas Damm
2023-02-08 20:18     ` Jean Louis
2023-02-09  7:10       ` Jonas Damm

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y+IiUdKPUeT9iQqz@protected.localdomain \
    --to=bugs@gnu.support \
    --cc=emails@jonas-damm.de \
    --cc=help-gnu-emacs@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.