Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No file uri printed out when used with org-cite #251

Open
sinauq opened this issue Aug 1, 2022 · 1 comment
Open

No file uri printed out when used with org-cite #251

sinauq opened this issue Aug 1, 2022 · 1 comment
Labels
1. waiting Waiting for user feedback

Comments

@sinauq
Copy link

sinauq commented Aug 1, 2022

Describe the bug
I just moved from bibtex-completion to org-cite, and it looks like the guide on setting up org-noter doesn't work anymore. I had no problem before when using bibtex-completion. As I'm using Doom I tried to install the package myself (in package.el), but with no luck. ORB configuration
here's my config:

(use-package! org-roam
  :after org
  :custom (org-roam-directory zettel_dir)
  :config
  (setq
   org-roam-capture-templates
        '(
          ("d" "default" plain "%?"
           :if-new
           (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
                      "#+title: ${title}\n")
           :unnarrowed t)
          ("r" "references" plain
           (file "~/orb-template.org")
           :if-new
           (file+head "${citekey}.org" "#+title: ${title}\n")
           :unnarrowed t))
        orb-preformat-keywords
        '("citekey" "title" "url" "author-or-editor" "keywords" "file" "journal" "volume" "number" "pages")
        orb-process-file-keyword t
        orb-attached-file-extensions '("pdf" "epub")
        orb-abbreviate-file-name t
        orb-roam-ref-format 'org-cite
        ))

Environment (please complete the following information):

  • Emacs: GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0)
    of 2022-07-04
  • Framework: Doom
  • Org: Org mode version 9.6
  • Org-roam: 171a8db
  • ORB version (Melpa): 20220626.1121
  • sqlite-connector: sqlite
  • OS: Debian
@myshevchuk
Copy link
Member

Hi, can you please share the contents of orb-template.org?

@myshevchuk myshevchuk added the 1. waiting Waiting for user feedback label Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. waiting Waiting for user feedback
Projects
None yet
Development

No branches or pull requests

2 participants