Re: Reload uncompiled needed

2022-02-17 Thread Joost
On Thu, 17 Feb 2022, at 23:44, Tim Cross wrote: > If you try to upgrade org using a apckage manager, such as package.el, > and you already have some org functionality loaded at the time of the > upgrade, you can get a broken 'mixed' installation. This will often > create the type of errors you are

ob-powershell fixes, looking for original author

2022-02-17 Thread Monstara
Hello, I found an incomplete implementation of ob-powershell and fixed it . However, the original did not have a license, so it is not possible to proceed further, e.g. put it up on melpa. Is the original

Re: org-ref-helm-insert-cite-link (using bibtex) when exporting to html

2022-02-17 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > I guess you are using the older org-ref version 2 here. If so, there isn't > a real way to customize that, it comes from org-ref-get-html-bibliography > which hard codes an unordered list. This kludge «solves» it (defun org-ref-get-html-bibliography ( sort)

Pandoc and nested emhases

2022-02-17 Thread Juan Manuel Macías
Hi all, Sorry in advance if this may sound too trivial, imprecise or naive: it's just for my curiosity, as I've recently been doing some tests with Pandoc and I've seen something that has caught my attention. It is known that LaTeX-style nested emphases of the same category are not possible in

Inserting links stored in `org-store-link-plist`

2022-02-17 Thread Alejandro Pérez Carballo
Hello, After storing a link to an ID using `org-id-store-link` I would've expected the stored link to be made available when calling `org-insert-link`, much like when storing a link using `org-store-link. But that's not what I see: the link stored with `org-id-store-link` is added to

Re: Reload uncompiled needed

2022-02-17 Thread Tim Cross
"Loris Bennett" writes: > Hi, > > I have managed to install 9.5 but I now get > > org-agenda-get-day-entries: Invalid function: (date date) > > when I try to generate my agenda. If I reload Org uncompiled, the error > disappears. > > In *Messages* it seems like the very same version has

Re: Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-17 Thread Juan Manuel Macías
Hi Samuel: Samuel Banya writes: > Is it possible to create HTML style buttons using Org Mode itself? One possibility is to use a custom link. For example: #+begin_src emacs-lisp (org-link-set-parameters "button" :face '(:foreground "green" :underline t)

Re: org-ref-helm-insert-cite-link (using bibtex) when exporting to html

2022-02-17 Thread John Kitchin
I guess you are using the older org-ref version 2 here. If so, there isn't a real way to customize that, it comes from org-ref-get-html-bibliography which hard codes an unordered list. In version 3, you can use csl for this. John --- Professor John Kitchin

Re: org-ref-helm-insert-cite-link (using bibtex) when exporting to html

2022-02-17 Thread Uwe Brauer
The correct conversion should be * An example cite:MR2980528 cite:MR2779087 cite:MR2608125 bibliographystyle:amsalpha-url bibliography:/home/oub/ALLES/HGs/tex/bib/free.bib

Re: org-ref-helm-insert-cite-link (using bibtex) when exporting to html

2022-02-17 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > There aren't enough details here to figure out what you mean. > The bibliography formatting should be determined by the CSL style. I am not sure whether I should send here all my settings, but I convert the org file either with the standard org exporter or

Re: org-ref-helm-insert-cite-link (using bibtex) when exporting to html

2022-02-17 Thread John Kitchin
There aren't enough details here to figure out what you mean. The bibliography formatting should be determined by the CSL style. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University

org-ref-helm-insert-cite-link (using bibtex) when exporting to html

2022-02-17 Thread Uwe Brauer
Hi I have a small org file with some bibtex references I insert using org-ref-helm-insert-cite-link. When I export the file to html, the list of reference gets a bullet list. Any change to get a numerated list (I am not sure I asked that in the past...)? Regards Uwe Brauer

Reload uncompiled needed

2022-02-17 Thread Loris Bennett
Hi, I have managed to install 9.5 but I now get org-agenda-get-day-entries: Invalid function: (date date) when I try to generate my agenda. If I reload Org uncompiled, the error disappears. In *Messages* it seems like the very same version has been reloaded: Org mode version 9.5.2

Re: Unable to get current or via use-package

2022-02-17 Thread Loris Bennett
Hi João, João Pedro de Amorim Paula writes: > On 09 February 2022 16:51, "Loris Bennett" wrote: > >> Thanks, that did the trick. I was hoping that when I use the same >> init.el on a different machine I wouldn't have to remember anything and >> use-package would automatically install the

Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-17 Thread Samuel Banya
Hey there, So I'm in the process of creating an art portfolio site, but am wondering if the following idea is possible: Is it possible to create HTML style buttons using Org Mode itself? Would I need to do this via a '#begin-src' block in order to create the button itself? I ask because I'm