]> git.donarmstrong.com Git - org-ref.git/log
org-ref.git
9 years agoadd (bibtex-set-dialect nil t) to all bibtex tempbuffers
John Kitchin [Thu, 9 Apr 2015 12:50:53 +0000 (08:50 -0400)]
add (bibtex-set-dialect nil t) to all bibtex tempbuffers

This should fix https://github.com/jkitchin/org-ref/issues/31.

9 years agoadd set dialect to org-ref-bib-citation
John Kitchin [Thu, 9 Apr 2015 12:47:55 +0000 (08:47 -0400)]
add set dialect to org-ref-bib-citation

This seems necessary for biblatex according to https://github.com/jkitchin/org-ref/issues/31#issuecomment-91147311.

9 years agomake html export for links be to a div id.
John Kitchin [Thu, 2 Apr 2015 15:31:39 +0000 (11:31 -0400)]
make html export for links be to a div id.

9 years agoadd scopus id link.
John Kitchin [Sat, 28 Mar 2015 16:39:23 +0000 (12:39 -0400)]
add scopus id link.

9 years agoMerge pull request #28 from syohex/fix-byte-compile-warning
John Kitchin [Thu, 26 Mar 2015 12:38:24 +0000 (08:38 -0400)]
Merge pull request #28 from syohex/fix-byte-compile-warning

Fix byte compile warning about free variable

9 years agoFix for wrong variable name
Syohei YOSHIDA [Thu, 26 Mar 2015 02:34:45 +0000 (11:34 +0900)]
Fix for wrong variable name

9 years agoFix byte-compile warning about free variable
Syohei YOSHIDA [Thu, 26 Mar 2015 02:19:20 +0000 (11:19 +0900)]
Fix byte-compile warning about free variable

9 years agoMerge pull request #27 from syohex/fix-for-byte-compile
John Kitchin [Wed, 25 Mar 2015 23:15:07 +0000 (19:15 -0400)]
Merge pull request #27 from syohex/fix-for-byte-compile

Fix for byte compile

9 years agoUse cl-lib macros instead of cl.el macros
Syohei YOSHIDA [Wed, 25 Mar 2015 23:04:35 +0000 (08:04 +0900)]
Use cl-lib macros instead of cl.el macros

9 years agoLoad org-element for using its functions
Syohei YOSHIDA [Wed, 25 Mar 2015 22:54:54 +0000 (07:54 +0900)]
Load org-element for using its functions

9 years agostring-to-int is a obsoleted function
Syohei YOSHIDA [Wed, 25 Mar 2015 22:47:17 +0000 (07:47 +0900)]
string-to-int is a obsoleted function

9 years agoadd institution to techreport
John Kitchin [Wed, 25 Mar 2015 21:36:29 +0000 (17:36 -0400)]
add institution to techreport

9 years agodouble dash to single dash in html
John Kitchin [Wed, 25 Mar 2015 18:35:20 +0000 (14:35 -0400)]
double dash to single dash in html

9 years agorm {} individually and add techreport.
John Kitchin [Wed, 25 Mar 2015 18:32:27 +0000 (14:32 -0400)]
rm {} individually and add techreport.

9 years agoremove empty links and doi
John Kitchin [Wed, 25 Mar 2015 17:49:27 +0000 (13:49 -0400)]
remove empty links and doi

9 years agoadded capitalized field example
John Kitchin [Wed, 25 Mar 2015 14:51:36 +0000 (10:51 -0400)]
added capitalized field example

9 years agofix some html export issues
John Kitchin [Wed, 25 Mar 2015 14:46:56 +0000 (10:46 -0400)]
fix some html export issues

this works better with mixed case fields, and removes some stuff from the bibtex entries, e.g. escaped &, etc...

9 years agosmall layout changes, fixed bug in bibliographystyle link
John Kitchin [Wed, 25 Mar 2015 14:32:16 +0000 (10:32 -0400)]
small layout changes, fixed bug in bibliographystyle link

9 years agomake no output for bibliography style
John Kitchin [Wed, 25 Mar 2015 13:49:11 +0000 (09:49 -0400)]
make no output for bibliography style

9 years agoMerge branch 'master' of github.com:jkitchin/org-ref
John Kitchin [Wed, 25 Mar 2015 13:31:42 +0000 (09:31 -0400)]
Merge branch 'master' of github.com:jkitchin/org-ref

9 years agomake f F in hydra to avoid conflict
John Kitchin [Wed, 25 Mar 2015 13:31:38 +0000 (09:31 -0400)]
make f F in hydra to avoid conflict

9 years agoMerge pull request #26 from syohex/remove-deprecated-function
John Kitchin [Wed, 25 Mar 2015 12:53:08 +0000 (08:53 -0400)]
Merge pull request #26 from syohex/remove-deprecated-function

Use read-string instead of read-input

9 years agoUse read-string instead of read-input
Syohei YOSHIDA [Wed, 25 Mar 2015 01:45:05 +0000 (10:45 +0900)]
Use read-string instead of read-input

Because read-input is a deprecated function.

9 years agochange f to F for file funcs. f was already used in getting a formatted entry.
John Kitchin [Sun, 22 Mar 2015 22:32:54 +0000 (18:32 -0400)]
change f to F for file funcs. f was already used in getting a formatted entry.

9 years agominor fix to allow insertion of citations at the very beginning of the buffer
John Kitchin [Fri, 20 Mar 2015 20:56:10 +0000 (16:56 -0400)]
minor fix to allow insertion of citations at the very beginning of the buffer

9 years agoremoved some commented out code
John Kitchin [Wed, 18 Mar 2015 00:54:54 +0000 (20:54 -0400)]
removed some commented out code

and moved some trailing end parens

9 years agofix small bug in bibliography link when you click on the bibliography part of the...
John Kitchin [Wed, 18 Mar 2015 00:52:42 +0000 (20:52 -0400)]
fix small bug in bibliography link when you click on the bibliography part of the link.

9 years agoanother minor tweak of cite express regexp
John Kitchin [Tue, 17 Mar 2015 23:29:12 +0000 (19:29 -0400)]
another minor tweak of cite express regexp

I found an odd key with / in it. that is covered now.

9 years agofix issue #24
John Kitchin [Tue, 17 Mar 2015 23:27:45 +0000 (19:27 -0400)]
fix issue #24

https://github.com/jkitchin/org-ref/issues/24
I put a save-restriction/widen wrapper around the link message to make sure it can find the bibfile, or other information it needs.

9 years agocheckdoc round 2
John Kitchin [Tue, 17 Mar 2015 23:08:24 +0000 (19:08 -0400)]
checkdoc round 2

9 years agoa round of checkdoc fixing
John Kitchin [Tue, 17 Mar 2015 22:55:05 +0000 (18:55 -0400)]
a round of checkdoc fixing

9 years agofix two other ,* typos
John Kitchin [Tue, 17 Mar 2015 22:48:55 +0000 (18:48 -0400)]
fix two other ,* typos

9 years agofix typo in wiley-pdf
John Kitchin [Tue, 17 Mar 2015 22:48:05 +0000 (18:48 -0400)]
fix typo in wiley-pdf

left over comma from org-block escaping an *.

9 years agoshortened description
John Kitchin [Tue, 17 Mar 2015 22:45:00 +0000 (18:45 -0400)]
shortened description

got rid of lexical variable at the top. I don't think I need it, it was inserted by auto-insert. moved Package-requires up with rest of package info.

9 years agofix issue 23
John Kitchin [Tue, 17 Mar 2015 20:41:47 +0000 (16:41 -0400)]
fix issue 23

9 years agoadjusted cite link re to fix issue #23
John Kitchin [Tue, 17 Mar 2015 19:47:02 +0000 (15:47 -0400)]
adjusted cite link re to fix issue #23

https://github.com/jkitchin/org-ref/issues/23

9 years agoadd new function to find bad file links, bad \attachfile{} and attachfile links
John Kitchin [Mon, 16 Mar 2015 20:27:37 +0000 (16:27 -0400)]
add new function to find bad file links, bad \attachfile{} and attachfile links

for the org-ref command.

9 years agoupdate contents
John Kitchin [Mon, 16 Mar 2015 12:48:31 +0000 (08:48 -0400)]
update contents

9 years agoadd wos documentation
John Kitchin [Mon, 16 Mar 2015 12:48:19 +0000 (08:48 -0400)]
add wos documentation

9 years agorename wos link to wos-search
John Kitchin [Mon, 16 Mar 2015 12:47:38 +0000 (08:47 -0400)]
rename wos link to wos-search

9 years agoInitial commit of wos.el
John Kitchin [Mon, 16 Mar 2015 12:42:23 +0000 (08:42 -0400)]
Initial commit of wos.el

9 years agoadd doc about new doi link.
John Kitchin [Mon, 16 Mar 2015 12:38:11 +0000 (08:38 -0400)]
add doc about new doi link.

9 years agosmall space change.
John Kitchin [Mon, 16 Mar 2015 02:17:32 +0000 (22:17 -0400)]
small space change.

9 years agoignore a few tex files.
John Kitchin [Mon, 16 Mar 2015 02:17:17 +0000 (22:17 -0400)]
ignore a few tex files.

9 years agoadded some export functions to get a pdf and html version of the doc.
John Kitchin [Mon, 16 Mar 2015 02:16:50 +0000 (22:16 -0400)]
added some export functions to get a pdf and html version of the doc.

9 years agodowncase all field names.
John Kitchin [Mon, 16 Mar 2015 02:04:41 +0000 (22:04 -0400)]
downcase all field names.

org-ref does not work so well otherwise.

9 years agoadd index entries
John Kitchin [Mon, 16 Mar 2015 01:38:21 +0000 (21:38 -0400)]
add index entries

expand glossary description.

9 years agofixing a missing paren typo
John Kitchin [Mon, 16 Mar 2015 00:21:32 +0000 (20:21 -0400)]
fixing a missing paren typo

I am not sure how this got introduced.

9 years agoadd index and glossary docs.
John Kitchin [Mon, 16 Mar 2015 00:04:12 +0000 (20:04 -0400)]
add index and glossary docs.

9 years agocheckdoc.
John Kitchin [Mon, 16 Mar 2015 00:03:29 +0000 (20:03 -0400)]
checkdoc.

Also removed lentic from this.

9 years agowhitespace fixing
John Kitchin [Sun, 15 Mar 2015 23:54:56 +0000 (19:54 -0400)]
whitespace fixing

9 years agofixed a tricky bug in finding labels
John Kitchin [Sun, 15 Mar 2015 23:51:42 +0000 (19:51 -0400)]
fixed a tricky bug in finding labels

I found that some #+label:s were getting double counted as org #+label and table names. this set of fixes resolves that. There was a tricky need to save match data while testing the element at point.

9 years agoRevert "remove an apparent duplicate label finder."
John Kitchin [Sun, 15 Mar 2015 23:10:14 +0000 (19:10 -0400)]
Revert "remove an apparent duplicate label finder."

This reverts commit 23bd30bb43dddb264021b31e7c23d1fac70fb097.

i thing it was not duplicate after all.

9 years agoremove an apparent duplicate label finder.
John Kitchin [Sun, 15 Mar 2015 23:07:50 +0000 (19:07 -0400)]
remove an apparent duplicate label finder.

9 years agoadd more docs
John Kitchin [Sun, 15 Mar 2015 22:36:59 +0000 (18:36 -0400)]
add more docs

9 years agorestore store link to custom id
John Kitchin [Sun, 15 Mar 2015 22:36:29 +0000 (18:36 -0400)]
restore store link to custom id

9 years agomore documentation
John Kitchin [Sun, 15 Mar 2015 22:24:07 +0000 (18:24 -0400)]
more documentation

9 years agoadd bibliographystyle completion
John Kitchin [Sun, 15 Mar 2015 22:23:45 +0000 (18:23 -0400)]
add bibliographystyle completion

9 years agoupdate installation
John Kitchin [Sun, 15 Mar 2015 21:34:11 +0000 (17:34 -0400)]
update installation

9 years agoadd new entries
John Kitchin [Sun, 15 Mar 2015 20:59:15 +0000 (16:59 -0400)]
add new entries

9 years agoignore some files
John Kitchin [Sun, 15 Mar 2015 20:59:03 +0000 (16:59 -0400)]
ignore some files

9 years agostill adding documentation
John Kitchin [Sun, 15 Mar 2015 20:57:58 +0000 (16:57 -0400)]
still adding documentation

9 years agoadd additional documentation.
John Kitchin [Sun, 15 Mar 2015 19:57:56 +0000 (15:57 -0400)]
add additional documentation.

9 years agoignore html
John Kitchin [Sun, 15 Mar 2015 19:34:54 +0000 (15:34 -0400)]
ignore html

9 years agoinitial commits of new documentation
John Kitchin [Sun, 15 Mar 2015 19:34:36 +0000 (15:34 -0400)]
initial commits of new documentation

9 years agoslight modification of re link regexp to include eqref
John Kitchin [Sun, 15 Mar 2015 18:43:28 +0000 (14:43 -0400)]
slight modification of re link regexp to include eqref

9 years agoadd a menu for org-ref to the Org menu
John Kitchin [Sun, 15 Mar 2015 17:47:43 +0000 (13:47 -0400)]
add a menu for org-ref to the Org menu

9 years agoadd a help function
John Kitchin [Sun, 15 Mar 2015 17:27:52 +0000 (13:27 -0400)]
add a help function

9 years agorm tangled make command
John Kitchin [Sun, 15 Mar 2015 16:09:05 +0000 (12:09 -0400)]
rm tangled make command

we are all elisp now.

9 years agoran checkdoc and fixed most errors.
John Kitchin [Sun, 15 Mar 2015 16:04:53 +0000 (12:04 -0400)]
ran checkdoc and fixed most errors.

9 years agoignore some files so git status is clean.
John Kitchin [Sun, 15 Mar 2015 15:41:33 +0000 (11:41 -0400)]
ignore some files so git status is clean.

9 years agoadd org require to package
John Kitchin [Sun, 15 Mar 2015 15:39:55 +0000 (11:39 -0400)]
add org require to package

9 years agoadd hydra require
John Kitchin [Sun, 15 Mar 2015 15:38:39 +0000 (11:38 -0400)]
add hydra require

9 years agoremoving the org source version.
John Kitchin [Sun, 15 Mar 2015 15:34:10 +0000 (11:34 -0400)]
removing the org source version.
I am moving towards an all elisp package.

9 years agobump to v0.2
John Kitchin [Sun, 15 Mar 2015 15:33:46 +0000 (11:33 -0400)]
bump to v0.2

9 years agoremove tangling instructions.
John Kitchin [Sun, 15 Mar 2015 15:32:43 +0000 (11:32 -0400)]
remove tangling instructions.

org-ref will be an all elisp package now

9 years agoinitial commit of el version of org-ref
John Kitchin [Sun, 15 Mar 2015 15:30:47 +0000 (11:30 -0400)]
initial commit of el version of org-ref

9 years agostop ignoring el files
John Kitchin [Sun, 15 Mar 2015 15:29:16 +0000 (11:29 -0400)]
stop ignoring el files

9 years agoupdated my customized helm-bibtex formatter
John Kitchin [Sat, 14 Mar 2015 22:03:23 +0000 (18:03 -0400)]
updated my customized helm-bibtex formatter

helm-bibtex changed its interface. this seems to work with a new helm-bibtex.

9 years agoinitial commit of scientific id library
John Kitchin [Sat, 14 Mar 2015 15:52:18 +0000 (11:52 -0400)]
initial commit of scientific id library

9 years agoadd new nonascii '
John Kitchin [Sat, 14 Mar 2015 15:06:51 +0000 (11:06 -0400)]
add new nonascii '

9 years agonew version for org-ref
John Kitchin [Sat, 14 Mar 2015 14:57:36 +0000 (10:57 -0400)]
new version for org-ref

9 years agorm pubmed.org from ORG_SOURCES and add to EL_SOURCES
John Kitchin [Fri, 13 Mar 2015 18:13:52 +0000 (14:13 -0400)]
rm pubmed.org from ORG_SOURCES and add to EL_SOURCES

9 years agoadd isbn and doi-utils to EL_SOURCES
John Kitchin [Fri, 13 Mar 2015 18:12:53 +0000 (14:12 -0400)]
add isbn and doi-utils to EL_SOURCES

9 years agorm doi-utils.org as a source
John Kitchin [Fri, 13 Mar 2015 18:12:22 +0000 (14:12 -0400)]
rm doi-utils.org as a source

it is plain elisp now.

9 years agoignore orig org files
John Kitchin [Fri, 13 Mar 2015 16:42:58 +0000 (12:42 -0400)]
ignore orig org files

9 years agoremove from git repo. replacing with .el
John Kitchin [Fri, 13 Mar 2015 16:42:36 +0000 (12:42 -0400)]
remove from git repo. replacing with .el

9 years agoinitial commit of the isbn module
John Kitchin [Fri, 13 Mar 2015 16:39:37 +0000 (12:39 -0400)]
initial commit of the isbn module

9 years agoMerge pull request #21 from divinenephron/org-src-indentation
John Kitchin [Fri, 13 Mar 2015 16:06:59 +0000 (12:06 -0400)]
Merge pull request #21 from divinenephron/org-src-indentation

Set org-edit-src-content-indentation in org files.

9 years agoSet org-edit-src-content-indentation in org files.
Devon Buchanan [Fri, 13 Mar 2015 15:32:39 +0000 (15:32 +0000)]
Set org-edit-src-content-indentation in org files.

9 years agodelete org-file. ignore .projectile.
John Kitchin [Fri, 13 Mar 2015 00:40:23 +0000 (20:40 -0400)]
delete org-file. ignore .projectile.

9 years agoinitial conversion of pubmed.org to pubmed.el
John Kitchin [Fri, 13 Mar 2015 00:39:15 +0000 (20:39 -0400)]
initial conversion of pubmed.org to pubmed.el

with outshine nav.

9 years agomake hydra code a single section
John Kitchin [Wed, 11 Mar 2015 13:18:30 +0000 (09:18 -0400)]
make hydra code a single section

9 years agoadd outshine comments
John Kitchin [Wed, 11 Mar 2015 13:17:27 +0000 (09:17 -0400)]
add outshine comments

9 years agofix space issue in sorting keys
John Kitchin [Mon, 9 Mar 2015 20:11:30 +0000 (16:11 -0400)]
fix space issue in sorting keys

9 years agodelete example line
John Kitchin [Mon, 9 Mar 2015 18:59:43 +0000 (14:59 -0400)]
delete example line

9 years agoadd get pdf support
John Kitchin [Mon, 9 Mar 2015 18:59:26 +0000 (14:59 -0400)]
add get pdf support

9 years agofix typo in capitalized command.
John Kitchin [Mon, 9 Mar 2015 18:39:00 +0000 (14:39 -0400)]
fix typo in capitalized command.

9 years agocreate arxiv functions for getting a bibtex entry from arxiv.
John Kitchin [Mon, 9 Mar 2015 00:11:40 +0000 (20:11 -0400)]
create arxiv functions for getting a bibtex entry from arxiv.

9 years agoadded an arxiv example
John Kitchin [Mon, 9 Mar 2015 00:10:29 +0000 (20:10 -0400)]
added an arxiv example