stardiviner

Results 339 comments of stardiviner

To toggle LaTeX fragments preview in Org-mode buffer, there is an option `(setq org-startup-with-latex-preview t)` or function `org-toggle-latex-fragment` to toggle latex fragments preview.

I tried `(add-hook 'helm-org-rifle-after-init-hook #'org-toggle-latex-fragment)` But it report error: ``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) looking-at(nil) org-element-context() org-toggle-latex-fragment() run-hooks(h-after-init-hook157) helm-log-run-hook(h-after-init-hook157) ``` I remember that this seems because `org-toggle-latex-fragment` does...

```org #+STARTUP: latexpreview * LaTeX symbol -- \[ \LaTeX \] #+BEGIN_SRC latex \LaTeX #+END_SRC * Mathematics ** Complex Formulas Examples -- \[ \begin{equation} .. \end{equation} \] \begin{equation} \operatorname{dist}_c = \frac{2}{N(N+1)}...

@alphapapa Have you tried my org file example?

I see, thanks for your diving in. I might try this someday.

How about this feature? I've been long for this feature for a long time.

What about add a cache mechanism for favourite users history? For example, I open fork some Emacs package developer's repo, to add PR. And thanks for your job on magithub...

Yes, like a cloned users history in a list. (can be stored in customiz.el) I found `package.el` stores installed packaged in `customize.el` too. BTW, I think should store botth GitHub...

That's very great. Thanks very much. Take your time.