artelse
artelse
When I try `npm run dev` I get this error: `Error: Cannot find module '/Users/ae/develop/_web/_hugo/artifacial/node_modules/vue-blu/build/dev-server.js'` I did `npm install` in the `vue` directory to load the dependencies. Obviously it is...
Spellchecking now highlights the whole word, to me this is a bit too emphasized. Are there plans to make these less intrusive; i.e. underline or similar? (And no, no bright...
Installed nano-theme like so: ``` (use-package nano-theme) (nano-mode) (nano-light) (use-package nano-modeline) (nano-modeline-mode) ``` When I try to use `M-x nano-setup` it is not available. Any ideas?
SVG2rM?
Any plans on making a SVG2rM conversion script? Now that rM has copy/paste, we can finally have drawing primitives, vector graphics, etc. in a notebook to copy/paste from. Or does...
I managed to compile STA on my Linux Mint box. When I start STA from the terminal it outputs: ``` Gtk-Message: Failed to load module "pantheon-filechooser-module" QStackedWidget(0x23a0660, name="qt_tabwidget_stackedwidget") does not...
When I drop a pdf onto my `bibliography.org` buffer, I get this error: `Symbol’s function definition is void: dnd-unescape-uri` According to the discussion on [org-ref](https://github.com/jkitchin/org-ref/issues/812) this function has been renamed...
I like the idea of an org based annotated bibliography and want to try this package. Loading it through straight, ``` (use-package org-bib-mode :straight `(org-bib-mode :type git :host github :repo...
When try to convert this common regex: `(rxt-pcre-to-elisp "^(?:ISBN(?:-1[03])?:? )?(?=[0-9X]{10}$|(?=(?:[0-9]+[- ]){3})[- 0-9X]{13}$|97[89][0-9]{10}$|(?=(?:[0-9]+[- ]){4})[- 0-9]{17}$)(?:97[89][- ]?)?[0-9]{1,5}[- ]?[0-9]+[- ]?[0-9]+[- ]?[0-9X]$") ` The debugger reports: ``` Debugger entered--Lisp error: (rxt-invalid-regexp "Unrecognized PCRE extended...
Great progress on this package! However when I enable `org-bib-mode` on the `bibliography.org` file, I get this error: ``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) menu-bar-update-yank-menu(nil nil) kill-new(nil) org-bibtex-export-to-kill-ring() org-bib--preview(t...
Or at least I cannot get return to work in applications. Is this a solvable issue or an inherent limitation? Great little app though!