Stephen Eglen
Stephen Eglen
Hi, Thanks for a great package. `--lineart unicode` when generating calw generates the following error (fancy and ascii work as required). ``` $ gcalcli --lineart unicode calw Traceback (most recent...
Hi, thanks for this neat project. Is there a way to restrict a search just for org mode headings rather than the entire file? I saw in #6 mention of...
Hi, If /tmp/tst is missing (I had created /tmp/test by mistake, following your README), I get a panic. The panic message explains the error, but then it is followed by...
Hi, thanks for the rg.el package. I'm trying to set it up so that I can search all my org-mode files that are stored in lots of different directories under...
Hi, if I use M-/ (dabbrev-expand) in a vterm buffer, I get the error: ``` command-execute: Buffer is read-only: # ``` I'm relatively new to vterm (but not Emacs); I...
Would you like some latex code for rendering the ORCID logo in a slightly more orthodox fashion? For our CODECHECK certificates (e.g. https://github.com/codecheckers/2020-cov-tracing/blob/master/codecheck/codecheck.pdf) I used this code: https://tex.stackexchange.com/questions/445563/ieeetran-how-to-include-orcid-in-tex-pdf-with-pdflatex/445583 see https://github.com/codecheckers/2020-cov-tracing/blob/master/codecheck/codecheck-preamble.sty
Hi, if I set the context before to something non-zero, e.g. 1 and then do a search, TAB does not hide all the entries in a file; it only hides...
### Bug description running repo2docker on an empty directory (to get a default python environment), I get: ``` jupyter-repo2docker . Picked Local content provider. Using local repo .. Using RBuildPack...
Session Info ```r sessionInfo() R version 4.2.1 (2022-06-23) Platform: aarch64-apple-darwin21.6.0 (64-bit) Running under: macOS Monterey 12.6 Matrix products: default BLAS: /opt/homebrew/Cellar/openblas/0.3.21/lib/libopenblasp-r0.3.21.dylib LAPACK: /opt/homebrew/Cellar/r/4.2.1_4/lib/R/lib/libRlapack.dylib locale: [1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8 attached base packages: [1]...
Thanks for providing this package, it is helping me to get started. Two quick points for now: 1. Can you add a "make clean" target to your makefile, e.g. ```...