Ypot

Results 47 issues of Ypot

I have saved macros, from different sessions. I saved them using: M-x insert-kbd-macro How is it possible to use "elmacro" with them? It seems elmacro only works with the last...

Something is wrong. I got some time to try elmacro again, but if I use F3 inside a macro, it always shows "last-command-event" variable: (defun last-macro2 () (interactive) (setq last-command-event...

I think it would be interesting a "minor mode" where every ID link is seen transcluded. For example: [[id:20210501T171427.051019][Bertrand Russell]] Would be seen as: **Bertrand Russell - Wikipedia** It will...

I think it would be very useful to get automatically inserted from this DRAWER: ``` :PROPERTIES: :NOTER_PAGE: (55 . 0.816492) :NOTER_DOCUMENT: data/QuintanillaCobian.2019.FundamentosInvestigacionPsicologia.pdf :END: ``` This ID: ``` :ID: QuintanillaCobian.2019.FundamentosInvestigacionPsicologia.p.(55 ....

How can we convert units? I've done it using usimplify like in the [readme](https://github.com/sulami/literate-calc-mode.el): ``` Surface = 5000000 mm^2 =usimplify(1 m^2 + Surface - 1 m^2) => 5 m^2 ```...

Could it work with lists? For example: ``` - a = 10 - b = 20 - = a+b ``` Thanks for your nice package.

Hi. Thanks for your nice package. It is amusing. I would like export its results to make reports using the calcs, is it possible? Not all operations, but some of...

I receive these messages: ``` In org-noter-pdftools-create-skeleton: org-noter-pdftools.el:543:41:Warning: reference to free variable `org-noter-pdftool-link-generator' In org-noter-pdftools-embed-org-note-to-pdf: org-noter-pdftools.el:640:24:Warning: assignment to free variable `kr' org-noter-pdftools.el:645:22:Warning: reference to free variable `kr' ```

Could it be possible to write summations? ![image](https://user-images.githubusercontent.com/30699014/115108363-59ff7700-9f70-11eb-9ff9-3d44fd973e79.png)

Hi! In installation instructions I can read: > To install this module from source on Linux or macOS: > > git clone https://github.com/c-okelly/org_to_anki > cd org_to_ani > python3 setup.py install...