all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* reftex-citation doesn't ask for pages
@ 2007-05-20 18:56 Sven Bretfeld
  0 siblings, 0 replies; 12+ messages in thread
From: Sven Bretfeld @ 2007-05-20 18:56 UTC (permalink / raw)
  To: help-gnu-emacs

Hello

I have a little problem here. Possibly I have misunderstood
something. I've made my own citation-format to make reftex work
together with biblatex:

(setq reftex-cite-format
  '((?\C-m . "\\cite[]{%l}")
   (?t    . "\\textcite[]{%l}")
   (?p    . "\\parencite[]{%l}")
   (?o    . "\\citepr[]{%l}")
   (?n    . "\\nocite{%l}")))
(setq reftex-cite-prompt-optional-args t)

I was thinking the last line makes reftex ask for the page number
after hitting C-c [, but it doesn't work. After asking me for the
cite-key, reftex inserts the cite-command with empty [], so that I
have to jump back to insert the page number manually. It's the same
when I define the cite-format with two pairs of braces.

What have I done wrong?

Thanks for help
Sven

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-05-22 21:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.885.1179687397.32220.help-gnu-emacs@gnu.org>
2007-05-20 20:24 ` reftex-citation doesn't ask for pages Ralf Angeli
2007-05-20 22:47   ` Sven Bretfeld
2007-05-20 22:49     ` Sven Bretfeld
     [not found]     ` <mailman.894.1179701380.32220.help-gnu-emacs@gnu.org>
2007-05-21  6:03       ` Ralf Angeli
2007-05-21 10:33         ` Sven Bretfeld
2007-05-21 11:34           ` Seweryn Kokot
2007-05-22 19:20             ` No TeX-master file recognized in CVS Emacs [was: reftex-citation doesn't ask for pages] Sven Bretfeld
2007-05-22 21:07               ` Sven Bretfeld
2007-05-22 21:24                 ` No TeX-master file recognized in CVS Emacs Seweryn Kokot
     [not found]         ` <mailman.903.1179743642.32220.help-gnu-emacs@gnu.org>
2007-05-21 12:34           ` reftex-citation doesn't ask for pages Gernot Hassenpflug
2007-05-21 20:42           ` Ralf Angeli
2007-05-20 18:56 Sven Bretfeld

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.