Re: Bug?: Undefined reference in ox-latex ?

2024-08-05 Thread John Kitchin
.6.6 was installed on the system with Emacs 29.4. Org > 9.7.9 was installed via package-install in an "emacs -q" startup. > > Any way of tracing this down? > > (I'm also having a problem with org-asciidoc, but I think that's a > separate issue.) > > -- >

Re: Managing acronyms in an Org-mode document

2024-05-28 Thread John Kitchin
sic ideas. > > Best, /PA > > -- > Fragen sind nicht da, um beantwortet zu werden, > Fragen sind da um gestellt zu werden > Georg Kreisler > > Headaches with a Juju log: > unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run > a leader-deposed ho

Re: interaction of fontified calendar entries and org-read-date

2024-02-21 Thread John Kitchin
Awesome work! Thanks for tracking that down! On Wed, Feb 21, 2024 at 6:17 AM Ihor Radchenko wrote: > John Kitchin writes: > > > However, if I edebug `calendar-make-temp-face' and step through each > line, > > then it works the same as using a face. And, after that it

Re: interaction of fontified calendar entries and org-read-date

2024-02-14 Thread John Kitchin
(add-hook 'calendar-today-visible-hook mark-calendar) (org-read-date)) I can live with that solution. Thanks for the assist! On Wed, Feb 14, 2024 at 3:14 PM Ihor Radchenko wrote: > John Kitchin writes: > > > why does it work with a face though? > > It really d

Re: interaction of fontified calendar entries and org-read-date

2024-02-14 Thread John Kitchin
why does it work with a face though? On Wed, Feb 14, 2024 at 10:00 AM Ihor Radchenko wrote: > John Kitchin writes: > > > This slightly different code (differs only in assigning an anonymous face > > instead of an actual face doesn't do that exactly. Today is still marke

interaction of fontified calendar entries and org-read-date

2024-02-13 Thread John Kitchin
video attribute from the face that isn't present in the anonymous face, but I haven't been able to figure out where that comes in. Any suggestions for either how to fix this, or another approach to coloring the days in the calendar? -- John --- Profe

Re: What do you recommend for acronyms in org-mode?

2023-08-28 Thread John Kitchin
bibtex-completion though. On Sat, Aug 26, 2023 at 9:01 PM Maske wrote: > Hi John! > > I was using org-ref some time ago, but it seemed to get emacs slower, in > my low resources PC. > > Would you give me some tips to make org-ref lighter? > > Best regards > > 27

adding rules for flyspell

2023-05-30 Thread John Kitchin
less desirable for many rules. does anyone do anything clever here? I am currently making a list of predicate functions, and a generic function that runs each one, but I wondered if there was another approach. thanks. -- John --- Professor John Kitchin (he/his

Re: org-ref-helm-insert-ref-link and latex src blocks

2023-05-30 Thread John Kitchin
eliver weapons to Ukraine's military. > I support the NATO membership of the Ukraine. > I support the EU membership of the Ukraine. > > https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/ > > > -- John --- Professor John Kitchin (he/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 https://kitchingroup.cheme.cmu.edu https://pointbreezepubs.gumroad.com/ pycse bookstore

Re: org-latex-pdf-process as a lisp function?

2023-04-30 Thread John Kitchin
Thanks for this and the other one too! On Sun, Apr 30, 2023 at 12:41 PM Ihor Radchenko wrote: > John Kitchin writes: > > > The documentation for org-latex-pdf-process says that it can be a list of > > strings, or a lisp function. > > ... > > In org-compile-fi

org-latex-pdf-process as a lisp function?

2023-04-30 Thread John Kitchin
-compile-file-commands, I think this line ((pred functionp) process) should instead be ((pred functionp) (list process)) that seems to make it work for me. Org mode version 9.7-pre (release_9.6.4-337-geaf274 -- John --- Professor John Kitchin (he/his) Doherty Hall

Troubleshooting empty *Org PDF LaTeX Output*

2023-04-29 Thread John Kitchin
buf (erase-buffer)) (setq outfile (org-compile-file texfile process "pdf" (format "See %S for details" log-buf-name) log-buf spec)) (org-latex-compile--postprocess outfile log-buf snippet) ;; Return output file name. outfile)) WDYT? -- John

Re: org-ref-formatted-citation-formats for books: ISBN

2023-04-01 Thread John Kitchin
is case-sensitive. > > -- > Ihor Radchenko // yantar92, > Org mode contributor, > Learn more about Org mode at <https://orgmode.org/>. > Support Org development at <https://liberapay.com/org-mode>, > or support my work at <https://liberapay.com/yantar92> >

Re: How to produce an org-ref citation from ivy-bibtex

2023-03-01 Thread John Kitchin
ave a nice day, > > Sven > > > Am Tue, Feb 28, 2023 at 12:07:35PM -0500 schrieb John Kitchin: > > You can try something like this > > > > #+BEGIN_SRC emacs-lisp > > (setq bibtex-completion-format-citation-functions > > '((org-mode . (lambd

Re: How to produce an org-ref citation from ivy-bibtex

2023-02-28 Thread John Kitchin
You can try something like this #+BEGIN_SRC emacs-lisp (setq bibtex-completion-format-citation-functions '((org-mode . (lambda (keys) (org-ref-insert-cite-keys keys) "")) (latex-mode. bibtex-completion-format-citation-cite) (markdown-mode . bibtex-completion-format-c

Re: Links to external targets with (or despite) org-ref

2023-02-24 Thread John Kitchin
Wed, Feb 22, 2023 at 5:20 AM Sven Bretfeld wrote: > Hi John > > That's working well. Thank you very much. And thousand thanks for > org-ref in general. > > Sven > > Am Mon, Feb 20, 2023 at 01:07:49PM -0500 schrieb John Kitchin: > > The quickest thing might be to

Re: Links to external targets with (or despite) org-ref

2023-02-20 Thread John Kitchin
The quickest thing might be to remove the store properties on the ref links. This should do it. #+BEGIN_SRC emacs-lisp (cl-loop for reflink in '("ref" "pageref" "nameref" "eqref" "autoref" "cref" "Cref" "crefrange" "Crefrange") do (setf (cdr (assoc reflink org-link-parameters)) (org-plist-de

Re: org-ref 3 setup

2022-07-20 Thread John Kitchin
-ref-preprocessing (backend) (unless (eq backend 'latex) (org-ref-csl-preprocess-buffer backend))) (setq org-export-before-parsing-hook '(org-ref-preprocessing)) John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical E

Re: @string abbreviation in bib file not honored in (basic) org-cite [and a minimal working example with natbib]

2022-07-12 Thread John Kitchin
; their LaTeX equivalent. > > best wishes, > András > > -- John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin https://kitchingroup.cheme.cmu.edu https://pointbreezepubs.gumroad.com/ pycse bookstore

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-03 Thread John Kitchin
still do not understand. AFAIK, \nocite{*} is not a > valid LaTeX command. > > Best, > Ihor > > -- John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412

Re: We have asynchronous sessions, why have anything else?

2022-06-27 Thread John Kitchin
re. Now comes the next step, which is > definitely non-trivial. We need to take all that knowledge and > consolidate it into a single model from which we can define the > interfaces and associated APIs. A big job which will take considerable > time. > > -- John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin https://kitchingroup.cheme.cmu.edu https://pointbreezepubs.gumroad.com/ pycse bookstore

Re: org-ref3 export html with references of pages

2022-06-25 Thread John Kitchin
this output for me. You have to export it with C-c C-e rh to use the org-ref exporter. [image: image.png] John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-

Re: Abbreviations support

2022-06-04 Thread John Kitchin
; acro-like support. Perhaps even support for a central abbreviations file. > Hmm, I > may think of trying a small MVP for that this weekend. > > All the best, > Timothy > -- John --- Professor John Kitchin (he/him/his) Dohert

Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-18 Thread John Kitchin
ment-parse often. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Wed, May 18, 2022 at 4:57 PM Richa

Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-18 Thread John Kitchin
I use a function in an after execute hook for this: https://github.com/jkitchin/scimax/blob/master/scimax-org.el#L205 This works on a subtree, which has been fine for me. You could adapt it to only work in the results section. John --- Professor John Kitchin (he

Re: How to stop results being hidden when using ":results drawer"?

2022-05-13 Thread John Kitchin
y org-show-entry has a hard-coded line to hide drawers in it. Ihor Radchenko writes: > John Kitchin writes: > >> This does not change anything for me. >> >> The function that causes folding for me is `org-entry-show'. Presumably >> because of this line: (or

Re: How to stop results being hidden when using ":results drawer"?

2022-05-12 Thread John Kitchin
ist.orgmode.org/80k0ar1lml@felesatra.moe/T/#u > > Does it help when you run > M-: (setq org-fold-core-first-unfold-functionsp nil) > before running the code block? > > Best, > Ihor -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu Pronouns: he/him/his

Re: How to stop results being hidden when using ":results drawer"?

2022-05-11 Thread John Kitchin
hm. what is xenops doing? That isn't a package I use, but my results drawers are also closed when opening a file. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 1521

Re: Org-ref not working when exporting to LaTeX

2022-05-11 Thread John Kitchin
processor. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Wed, May 11, 2022 at 2:15 PM Daniel Fleischer

Re: Citations using org-ref export to LaTeX incorrectly

2022-05-10 Thread John Kitchin
ve the fallback of using multiple [[cite:source][text::text]] > blocks, but I'd rather use the new syntax if it works. > > Thank you much! > > -- > Daniel Fleming > > -- John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [how to joint column/rows of tables that are in different files (id?)] (was: how to best correct exams (code matlab) using org mode (and tables))

2022-05-10 Thread John Kitchin
cols "Level" > #+END: > > Where the table uwe is located in a different file. However it seems > only to work for one table at the time, so if you have 20 tables in 20 > files that a bit complicated > > Any idea how to append column or rows from different ta

Re: how to best correct exams (code matlab) using org mode (and tables)

2022-05-09 Thread John Kitchin
; > #+begin_src > #+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :indent nil :hlines 2 > :format "%5TODO(Status) %5Ap(Name) %5com(Comment) %5Ej1(Ej1/20) %5Ej2(Ej2/25) > %5Ej3(Ej3/55) %5Res(Result)" > #+END: > #+end_src > > What do others use? > &g

Re: Concatenate properties

2022-05-07 Thread John Kitchin
Where did you add that? John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Fri, May 6, 2022 at 11:40

Re: Concatenate properties

2022-05-07 Thread John Kitchin
oduce a variable similar to > org-use-property-inheritance where the user can customise how to > accumulate parent properties. > > Best, > Ihor > -- John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical

Re: Concatenate properties

2022-05-05 Thread John Kitchin
I believe this is hard coded in org-entry-get-with-inheritance. The fastest option would be an override advice with your own function that replaces (and value " ") with (and value ""), and maybe the two other " " with "". John ------

Re: [the culprit]

2022-04-26 Thread John Kitchin
)) #+END_SRC if you call it as M-x my-put, it just uses org-set-property. If you call it as C-u M-x my-put, it inserts the property before the point. It does not check you are in a property drawer, which could be a good idea. John --- Professor John Kitchin

Re: org-cite styles don't allow * in them

2022-04-22 Thread John Kitchin
I agree. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Fri, Apr 22, 2022 at 8:57 AM Bruce D'

Re: [PATCH] oc-basic: Detect malformed bibtex bibliographies

2022-04-20 Thread John Kitchin
I would see if you can cache the result and not do it more than needed; it can add a performance issue on large files. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA

Re: org-cite styles don't allow * in them

2022-04-17 Thread John Kitchin
On Sun, Apr 17, 2022 at 9:18 AM Ihor Radchenko wrote: > John Kitchin writes: > > > I am also not a fan of using Unicode here and prefer a simple ascii > > asterisk. That works fine for me so far, but I am not a heavy user of > bold > > markup and citations. > >

Re: org-cite styles don't allow * in them

2022-04-17 Thread John Kitchin
y). > > However, I am not org-cite's maintainer. So, I would prefer to hear from > Nicolas before implementing anything myself. > > Best, > Ihor > -- John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Departm

Re: [BUG] org-cite does not support techreport, mastersthesis, phdthesis, and conference entries [9.5.2 (release_9.5.2-426-gf6813d @ /usr/share/emacs/site-lisp/org/)]

2022-04-08 Thread John Kitchin
is. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Fri, Apr 8, 2022 at 7:10 AM Eric S Fraga wrote: &

Re: org-cite styles don't allow * in them

2022-04-07 Thread John Kitchin
On Thu, Apr 7, 2022 at 12:17 AM Ihor Radchenko wrote: > "Bruce D'Arcus" writes: > > > On Sun, Apr 3, 2022 at 5:07 PM John Kitchin > wrote: > >> > >> I was looking into using latex commands as styles in org-cite, e.g. > >> > >>

Re: org-cite styles don't allow * in them

2022-04-05 Thread John Kitchin
users might also define links like cite:. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Tue, Apr 5, 20

overlap between cite syntax and link activation

2022-04-03 Thread John Kitchin
"BARE LINK". I guess this means the activate-func is being used too aggressively. It looks like it is called after (re-search-forward org-link-any-re limit t). This does seem to match the cite syntax above. Does anyone else see this? John --- Professo

org-cite styles don't allow * in them

2022-04-03 Thread John Kitchin
I was looking into using latex commands as styles in org-cite, e.g. [cite/citet:@key]. That example works fine, but [cite/citet*:@key] is not allowed. Could that be allowed? John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical

Re: citations: org-cite vs org-ref 3.0

2022-03-30 Thread John Kitchin
ontification is not a performance breaker, on say a moderate sized database and org-file. Getting high performance from large databases and large files with lots of citations (say a dissertation or big review article) takes some work. -- Professor John Kitchin Doherty Hall A207F Department

Re: citations: org-cite vs org-ref 3.0

2022-03-27 Thread John Kitchin
Max Nikulin writes: > On 21/03/2022 18:51, John Kitchin wrote: >> citenum and bibentry are the only two I am not sure have a CSL analog. > > I read your messages once more and I should say that I feel some disagreement > of > this one (I removed most of it) and the earlie

Re: citations: org-cite vs org-ref 3.0

2022-03-27 Thread John Kitchin
Nicolas Goaziou writes: > Hello, > > John Kitchin writes: > >> I do not think it is productive for the community to say or consider it >> is a sad situation. Many good things have emerged from these >> discussions, even if it is not yet consensus on a soluti

Re: citations: org-cite vs org-ref 3.0

2022-03-27 Thread John Kitchin
nother topic, neither related to citations nor to > cross-references. > >> For citations some values may be passed to specific citation backend >> overriding default value derived from style. > > In that situation, you can define a new style specific to the citati

Re: citations: org-cite vs org-ref 3.0

2022-03-27 Thread John Kitchin
I have updated the readme in org-ref to indicate you can use both packages. Max Nikulin writes: > On 21/03/2022 18:51, John Kitchin wrote: >> Vikas Rawal writes: >>> >>> From the perspective of a user, this was only meant to express a >>> sentiment that

Re: [oc] provide style/citation preview?

2022-03-25 Thread John Kitchin
t; > https://github.com/andras-simonyi/org-cite-csl-activate > > I think he was hoping to incorporate that into the oc-csl processor at > some point, and that would indeed be another approach to in-buffer > previewing. > > The issue I have is more just generating the preview content

Re: citations: org-cite vs org-ref 3.0

2022-03-21 Thread John Kitchin
be considered as convenient for editing. >> >> Custom citation types may alleviate the issue with cross-references. It >> would be great to have more flexible links with arbitrary properties >> (and it would allow to consider citations and cross-references as >> special

Re: citations: org-cite vs org-ref 3.0

2022-03-21 Thread John Kitchin
ize of the code. > > Chris > >> >> Ivy-bibtex supports, for example, inserting of org-cite citations, but >> not via org-cite-insert. > > And I have `org-cite-insert` working straight out of the box. > >> >> So there are currently no org-cite p

Re: citations: org-cite vs org-ref 3.0

2022-03-21 Thread John Kitchin
bibtex actions. The commentary in this file also discusses some challenges in relying exclusively on completing-read. My opinion of course. I don't think you need a special processor for ivy-bibtex. It could be wired to insert org-cites on its own. > > Bruce -- Professor John Ki

Re: citations: org-cite vs org-ref 3.0

2022-03-21 Thread John Kitchin
at the time. Maybe others will succeed in this another day. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: citations: org-cite vs org-ref 3.0

2022-03-21 Thread John Kitchin
ce should be our goal. But can that be a situation > in which one is able to choose between the best of both and, as far as > possible, switch from one to the other. As far as I can tell, you can already do this. > > Thanks again for your time and effort, > > Vikas -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu Pronouns: he/him/his

Re: citations: org-cite vs org-ref 3.0

2022-03-21 Thread John Kitchin
> > You can already use `.bib' files, and so frankly I cannot myself see the > point in > org-ref’s existence beyond bifurcating the community on this. At this > point the > only remaining motivation I see is old documents and current users, and > for this > a migration too

Re: citations: org-cite vs org-ref 3.0

2022-03-20 Thread John Kitchin
ing that two people using >> different citation systems cannot share org files. > > Indeed. >> >> What is the general view of the community about this? > > I don't know about the general view of the community, but, as a data > point, I find it very sad. > &

Re: org-cite and org-ref-cite

2022-02-26 Thread John Kitchin
--- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Sat, Feb 26, 2022 at 8:42 AM Henrik Frisk wrote: > > > Den fre 25 feb. 2022 kl 13

Re: Footnote tooltips (an attempt)

2022-02-24 Thread John Kitchin
that is a nice solution. I probably should have read the docstring on org-footnote-get-definition a little more closely, it has the definition you need in it! John --- John Kitchin (he/his) Professor Doherty Hall A207F Department of Chemical Engineering Carnegie

Re: Footnote tooltips (an attempt)

2022-02-23 Thread John Kitchin
finition") 'font-lock-fontified t 'font-lock-multiline t 'face 'org-footnote)) (advice-add 'org-activate-footnote-links :override 'footnote-tooltip) #+END_SRC John --- John Kitchin (he/his) Professor Doherty Hall A207F Depar

Re: processing of babel blocks and select_tags

2022-02-18 Thread John Kitchin
what you want. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Fri, Feb 18, 2022 at 7:07 AM Eric S

Re: ob-powershell fixes, looking for original author

2022-02-18 Thread John Kitchin
I guess the author is here: https://list.orgmode.org/186354732.20201118123...@essential-it.be/ John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803

Re: ob-powershell fixes, looking for original author

2022-02-18 Thread John Kitchin
er, the original did not have a license, so it is not possible to > proceed further, e.g. put it up on melpa. > Is the original author here on the list? I think they do not have a > contact address on github. Also posted on reddit to no avail. > > Regards, > Mois > -- John -

Re: org-ref-helm-insert-cite-link (using bibtex) when exporting to html

2022-02-17 Thread John Kitchin
I guess you are using the older org-ref version 2 here. If so, there isn't a real way to customize that, it comes from org-ref-get-html-bibliography which hard codes an unordered list. In version 3, you can use csl for this. John --- Professor John Kitchi

Re: org-ref-helm-insert-cite-link (using bibtex) when exporting to html

2022-02-17 Thread John Kitchin
There aren't enough details here to figure out what you mean. The bibliography formatting should be determined by the CSL style. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon Unive

Re: Possible to robustly embed elisp links in source block table results?

2022-02-13 Thread John Kitchin
ot;2") and (ignore > "3"), respectively. > > So in the first and third source block, org-mode teases me > that I can embed elisp links in that very nice table format > (first source block) with "complex" Lisp code (third source > block), but when I try to co

Re: Conversion to Jupyter notebooks

2022-02-07 Thread John Kitchin
st for you. That should all be described in the commentary in the library. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnki

Re: Missing the second '}'

2022-01-24 Thread John Kitchin
--- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Mon, Jan 24, 2022 at 11:02 AM Sharon Kimble wrote: > -BEGIN PGP SIGNED MESSAGE- >

Re: handling as special special block in derived export

2022-01-20 Thread John Kitchin
m"; . fade-out))]] John ------- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Thu, Jan 20, 2022 at 10:21 AM Matt Price wrote: > >

Re: handling as special special block in derived export

2022-01-19 Thread John Kitchin
ormat " " data-fragment src)) "\n" (r-stack "((src1 . fade-out) (src2 . fade-in) (src3 . fade-out))") #+END_SRC #+RESULTS: : #+BEGIN_EXPORT html : : : : : : #+END_EXPORT You could also make a link do that. John ----

Re: Playing down the text in org-mode

2022-01-13 Thread John Kitchin
might be what you are looking for. The details are in this video description, and you can see what it looks like and does here https://www.youtube.com/watch?v=qBmvBkpzixs John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical

Re: Playing down the text in org-mode

2022-01-13 Thread John Kitchin
k for something like that I think. I made a link for colorized text once ( https://kitchingroup.cheme.cmu.edu/blog/2016/11/08/New-color-link-in-org-9-0-using-font-lock-to-color-the-text/) that you might be able to adapt. John --- Professor John Kitchin (he/him/his) Do

Re: Bibliographies on export with ox-context and ox-epub

2022-01-12 Thread John Kitchin
These two packages can co-exist. This message means do not mix citations from both in a single org file; use one or the other. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh

Re: Cannot set invisible text property

2022-01-07 Thread John Kitchin
ine . t) t) #+BEGIN_SRC emacs-lisp (remove-from-invisibility-spec 'hide-this-stuff) #+END_SRC #+RESULTS: : ((org-hide-block . t) (org-link) (outline . t) t) John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering

Re: text after sub headings?

2021-12-23 Thread John Kitchin
You can also use drawers (as an alternative to inline tasks) for collapsible content. Another potential is to use blocks. You can define your own kind of blocks, or even just use an org block and it is collapsible. John --- Professor John Kitchin (he/him/his

Re: org-cite and export to ODT

2021-12-15 Thread John Kitchin
John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Wed, Dec 15, 2021 at 6:58 PM Xianwen Chen (陈贤文) wrote: > Thank you John. I&#x

Re: org-cite and export to ODT

2021-12-15 Thread John Kitchin
That code does not belong in your .emacs file. It should be in an emacs-lisp block in your org-file like it is in the example. You should run it from the org file. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical

Re: org-cite and export to ODT

2021-12-09 Thread John Kitchin
and bibliography . John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Thu, Dec 9, 2021 at 4:54 AM Xianwen

Re: Raw Org AST snippets for "impossible" markup

2021-12-08 Thread John Kitchin
r terminology in markup, you > > may try to trade it for +your soul+ compatibility and portability > > issues. The following almost works: > > Interesting, thank you. > > Yes, it is strange the new line added in `evilatex-emph' ... I have no > idea why that happens

Re: Looking for extensions of [[file:~/xx.org::My Target]]

2021-12-06 Thread John Kitchin
. You can learn more about it here: https://www.youtube.com/watch?v=H4sK5ld6Bw0 John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread John Kitchin
ng that is not a candidate but similar to one e.g. with fuzzy matching)). That happens with helm and ivy, probably selectrum, and other backends that try to improve on the vanilla completing-read interface. John --- Professor John Kitchin (he/him/his) Doherty

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread John Kitchin
so be included) Other insert processors may use these backends natively, so this information may not apply to them. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 41

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread John Kitchin
you use helm-mode), but it is actually the helm version of completing read, and not a helm selection command. Other completion backends use different bindings, e.g. ivy uses C-M-j I think. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department

Re: [fyi] extensible syntax, syntax features, parsing risk

2021-12-04 Thread John Kitchin
Is it related to https://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg00404.html I implemented that idea for fun once: https://kitchingroup.cheme.cmu.edu/blog/2015/02/05/Extending-the-org-mode-link-syntax-with-attributes/ John --- Professor John Kitchin

Re: Org-syntax: Intra-word markup

2021-12-04 Thread John Kitchin
rtial markup. Of course, you are free to do what you want with the path, including parse it yourself to generate the output, and since it is a link, you could do all kinds of things to make it look the way you want with faces, overlays, etc. John -

Re: citeproc-org and org-ref 3

2021-12-03 Thread John Kitchin
n that each bibliographical reference is below its number link, and > it is not very nice. I wonder about the reason of this difference of > output, and a possible solution. > > Best wishes, > > Jo. > > Le 02/12/2021 à 18:35, John Kitchin a écrit : >> Glad to hear it is

Re: citeproc-org and org-ref 3

2021-12-02 Thread John Kitchin
quot;) and org-export-head, but I am unable to code it. >> >> No doubt that it should be for you and Ivan a piece of cake, but please >> do it only if you think that it is interesting and if you find the time >> to do it. >> >> Best wishes, >> >>

Re: citeproc-org and org-ref 3

2021-12-01 Thread John Kitchin
) >>(progn (message "[Prelude] Loading personal configuration files in >> ..." prelude-personal-preload-dir) (mapc 'load (directory-files >> prelude-personal-preload-dir 't "^[^#.].*el$"))) >>(if (file-exists-p prelude-personal-preload-di

Re: citeproc-org and org-ref 3

2021-12-01 Thread John Kitchin
ode-conversion("/home/joseph/.emacs.d/personal/preload/myorgexport..." >>> "/home/joseph/.emacs.d/personal/preload/myorgexport..." nil nil) >>> load("/home/joseph/.emacs.d/personal/preload/myorgexport...") >>> mapc(load ("/home/jos

Re: citeproc-org and org-ref 3

2021-11-30 Thread John Kitchin
ocess-buffer))) (org-open-file (org-html-export-to-html))) John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: how to export red colored TeX to latex

2021-11-30 Thread John Kitchin
maybe @@latex:\textcolor{red}{$\delta \phi = \frac{2 m}{R}$}@@ will do. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread John Kitchin
+csl-style: apa-5th-edition.csl #+csl-locale: en-US #+BEGIN_SRC emacs-lisp (require 'ox-epub) (let ((org-export-before-parsing-hook '(org-ref-csl-preprocess-buffer))) (org-open-file (org-epub-export-to-epub))) #+END_SRC John --- Professor John Kitch

Re: [Problems with org-ref-helm-insert-ref-link and org-id-get-create]

2021-11-18 Thread John Kitchin
t work the way you want. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Thu, Nov 18, 2021 at 2

Re: [Problems with org-ref-helm-insert-ref-link and org-id-get-create]

2021-11-17 Thread John Kitchin
nfigure v3 with helm. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Wed, Nov 17, 2021 at 4:41 PM

Re: [Problems with org-ref-helm-insert-ref-link and org-id-get-create]

2021-11-17 Thread John Kitchin
e you using that? John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Wed, Nov 17, 2021 at 1:58 PM Uwe B

Re: [org-cite] CSL processor, APA Style, and no-date citations

2021-11-17 Thread John Kitchin
s to org-ref links, or adapt the code in https://github.com/jkitchin/org-ref/blob/master/org-ref-natbib-bbl-citeproc.el to work off of the org-cites. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon Un

Re: [Problems with org-ref-helm-insert-ref-link and org-id-get-create] (was: insert automatically a reference to a section header and a link)

2021-11-17 Thread John Kitchin
now. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Wed, Nov 17, 2021 at 11:55 AM Uwe Brauer wrote: > > Ple

Re: insert automatically a reference to a section header and a link

2021-11-17 Thread John Kitchin
abel (format "<>" (string-join (seq-take tokens (min 3 (length tokens))) "-" (insert (format "%s %s" label title you could also insert the leading * if you prefer. John --- Professor John Kitchin (he/him/his) Doherty

Re: issue using org-export-before-parsing-hook in a src-block

2021-11-07 Thread John Kitchin
I should also add I see the same error if I just run #+BEGIN_SRC emacs-lisp (org-org-export-as-org) #+END_SRC and I see the same behavior with an emacs -q session. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering

  1   2   3   4   5   6   7   8   9   10   >