From: Nicolas Goaziou <mail@nicolasgoaziou.fr> To: Emmanuel Charpentier <emm.charpentier@free.fr> Cc: emacs-orgmode <emacs-orgmode@gnu.org> Subject: Re: [PATCH] c-csl : accept relative CSL filenames Date: Wed, 03 Nov 2021 17:19:56 +0100 [thread overview] Message-ID: <87bl31tdn7.fsf@nicolasgoaziou.fr> (raw) In-Reply-To: <923e51a09367741650c05692009e00ae913a28d3.camel@free.fr> (Emmanuel Charpentier's message of "Tue, 19 Oct 2021 20:24:22 +0200") Hello, Emmanuel Charpentier <emm.charpentier@free.fr> writes: > This (minuscule) patch allows to pass a relative (to the buffer's > default directory) file name to denote the CSL style file. Thank you. However, I'm not sure to understand the purpose of the patch. > Rationale : this allows the use of "one-of" styles for "one-of" > projects without overloading a defailt CSL style directory (which may > or may not exist on a given system : think JabRef users...). Also > useful for hacked CSL files specific to a given project. If we expand every relative file name from `default-directory', what happens to `org-cite-csl-styles-dir'? Your patch makes this variable useless, doesn't it? What about using a local `org-cite-csl-styles-dir' instead, using file-local variables? > + ((and (pred (lambda (x) > + (let ((fn (expand-file-name x default-directory))) > + (if (file-exists-p fn) fn nil)))) file) file) This pattern returns the relative file name, not the expanded one. It may not be what you want. Regards, -- Nicolas Goaziou
next prev parent reply other threads:[~2021-11-03 16:21 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-10-19 18:24 Emmanuel Charpentier 2021-11-03 16:19 ` Nicolas Goaziou [this message] 2021-11-04 16:25 ` Emmanuel Charpentier 2021-11-04 22:16 ` Nicolas Goaziou 2021-11-04 22:36 ` Bruce D'Arcus 2021-11-05 12:18 ` Eric S Fraga 2021-11-05 9:38 ` M. ‘quintus’ Gülker 2021-11-05 17:56 Emmanuel Charpentier 2021-11-19 12:54 ` Nicolas Goaziou 2021-11-19 18:10 ` M. ‘quintus’ Gülker 2021-12-10 9:20 ` Nicolas Goaziou 2022-02-18 14:51 ` Kaushal Modi 2022-02-18 18:16 ` Nicolas Goaziou 2022-02-18 19:17 ` Kaushal Modi
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=87bl31tdn7.fsf@nicolasgoaziou.fr \ --to=mail@nicolasgoaziou.fr \ --cc=emacs-orgmode@gnu.org \ --cc=emm.charpentier@free.fr \ --subject='Re: [PATCH] c-csl : accept relative CSL filenames' \ /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
Code repositories for project(s) associated with this 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).