From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: quickly toggling properties Date: Tue, 9 Apr 2013 11:56:41 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPaua-0005zm-Ja for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 11:56:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPauZ-0000Xn-G9 for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 11:56:44 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:62329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPauZ-0000Xg-9H for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 11:56:43 -0400 Received: by mail-ee0-f41.google.com with SMTP id c1so3060901eek.28 for ; Tue, 09 Apr 2013 08:56:41 -0700 (PDT) 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: 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