Re: Using backticks for the inline code delimeter?

2021-04-21 Thread Matt Price
On Tue, Apr 20, 2021 at 4:24 PM John Kitchin wrote: > I have used an approach like the one here > https://endlessparentheses.com/define-context-aware-keys-in-emacs.html > > to make context aware key-bindings. > > THanks John. That post was very helpful -- really all I was looking for was (org-in-

async export and then do something with file

2021-04-29 Thread Matt Price
Hi everyone, I am wondering if I can perform and export asynchronously and then, without tying up emacs, wait around for the export to finish and then perform some other task, like upload the file to a server. Has anyone tried this before? I think perhaps the easiest thing to do would be to use a

Re: Multiple calc commands with orgbabel

2021-05-05 Thread Matt Price
Can you explain how you get calc embedded mode working in org? I have never used it and it sounds interesting, but I don't understand what hte delimiters are. On Wed, May 5, 2021 at 2:35 AM Eric S Fraga wrote: > On Wednesday, 5 May 2021 at 07:46, pie...@caramail.com wrote: > > Have been trying

Re: there are always ways to go - Re: Sad tweet

2021-05-26 Thread Matt Price
I am not an emacs contributor, but I think Jonas is saying, "I love emacs and I am the primary author of one of the two most important emacs packages. If contributing to emacs is frustrating even for me, think how many people will give up. We need to change our culture." I would be very careful abo

Re: [wip-cite-new] Initial implementation of `csl' citation processor

2021-05-27 Thread Matt Price
I'm trying to run this on a fairly recent emacs-master w/ native-comp enable, using ~emacs -Q ~/test-cites.org~, where test-cites.org is this: #+cite_export: csl "/home/matt/Zotero/styles/chicago-manual-of-style-16th-edition-inline-notes-for-syllabi.csl" #+bibliography: /home/matt/.emacs.d/zotero

wip-cite-new minimal working example?

2021-05-28 Thread Matt Price
I may have missed something somewhere, but does anyone have a MWE for the new citation syntax, including a minimal bibliography file, style files for the various backends, & an org file with included citations? I am trying to test out oc-csl.el but am pretty sure I am not dong it right.

Re: [org-cite, oc-basic] configurable open-at-point, font-locking when json?

2021-06-07 Thread Matt Price
Ni Nicolas and Bruce, I'm having trouble keeping up with these emails, let alone testing all these new features! But this most recent response of yours, Nicolas, makes me wonder if it's worth raising a concern. On Mon, Jun 7, 2021 at 5:15 PM Nicolas Goaziou wrote: > Hello, > > "Bruce D'Arcus"

Re: [org-cite, oc-basic] configurable open-at-point, font-locking when json?

2021-06-08 Thread Matt Price
On Tue., Jun. 8, 2021, 5:29 a.m. Nicolas Goaziou, wrote: > Hello, > > Matt Price writes: > > > IIUC, the current architecture assigns responsibility for both *citation > > export* and *in-buffer actions* to a processor shosen by the user (right > > now,

BUG? unable to surround subtrees with html tag

2021-06-21 Thread Matt Price
I'm using the most recent wip-cite-new branch of org, with a recent emacs git (28.0.50). I would like to be able to surround some portion of a subtree with a tag, e.g.: * parent some text #+HTML: ** child 2 some boxed content ** child 2 more boxed content #+HTML: ** child 3 unboxed con

allow HTML block to escape from outline-text div? WAS: BUG? unable to surround subtrees with html tag

2021-06-21 Thread Matt Price
On Mon, Jun 21, 2021 at 3:07 PM Matt Price wrote: > I'm using the most recent wip-cite-new branch of org, with a recent emacs > git (28.0.50). > > I would like to be able to surround some portion of a subtree with a tag, > e.g.: > > * parent > some text > #+HT

html export backend with inlined css?

2021-06-21 Thread Matt Price
I regularly have to upload HTML to a CMS that strips out ,

Re: allow HTML block to escape from outline-text div? WAS: BUG? unable to surround subtrees with html tag

2021-06-22 Thread Matt Price
On Tue., Jun. 22, 2021, 4:30 a.m. Richard Lawrence, < richard.lawre...@uni-tuebingen.de> wrote: > Hi Matt, > > Matt Price writes: > > >> I would like to be able to surround some portion of a subtree with a > tag, > >> e.g.: > >> > >>

Re: [wip-cite-new] Exporting to pandoc md (and from there to zotero odt)

2021-06-29 Thread Matt Price
Anders, just to be clear: with your new exporters I can, as of today, insert the new [cite:@citekey] links using a better-bibtex-generated bibliography file, export to odt via pandoc, and then manage my citations with zotero in the resultant odt? it so... cool. On Wed, Jun 23, 2021 at 4:04 PM Br

Re: [wip-cite-new] Exporting to pandoc md (and from there to zotero odt)

2021-07-02 Thread Matt Price
n Tue, Jun 29, 2021 at 2:29 PM Matt Price wrote: > Anders, just to be clear: with your new exporters I can, as of today, > insert the new [cite:@citekey] links using a better-bibtex-generated > bibliography file, export to odt via pandoc, and then manage my citations > with zoter

modify citation links in a derived HTML backend

2021-07-02 Thread Matt Price
Hi, (cc:ing Jens L. in case this is relevant for his dev work on org-re-reveal). I'm experimenting with the new citation syntax in slideshows generated with org-re-reveal. Mostly it works fine, but cite-links don't function properly in the slideshow because in reveal, internal links only work wh

Re: modify citation links in a derived HTML backend

2021-07-03 Thread Matt Price
backend file async subtreep visible-only body-only ext-plist) ;; Export the client HTML file if org-re-reveal-client-multiplex is set true ;; by previous call to org-export-to-file (if org-re-reveal-client-multiplex (org-export-to-file backend clientfile as

Re: modify citation links in a derived HTML backend

2021-07-04 Thread Matt Price
On Sun, Jul 4, 2021 at 8:56 AM Jens Lechtenboerger < lech...@wi.uni-muenster.de> wrote: > On 2021-07-03, Matt Price wrote: > > > I've added some comments in the issue you linked to, but in the meantime > > I've also come up with what seems to be at least a semi

convert subtree or nested list to table

2021-07-05 Thread Matt Price
I have to write a number of text-heavy documents which need to be delivered as tables with wrapped paragraphs in most cells. Working directly in table format is pretty arduous and uncomfortable. Has anyone ever written a function to accept a list or subtree as input and process it into a table? I

add #+ATTR_SOMETHING to headline?

2021-07-05 Thread Matt Price
Does anyone know if attributes get attached to headline elements during the export process? I am writing a derived backend in which I would like to have a line like (let (add-toggle (org-export-read-attribute :attr_canvas_html headline :toggle)) ) But as var as i can tell, the call to org-rex

Re: convert subtree or nested list to table

2021-07-05 Thread Matt Price
, so I will probably need a real table. I odn't think I could really handle doing this in latex. I am a terrible latex user! On Mon, Jul 5, 2021 at 9:27 PM Tim Cross wrote: > > Matt Price writes: > > > I have to write a number of text-heavy documents which need to be > d

Re: allow HTML block to escape from outline-text div? WAS: BUG? unable to surround subtrees with html tag

2021-07-05 Thread Matt Price
On Thu, Jul 1, 2021 at 12:18 PM Timothy wrote: > > Matt Price writes: > > >> I would like to be able to surround some portion of a subtree with a > tag, > > > Sorry for the noise, I believe this is user error. I misread the > exported > > source code,

Re: convert subtree or nested list to table

2021-07-07 Thread Matt Price
_src emacs-lisp | (("Category" | #+end_src - On Wed, Jul 7, 2021 at 6:29 AM tbanelwebmin wrote: > Hi Matt > > Le 05/07/2021 à 21:44, Matt Price a écrit : > > I have to write a number of text-heavy documents which need to be > > delivered as tables with

Re: convert subtree or nested list to table

2021-07-07 Thread Matt Price
thank you Juan Mnauel. I'm testing it out, but I do wonder if I would really rather work with lists and some CSS! On Tue, Jul 6, 2021 at 8:56 AM Juan Manuel Macías wrote: > Hi Matt, sorry for the slow reply... > > Matt Price writes: > > > I'd love to try that, thanks

Re: convert subtree or nested list to table

2021-07-07 Thread Matt Price
It's totally interesting. It's not quite designed for what I'm looking to do and is perhaps a bit overpowered for my limited needs but I'm going to test whe nI have a little mroe time! On Tue, Jul 6, 2021 at 7:51 AM Uwe Brauer wrote: > >>> "MP" == M

Re: [wip-cite-new] Merging tomorrow?

2021-07-07 Thread Matt Price
I cannot believe this is finally happening, and I am so stoked and excited about it. I've been using ~wip-cite-new~ in my classes this week, and these new tools are absolutely transformative. Thank you so much for the immense amount of work you put into this. And also to Bruce for championing it,

Re: Citations merged!

2021-07-09 Thread Matt Price
Congratulations What time is the parade? On Fri, Jul 9, 2021 at 8:03 AM Julian M. Burgos wrote: > Amazing! Thank you to everyone that contributed. I am looking forward to > start playing with this. :) > > Nicolas Goaziou writes: > > > Hello, > > > > It took years, but citations are now ful

conditionally add heading to tree on export

2021-07-12 Thread Matt Price
Hi everyone, Now that org-cite is working (!!!), I am incrementally updating all my lecture slides to use proper citations. This is mostly quite simple, but I find that in the rush before class I am often forgetting to add a new slide with *both* the #+print_bibliography: line that will generat

oc-csl/citeproc: suffixes in cite links

2021-07-16 Thread Matt Price
(cc:ing Andras in case this issue maybe comes from citeproc) I'm having some trouble with suffixes in cite: links when the oc-csl exporter is enabled, e.g. with something like this: #+cite_export: csl "/home/matt/src/styles/apa.csl" this cite: [cite:@GentilcoreTastetomatoItaly2009 ch4] is rende

Re: oc-csl/citeproc: suffixes in cite links

2021-07-16 Thread Matt Price
." or "chapter" -- > hopefully replacing the citation with > [cite:@GentilcoreTastetomatoItaly2009 chap. 4] will fix the rendering, > > best regards, > András > > On Fri, 16 Jul 2021 at 22:40, Matt Price wrote: > > > > (cc:ing Andras in case this i

Re: org-cite: how to include a cite with no key?

2021-07-19 Thread Matt Price
Certainly citation of personal communications is common in the fields of history and philosophy of science, where it represents an effort to responsibly represent the source of ideas owed to other persons. It's not really a question of whether you personally would do it; it's a question of whether

Re: convert subtree or nested list to table

2021-07-20 Thread Matt Price
Christian et al, I seem to have broken something while fiddling around and I can't quite make out what. Would someone be willing to check for me whether this does or does not produce the desired full table? Right now I am again getting a truncated result and I'm not fully sure what I might be odi

Re: convert subtree or nested list to table

2021-07-20 Thread Matt Price
On Tue, Jul 20, 2021 at 12:06 PM Nick Dokos wrote: > Matt Price writes: > > > Christian et al, > > > > I seem to have broken something while fiddling around and I can't quite > make out what. Would someone be willing to check for me whether this does > o

setting export options in headline properties

2021-07-21 Thread Matt Price
Hi, I'm not sure if I'm reading the documentation properly, but my understnading is that I ought to be able to set export options as subtree properties, and that if I do so, they should be picked up by export engines when exporting subtrees. However, that doesn't see to be happening for me, and f

Re: org-cite: how to include a cite with no key?

2021-07-21 Thread Matt Price
On Tue, Jul 20, 2021 at 3:32 AM Emmanuel Charpentier < emm.charpent...@free.fr> wrote: > Le mardi 20 juillet 2021 à 02:55 -0400, Matt Price a écrit : > > Certainly citation of personal communications is common in the fields of > history and philosophy of science, where it repre

Re: setting export options in headline properties

2021-07-21 Thread Matt Price
roperties have an ‘EXPORT_’ prefix. For > example, ‘DATE’ becomes, ‘EXPORT_DATE’ when used for a specific > sub-tree. Except for ‘SETUPFILE’, all other keywords listed above have > an ‘EXPORT_’ equivalent. > > HTH, > > Chuck > > > On Jul 21, 2021, at 11:52 AM, Matt P

Re: [org-cite] issues with org-cite-make-insert-processor select-style

2021-07-22 Thread Matt Price
Bruce, are you loading this code with use-package? If so, and if I'm reading this right, you can perhaps add the missing functions to the :commands directive for org-mode? IIUC that should ensure that they are available to your package, as long as you have an :after (org oc) line in the package's

Re: Headings and Headlines

2021-07-24 Thread Matt Price
I don't really have a strong preference for either but I would love to remove the cognitive load of wondering whether the name is heading or header! On Sat., Jul. 24, 2021, 12:04 a.m. Tom Gillespie, wrote: > I enthusiastically support changing the documentation to use heading. > I use heading in

Re: [BUG] Citations in tables are not exported

2021-07-27 Thread Matt Price
re: captions, a quick hack is to change line 1373 of oc.el to ((memq type '(nil paragraph keyword))) This makes my life quite a bit easier. No doubt this is a bit too broad, though I am not entirely clear on why there are any restrictions at all on inserting cites. On Sun, Jul 18, 2021 at 7:29

Re: [BUG] Citations in tables are not exported

2021-07-29 Thread Matt Price
On Thu., Jul. 29, 2021, 8:30 a.m. Nicolas Goaziou, wrote: > Hello, > > Matt Price writes: > > > No doubt this is a bit too broad, though I am not entirely clear on why > > there are any restrictions at all on inserting cites. > > There are locations which can break

add a heading w/ #+print_bibliography to parse tree on export

2021-07-30 Thread Matt Price
Goal: conditionally add a headline with content to parse tree using either org-export-before-parsing-hook or org-export-filter-parse-tree-functions Explanation: I use org-re-reveal to make lecture slides from subtrees. Often I forget to add a heading with #+print_bibliography: and as a result org-

Re: add a heading w/ #+print_bibliography to parse tree on export

2021-07-31 Thread Matt Price
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 > > &

quarto-like "code annotation"

2025-05-04 Thread Matt Price
the Quarto framework for markdown exports has a cool feature enabling annotation of code: https://quarto.org/docs/authoring/code-annotation.html I've been collaborating with quarto users and wonder whether there's an equivalent feature in org that I can use when working with them. Thanks so much

Re: quarto-like "code annotation"

2025-05-06 Thread Matt Price
Thanks Ihor, this is really helpful. On Sun, May 4, 2025 at 2:07 PM Ihor Radchenko wrote: > Matt Price writes: > > > the Quarto framework for markdown exports has a cool feature enabling > > annotation of code: > > > > https://quarto.org/docs/authoring/code-ann

export citations in pandoc format?

2025-05-15 Thread Matt Price
I feel like I've seen a solution to this before but I can't find it. Is there a citation processor that will export citation to simple pandoc format when exporting to markdown? I need to export to a quarto-compatible (ie, pandoc-compatible) file. As always, appreciate everyone's help!

<    2   3   4   5   6   7