Joe Corneli

Results 56 issues of Joe Corneli

Quotes > like this aren't marked up. Using ` ... ` works, however.

This has been discussed in a question on Stack Exchange from 2013, with a legacy solution from the same year: - https://stackoverflow.com/questions/19800243/highlight-first-mismatching-paren/60459697#60459697 I posted a new solution that uses `highlight-parentheses`...

Supposing I have a heading structure set up in Org Mode like so: ``` * Navigation :noexport: ** This ``` If I was to copy the second line to the...

cmd-alt-g to open/focus/close atomatigit works for me, but cmd-alt-c when I have composed a commit message does nothing. Is the documentation not up to date, or has something gone wrong...

https://github.com/nnicandro/emacs-jupyter/blob/403c70c83cb3754c83da0932b0efaf5e72bdca9a/jupyter-kernel-process-manager.el#L161 sets the `:key` keyword but not the `:id` for the kernel. I wonder if this is part of the problem in #191 insofar as if the id of the...

One line doc fix so that installation requirements are clear. I've verified that this works! ``` $ make ./xeslatex thesis.tex Petite Chez Scheme Version 9.5.1 Copyright 1984-2017 Cisco Systems, Inc....

``` \@input{macros.aux} (./macros.tex) Writing index file thesis.idx ! I can't find file `.Z0thesis.tex'. \ZZZZinput #1->\input #1 \relax l.142 \begin{schemeregion} (Press Enter to retry, or Control-D to exit) Please type another...

This is a ticket to track progress on LaTeX fragments and environments, to be added per - https://github.com/PoiScript/orgize/blob/e009e1c199d78e2531bed1913a6e40a0f167c2d5/docs/STATUS.md#L43 - https://github.com/PoiScript/orgize/blob/e009e1c199d78e2531bed1913a6e40a0f167c2d5/docs/STATUS.md#L36 https://github.com/PoiScript/orgize/blob/e009e1c199d78e2531bed1913a6e40a0f167c2d5/src/parsers.rs#L291 looks like the start of a handler for `\`...

# minimal.el ```lisp (when (>= emacs-major-version 24) (require 'package) (add-to-list 'package-archives '("melpa" . "https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/melpa/") t) (package-initialize) ) (use-package org-bullets :config (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))) (setq org-bullets-bullet-list '(;;; Large...

Would it be possible to have a rendering mode where the colors are selected by tag group? ``` #+TITLE: README #+roam_tags: AN ``` ``` #+TITLE: Foo #+roam_tags: XX ``` These...