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

cannot get some external links to work in org-mode #6879

Closed
yilihong opened this issue Aug 20, 2016 · 3 comments
Closed

cannot get some external links to work in org-mode #6879

yilihong opened this issue Aug 20, 2016 · 3 comments
Labels
- Bug tracker - Org stale marked as a stale issue/pr (usually by a bot) To be reproduced

Comments

@yilihong
Copy link

Description

Cannot get some external links to work in org-mode. In particular:
bibliography:references.bib
This is after org-ref is installed as an optional package in spacemacs

Reproduction guide

  • Start Emacs
  • Install org-ref
  • open a file called "test.org"
    -type "bibliography:references.bib"
    -again, in a new line, type "file:references.bib", the external link shows up

Observed behaviour:
There is no external link showing up for the line "bibliography:references.bib"

Expected behaviour:
"bibliography:references.bib" will show up as a clickable external link

System Info

  • OS: darwin
  • Emacs: 24.5.1
  • Spacemacs: 0.105.21
  • Spacemacs branch: master (rev. 0283f64)
  • Graphic display: t
  • Distribution: spacemacs-base
  • Editing style: emacs
  • Completion: helm
  • Layers:
(auto-completion emacs-lisp git github markdown python
                 (latex :variables latex-build-command "LatexMk" latex-enable-auto-fill nil latex-enable-folding nil)
                 company-mode html themes-megapack
                 (shell :variables shell-default-height 30 shell-default-position 'bottom shell-enable-smart-eshell t)
                 (spell-checking :variables spell-checking-enable-by-default nil spell-checking-enable-auto-dictionary t)
                 syntax-checking
                 (version-control :variables version-control-diff-tool 'git-gutter  version-control-global-margin t)
                 flycheck
                 (org :variables org-enable-github-support t))

Backtrace

BACKTRACE IF RELEVANT
@yilihong
Copy link
Author

this was resolved by adding:

(require 'org-ref)

to the user config file. I suspect the integration with org-ref is still not perfect? Adding org-ref to the additional layer didn't work.

@jajpater
Copy link

I guess that's a feature not a bug.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Bug tracker - Org stale marked as a stale issue/pr (usually by a bot) To be reproduced
Projects
None yet
Development

No branches or pull requests

3 participants