emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Robert P. Goldman" <rpgoldman@sift.info>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Question about reftex mode in org-mode
Date: Thu, 04 Apr 2013 13:21:30 -0500	[thread overview]
Message-ID: <515DC4AA.6050401@sift.info> (raw)

Quite some time ago, I incorporated reftex into my use of org mode, per
a suggestion on Worg:

;;;---------------------------------------------------------------------------
;;; Use reftex with org-mode, per Worg
;;;---------------------------------------------------------------------------

(autoload 'turn-on-reftx "reftex"   "Turn on RefTeX mode." t)
(defun org-mode-reftex-setup ()
  (turn-on-reftex))
(add-hook 'org-mode-hook 'org-mode-reftex-setup)

Now I find that this has a bad behavior at least with Aquamacs:  it can
cause attempts to use the menu bar to be interrupted by a cryptic popup
file selector that says "Master file:"

This seems to be reftex trying to set a value for TeX-master.

So maybe reftex is unhappy when it's not invoked inside of AucTeX (where
TeX-master is defined and set).

Anyone else seen this?  Have a solution (e.g., have org files assume
that TeX-master is t)?

Thanks!
r

             reply	other threads:[~2013-04-04 18:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-04 18:21 Robert P. Goldman [this message]
2013-04-05 23:10 ` Question about reftex mode in org-mode Bastien
2013-04-06 21:55 ` Rasmus

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=515DC4AA.6050401@sift.info \
    --to=rpgoldman@sift.info \
    --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).