emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christian Wittern <cwittern@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Question about citation formatting
Date: Wed, 27 Mar 2024 12:17:03 +0900	[thread overview]
Message-ID: <7b3b118e-5d1e-48b6-8e11-d9f6b24d5c24@zinbun.kyoto-u.ac.jp> (raw)

Dear org users,

This is my second paper I am formatting with the new citation framework, 
this time using csl for the first time, since basic does not fit the 
bill anymore.

This paper is discussing and comparing translations to the same text. So 
when I mention publications in the text, I want to have the keyword to 
be the translator, rather than the author.

Here is the entry bibliography:

---------test.bib------------------

@book{dogenMoonDewdrop1985,
   title = {Moon in a Dewdrop},
   author = {Dōgen},
   year = {1985},
   publisher = {{San Francisco : North Point Press}},
   isbn = {978-0-86547-186-3},
   language = {eng},
   translator = {Tanahashi, Kazuaki}
}

The org file looks like this:

--------test.org--------------

#+TITLE: Translation test
#+OPTIONS: num:nil toc:nil tags:nil todo:nil ':t ^:{}
# #+cite_export: basic author-year author
#+cite_export: csl /home/chris/src/org-mode/etc/csl/chicago-author-date.csl
#+bibliography: test.bib



In [cite: @dogenMoonDewdrop1985 p37] there is a different translation:
* References
#+print_bibliography:

-------------------------------

and the resulting export, in this case to a buffer, looks like this:

--------------------

                           ━━━━━━━━━━━━━━━━━━━
                             TRANSLATION TEST
                           ━━━━━━━━━━━━━━━━━━━


In (Dōgen 1985, 37) there is a different translation:


References
══════════

   Dōgen, 1200-1253. 1985. /Moon in a Dewdrop/. Translated by Kazuaki
   Tanahashi. San Francisco : North Point Press.

--------------------------------------

What I would like to see is instead:

"In (Tanahashi 1985, 37) there is a different translation:"

in the running text.

Has anybody an idea of how to achieve this?

Any help appreciated,

Christian




             reply	other threads:[~2024-03-27  3:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27  3:17 Christian Wittern [this message]
2024-03-27 20:03 ` Question about citation formatting András Simonyi
2024-03-27 22:39 ` William Denton
  -- strict thread matches above, loose matches on Subject: below --
2024-03-28  6:39 Pedro Andres Aranda Gutierrez

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=7b3b118e-5d1e-48b6-8e11-d9f6b24d5c24@zinbun.kyoto-u.ac.jp \
    --to=cwittern@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).