Colin McLear

Results 28 comments of Colin McLear
trafficstars

I haven't any really strong feelings about this, since my workflow doesn't really depend on it. I would think there is some benefit to changing to 2, since (i) simplification...

Sure -- here it is. [bibfile.bib.zip](https://github.com/emacs-citar/citar/files/9128671/bibfile.bib.zip)

Oh and if it is of use here's my config: ```emacs-lisp (use-package citar :straight (:host github :repo "emacs-citar/citar") :commands (citar-open-beref citar-open-notes citar-insert-citation) :bind (:map citar-map ("b" . #'citar-open-beref)) :custom ;;...

I would love to see this added, as it is also part of the pandoc 'flavor' markdown which I and many others use. See the description [here](http://johnmacfarlane.net/pandoc/). Pandoc is used...

@Perangelot It isn't hard to make your own. You can just modify the default style like so... ```elisp ;; Org HTML Styling (defconst cpm-org-msg-style (let* ((font-family '(font-family . "font-family: \"Helvetica\",...

Unfortunately I am seeing this problem as well. I'm using macos 12.6.1.

Just to clarify: ```emacs-lisp (defun deer-jump-other-window (&optional path) "Launch dired in a minimal ranger window in other window." (interactive) (switch-to-buffer-other-window (current-buffer)) (deer path)) ``` Seems to work as expected while...

I noticed issues with zotfile upon updating zotero. But uninstalling and reinstalling the plugin seems to have fixed everything.