emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Price <moptop99@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: using #+BIND:
Date: Sat, 31 Jan 2015 14:31:56 -0500	[thread overview]
Message-ID: <CAN_Dec_LgTV-3DzC--hqkG6Hhvffkq3bjvzX3fNoLBYB+bp91g@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

Hi Everyone,

I have a variable I would like to set on a per-file basis.  My readingof
the documentation suggests I should use the

#+BIND:

keyword to do this.

So, I have set org-export-with-todo-keywords to non-nil.  In my buffer I
put:

#+BIND: org-zotxt-link-description-stylqe :citation

and then execute org-reload. The defcustom for this variable reads as
follows:

(defcustom org-zotxt-link-description-style
  :citation
  "Style to use for org zotxt link texts."
  :group 'org-zotxt
  :type '(choice (const :tag "easykey" :easykey)
                 (const :tag "better BibTeX" :betterbibtexkey)
                 (const :tag "citation" :citation)))

However, the output of describe-variable org-zotxt-link-description-style
is

org-zotxt-link-description-style is a variable defined in `org-zotxt.el'.
Its value is :easykey
Original value was :citation

Does BIND only work during export? If so, is there a better way to add a
local variable to a buffer?

Thanks,
Matt

[-- Attachment #2: Type: text/html, Size: 1488 bytes --]

             reply	other threads:[~2015-01-31 19:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-31 19:31 Matt Price [this message]
2015-01-31 19:56 ` using #+BIND: Eric S Fraga
2015-02-02  1:07   ` Matt Price

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=CAN_Dec_LgTV-3DzC--hqkG6Hhvffkq3bjvzX3fNoLBYB+bp91g@mail.gmail.com \
    --to=moptop99@gmail.com \
    --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).