John Kitchin

Results 420 comments of John Kitchin

maybe the difference is I have pandoc set to t. Did you try with the same settings I listed above?

You may want to set `org-ref-cite-insert-version` to 2, and just keep using the version 2 syntax that is supported. If not, it is easy enough to write a pre-processing hook...

I am trying to make my own sidebar. This is close, but I can't figure out how to set the title of the gray bar for the section. I thought...

hm. I am not sure what the best approach is. Here is a clumsy way to do it, I am not sure if there is an easier way to return...

That makes sense. Maybe a package name like org-ql-sidebar would make more sense, or describe it as a package for displaying org-ql view buffers on the side. When I first...

Here is a way I finally more or less solved this. It doesn't work from `org-sidebar` like the hackier solution above does, but does what I want (at least for...

I think you are seeing this because the default for ipython is set to be drawer, which is not what you want. You can remove that with this: #+BEGIN_SRC emacs-lisp...

For some reason, `#+BEGIN_SRC ipython :results output replace` does not overwrite all the elements, where as your example does. ``` This is the default #+BEGIN_SRC ipython (assoc :result-params (nth 2...

I have never tried an emacs 27 build. Many of those errors sound like melpa errors that may be resolved if you run package-refresh-contents, or on the next melpa build....

Thanks for reporting these, the techela error is new today (unintended consequence of me removing the repo!). I think I have pushed some fixes for this issue to remove the...