student-sx
student-sx
Would it be possible to implement a feature similar to [synctex ](https://tex.stackexchange.com/questions/118489/what-exactly-is-synctex#118491)for LaTeX? The first step would be to provide a mechanism which sends you back from a wiki html...
If I start `org-sidebar-tree` and use it to navigate to various sections of my org-file, it opens each time a new buffer containing the selected section. However the previously seen...
Is it possible to get a "follow-mode behaviour" (like in helm-follow-mode) for the sidebar tree, i.e. the buffer displaying the section automatically displays the section where the cursor is in...
It would be nice if sagetex would work seamlessly with siunitx, for example \SI{\sage{3.5^2}}{kg m} or \num{\sage{3.5^2}} should work. The problem is already described in TeX.sx: http://tex.stackexchange.com/questions/175745/using-sagetex-with-siunitx
It would be useful to provide a way to "export" a function defined in sage such that you can use it with pgfplots directly. There is already a suggestion on...
If I activate `helm-follow-mode` in a `helm-recoll` session and go to another line, the candidates window dissappears and I get the error message `Aborting an helm session running in background`....
How can I add a custom action to an a helm-recoll source? Here is what I tried and as comment, what doesn't work: ``` ;; Define custom action: (defun test-action...