* quickly toggling properties
@ 2013-04-09 15:56 Matt Price
2013-04-09 16:42 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Matt Price @ 2013-04-09 15:56 UTC (permalink / raw)
To: Org Mode
Hi everyone,
I just updated to the latest git to try out the ox-deck exporter --
wow it's great, thank you Rick!
The exporter makes use of two properties to control the display of
slide fragments -- STEP and HTML_CONTAINER_CLASS. I think I'm going
to be using these a lot, so I'm wondering what the quickest way is to
toggle a property. It's easy enough to define a quick key I guess, by
adding this line to org-structure-templates-alist:
("s" ":Properties"\n:STEP: t\n:END:\n")
But I would like to bind a function to a siple keystroke, whic hI can
use to toggle the STEP or HTM_CONTAINER_CASS properties without
thinking too hard. Any suggestions? Thanks!
matt
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: quickly toggling properties
2013-04-09 15:56 quickly toggling properties Matt Price
@ 2013-04-09 16:42 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-04-09 16:42 UTC (permalink / raw)
To: Matt Price; +Cc: Org Mode
Hi Matt,
Matt Price <moptop99@gmail.com> writes:
> I think I'm going to be using these a lot, so I'm wondering what the
> quickest way is to toggle a property.
I'd define
#+PROPERTY: STEP_ALL x1 x2 x3
and use S-<right/left> to cycle through x1, x2 and x3.
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-09 16:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 15:56 quickly toggling properties Matt Price
2013-04-09 16:42 ` Bastien
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).