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-
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
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
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
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
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.
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"
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,
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
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
I regularly have to upload HTML to a CMS that strips out ,
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.:
> >>
> >>
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
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
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
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
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
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
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
, 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
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,
_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
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
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
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,
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
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
(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
." 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
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
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
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
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
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
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
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
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: 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
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
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-
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
>
>
&
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
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
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!
601 - 644 of 644 matches
Mail list logo