Giter Site home page Giter Site logo

Comments (6)

tmalsburg avatar tmalsburg commented on June 1, 2024

Hm, I'm not really familiar with org-ref. If you get the error with a plain helm-bibtex configuration, I'm happy to look into it, but I suspect that the source lies somewhere else. org-cite-register-processor is not used in my code. So I'm not sure where this error is coming from. Configuring org-ref and helm-bibtex indenpendently may be an option, but I don't know whether that produces the results that you want.

from helm-bibtex.

averter avatar averter commented on June 1, 2024

org-cite-register-processor is not used in my code.

Are you sure? It seems to be called in helm-bibtex.el. I will try to call helm-bibtex independently and report here the results.

from helm-bibtex.

tmalsburg avatar tmalsburg commented on June 1, 2024

Oh, true. I had checked only in bibtex-completion.el. I guess the question is then why this function is not available on your system. Most likely explanation is that your org mode version is outdated. Org-cite is a relatively recent addition.

from helm-bibtex.

averter avatar averter commented on June 1, 2024

Ok...this is confusing. I had a built-in org-mode (9.3) and use-package is installing/using 9.4.6 as it is a dependency for other packages (ox-pandoc, org-ref, org-pdftools, org-noter. ob-async and citeproc). Then I have manually installed (but cannot use, because of the above dependencies) the latest version (9.5.5), which I assume is the one that contains org-cite-register-processor? The relevant parts of my configuration are

;; MELPA controls
(when (>= emacs-major-version 24)  
  (require 'package)
  (setq package-archives
  	'(("melpa" . "https://melpa.org/packages/")
  	  ("gnu" . "https://elpa.gnu.org/packages/")
  	  ))
  (package-initialize))

(use-package org
  :ensure t :ensure cdlatex :ensure adaptive-wrap :ensure ob-async 
  :commands (org)
  :pin gnu
  :mode (("\\.org$" . org-mode))
  :bind (("\C-cl" . org-store-link)     ;; Additional commands
         ("\C-ca" . org-agenda))
  :hook (
         (org-mode . adaptive-wrap-prefix-mode)		; needed for correct display
         (org-mode . visual-line-mode)			; needed for correct display
         (org-mode . org-indent-mode)			; needed for correct display	 
         (org-mode . turn-off-auto-fill)		; needed for correct display
	 )
  :init							
  ;; Lots of other stuff
  )

It seems as an unsolvable problem, as there are conflicts between different packages, each requiring a different org-mode version? Thanks in advance for any help.

from helm-bibtex.

averter avatar averter commented on June 1, 2024

Ok, I've managed to solve it by reinstalling everything org-* related. There are secondary effects in my agenda and org-babel, but helm-bibtex and org-ref seem to be working so I will close the issue. Thanks for your help.

from helm-bibtex.

tmalsburg avatar tmalsburg commented on June 1, 2024

Glad to hear that you could figure it out. I've been in similar situations with org. It's annoying and the fact that Emacs includes its own (outdated) version of org mode doesn't make things easier.

from helm-bibtex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.