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

quick fixes for compatibility and search problem #44

Open
wants to merge 2 commits into
base: note-files
Choose a base branch
from
Open

quick fixes for compatibility and search problem #44

wants to merge 2 commits into from

Conversation

BrianZbr
Copy link

@BrianZbr BrianZbr commented Apr 9, 2015

Line 714: The idea here is to only catch keys if they are a :BIBTEX-KEY: property or at the start of an org-mode headline. Someone familiar with using regexps in org-mode could do this much better.

Lines 716-718: I don't see outline-hide-other and outline-show-subtree defined in Emacs 24.3.1. I'm not sure if my change will behave differently, but it seems OK so far.

Line 714: The idea here is to only catch keys if they are a `:BIBTEX-KEY:` property or at the start of an org-mode headline. Someone familiar with using regexps in org-mode could do this much better.

Lines 716-718: I don't see `outline-hide-other` and `outline-show-subtree` defined in Emacs 24.3.1. I'm not sure what the side-effects of this change may be.
@BrianZbr
Copy link
Author

BrianZbr commented Apr 9, 2015

I'm realizing that this definitely needs to be a re-search-forward, because there can be multiple spaces after :BIBTEX-KEY:.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant