Dear Andras,
it appears that citeproc.el does not process the timestamp locator from CSL. I have this bibliography entry:
@Movie{schäfers2025verlor_domain_türen,
urldate = {2025-12-30},
file = {Sonstige/schäfers2025verlor_domain_türen.webm},
author = {Tim Philipp Schäfers},
title = {Verlorene Domains, offene Türen},
date = {2025-12-28},
langid = {ngerman},
eventtitle = {39. Chaos Communication Congress (39c3)},
url = {https://media.ccc.de/v/39c3-verlorene-domains-offene-turen-was-alte-behordendomains-verraten},
organization = {Chaos Computer Club},
venue = {Hamburg}
}
This is a talk on the recent 39C3 congress. I tried to cite it like this:
#+AUTHOR: Test
#+TITLE: Test
#+LANGUAGE: de
#+bibliography: /tmp/mwe.bib
#+cite_export: csl /home/quintus/repos/emacs-jura-tooling/csl/döv.csl
Test.[cite:@schäfers2025verlor_domain_türen timestamp 12:28,]
The CSL style used is this custom one I made for the DÖV German law journal’s house style. If exported, it yields this footnote:
1 timestamp Schäfers, Verlorene Domains, offene Türen, https://media.ccc.de/v/39c3-verlorene-domains-offene-turen-was-alte-behordendomains-verraten <30.12.2025> S. 12:28.
This looks as if timestamp is not recognised as a locator. I think it should be recognised as one, and the corresponding symbol label for that locator should probably be @. That would make the footnote look like this:
1 Schäfers, Verlorene Domains, offene Türen, https://media.ccc.de/v/39c3-verlorene-domains-offene-turen-was-alte-behordendomains-verraten <30.12.2025> @ 12:28.
Versions used:
- Debian 13.2 (yeah, I switched to Debian from Arch Linux)
- GNU Emacs 30.2 (build 2, x8664-pc-linux-gnu, GTK+ Version 3.24.49, cairo version 1.18.4) of 2025-10-24
- But I do compile Emacs myself
- citeproc.el @ a3d62ab
Thank you for considering this.
Dear Andras,
it appears that citeproc.el does not process the
timestamplocator from CSL. I have this bibliography entry:This is a talk on the recent 39C3 congress. I tried to cite it like this:
The CSL style used is this custom one I made for the DÖV German law journal’s house style. If exported, it yields this footnote:
This looks as if
timestampis not recognised as a locator. I think it should be recognised as one, and the corresponding symbol label for that locator should probably be@. That would make the footnote look like this:Versions used:
Thank you for considering this.