]> git.donarmstrong.com Git - org-ref.git/log
org-ref.git
10 years agoadd travis testing
John Kitchin [Tue, 3 Mar 2015 17:28:40 +0000 (12:28 -0500)]
add travis testing

10 years agoadd Makefile
John Kitchin [Tue, 3 Mar 2015 17:28:12 +0000 (12:28 -0500)]
add Makefile

10 years agoadd cl for loop command
John Kitchin [Tue, 3 Mar 2015 17:28:00 +0000 (12:28 -0500)]
add cl for loop command

10 years agoMerge branch 'OlafMerkert-master'
John Kitchin [Tue, 3 Mar 2015 14:50:32 +0000 (09:50 -0500)]
Merge branch 'OlafMerkert-master'

10 years agoMerge branch 'master' of https://github.com/OlafMerkert/org-ref into OlafMerkert...
John Kitchin [Tue, 3 Mar 2015 14:47:25 +0000 (09:47 -0500)]
Merge branch 'master' of https://github.com/OlafMerkert/org-ref into OlafMerkert-master

10 years agoMerge branch 'divinenephron-master'
John Kitchin [Tue, 3 Mar 2015 14:45:26 +0000 (09:45 -0500)]
Merge branch 'divinenephron-master'
add cask support, an init file that can make org-ref load like a regular package.

10 years agoMerge branch 'master' of https://github.com/divinenephron/org-ref into divinenephron...
John Kitchin [Tue, 3 Mar 2015 14:43:57 +0000 (09:43 -0500)]
Merge branch 'master' of https://github.com/divinenephron/org-ref into divinenephron-master

10 years agoadd keyword support
John Kitchin [Tue, 3 Mar 2015 14:37:29 +0000 (09:37 -0500)]
add keyword support

10 years agoFixed error in load-path in org-ref-init.el
Devon Buchanan [Tue, 3 Mar 2015 14:04:35 +0000 (14:04 +0000)]
Fixed error in load-path in org-ref-init.el

10 years agoAdded org-ref-init.el and a Cask file to create a package.
Devon Buchanan [Tue, 3 Mar 2015 13:49:14 +0000 (13:49 +0000)]
Added org-ref-init.el and a Cask file to create a package.

10 years agocleaning up tag entries
John Kitchin [Tue, 3 Mar 2015 03:17:36 +0000 (22:17 -0500)]
cleaning up tag entries

10 years agomodify helm-bibtex to put keywords in the search, and provide a little function to...
John Kitchin [Tue, 3 Mar 2015 03:07:19 +0000 (22:07 -0500)]
modify helm-bibtex to put keywords in the search, and provide a little function to tag entries

10 years agoreplace a quote
John Kitchin [Tue, 3 Mar 2015 02:44:15 +0000 (21:44 -0500)]
replace a quote

10 years agoadd prefix to `concat-prepare' to avoid conflicts
Olaf Merkert [Mon, 2 Mar 2015 15:14:36 +0000 (16:14 +0100)]
add prefix to `concat-prepare' to avoid conflicts

10 years agoin elisp, `setq' works like `defparameter' in Common Lisp
Olaf Merkert [Mon, 2 Mar 2015 15:12:27 +0000 (16:12 +0100)]
in elisp, `setq' works like `defparameter' in Common Lisp

10 years agochange notangle to tangle
John Kitchin [Mon, 2 Mar 2015 14:25:55 +0000 (09:25 -0500)]
change notangle to tangle

I am not sure why it was notangle. I should have checked that before merging.

10 years agomaybe this is just a tangle issue.
John Kitchin [Mon, 2 Mar 2015 14:24:25 +0000 (09:24 -0500)]
maybe this is just a tangle issue.
Revert "uses defpar which causes an issue on loading for me."

This reverts commit dbf4fc3bfed591ebffab129abc3ad6359bea97fa.

10 years agouses defpar which causes an issue on loading for me.
John Kitchin [Mon, 2 Mar 2015 14:20:18 +0000 (09:20 -0500)]
uses defpar which causes an issue on loading for me.
reverting until this is tested better.

Revert "Merge pull request #17 from OlafMerkert/master"

This reverts commit 76d034e93e50bd1765bcfe66dff7049db8df8963, reversing
changes made to 5daa3edea34cadf60484be3d8c613275b3edbb9b.

10 years agoMerge pull request #17 from OlafMerkert/master
John Kitchin [Mon, 2 Mar 2015 02:04:24 +0000 (21:04 -0500)]
Merge pull request #17 from OlafMerkert/master

make doi-utils-doi-to-bibtex-string extensible; support for book type

10 years agoneed to convert data from into strings
Olaf Merkert [Sun, 1 Mar 2015 16:37:29 +0000 (17:37 +0100)]
need to convert data from into strings

* remove old code
* add example call of doi-utils-doi-to-bibtex-string for book type

10 years agoadd support for bibtex-type book
Olaf Merkert [Sun, 1 Mar 2015 09:46:18 +0000 (10:46 +0100)]
add support for bibtex-type book

10 years agoreimplement doi-utils-doi-to-bibtex-string
Olaf Merkert [Fri, 13 Feb 2015 18:25:35 +0000 (19:25 +0100)]
reimplement doi-utils-doi-to-bibtex-string

* make it easier to implement other bibtex types

10 years agospacing fix
John Kitchin [Thu, 26 Feb 2015 13:39:45 +0000 (08:39 -0500)]
spacing fix

10 years agochange label color to magenta
John Kitchin [Thu, 26 Feb 2015 13:39:29 +0000 (08:39 -0500)]
change label color to magenta

10 years agomake hi-lock-mode buffer local when colorizing links.
John Kitchin [Thu, 26 Feb 2015 13:38:21 +0000 (08:38 -0500)]
make hi-lock-mode buffer local when colorizing links.

10 years agoadd global-hi-lock to avoid annoying warning
John Kitchin [Thu, 26 Feb 2015 01:20:38 +0000 (20:20 -0500)]
add global-hi-lock to avoid annoying warning

10 years agoset some blocks not to tangle
John Kitchin [Tue, 24 Feb 2015 15:48:18 +0000 (10:48 -0500)]
set some blocks not to tangle

10 years agotrim urls in case they have leading or trailing spaces.
John Kitchin [Tue, 24 Feb 2015 15:36:34 +0000 (10:36 -0500)]
trim urls in case they have leading or trailing spaces.

10 years agodelete result
John Kitchin [Mon, 23 Feb 2015 19:01:40 +0000 (14:01 -0500)]
delete result

10 years agowrap hydra code in featurep
John Kitchin [Mon, 23 Feb 2015 19:01:19 +0000 (14:01 -0500)]
wrap hydra code in featurep

10 years agofix block tangles
John Kitchin [Mon, 23 Feb 2015 18:45:07 +0000 (13:45 -0500)]
fix block tangles

10 years agodo not tangle a block
John Kitchin [Mon, 23 Feb 2015 18:43:36 +0000 (13:43 -0500)]
do not tangle a block

10 years agoadd line after function
John Kitchin [Mon, 23 Feb 2015 18:10:23 +0000 (13:10 -0500)]
add line after function

10 years agotangle the hydra out. add doc to onclick function for cite links.
John Kitchin [Mon, 23 Feb 2015 18:09:57 +0000 (13:09 -0500)]
tangle the hydra out. add doc to onclick function for cite links.

10 years agofix keys in body
John Kitchin [Mon, 23 Feb 2015 17:55:51 +0000 (12:55 -0500)]
fix keys in body

10 years agochange copy key to K
John Kitchin [Mon, 23 Feb 2015 17:55:20 +0000 (12:55 -0500)]
change copy key to K

10 years agomake p in Pubmed capital
John Kitchin [Mon, 23 Feb 2015 17:54:32 +0000 (12:54 -0500)]
make p in Pubmed capital

10 years agoadd hydra menu
John Kitchin [Mon, 23 Feb 2015 16:12:30 +0000 (11:12 -0500)]
add hydra menu

10 years agorm interactive on org-ref-key-in-file
John Kitchin [Fri, 20 Feb 2015 02:07:23 +0000 (21:07 -0500)]
rm interactive on org-ref-key-in-file

10 years agomodify find key in file
John Kitchin [Fri, 20 Feb 2015 01:43:40 +0000 (20:43 -0500)]
modify find key in file

this seems to fix a long-standing issue when you add new references that do not get recognized.

10 years agoset tangle option to no on a block, delete another block
John Kitchin [Thu, 19 Feb 2015 14:15:59 +0000 (09:15 -0500)]
set tangle option to no on a block, delete another block

10 years agoadd example of how i setup org-ref
John Kitchin [Thu, 19 Feb 2015 14:07:59 +0000 (09:07 -0500)]
add example of how i setup org-ref

10 years agospace change.
John Kitchin [Sun, 15 Feb 2015 12:29:23 +0000 (07:29 -0500)]
space change.

10 years agoadd tangle arg
John Kitchin [Sun, 15 Feb 2015 12:28:05 +0000 (07:28 -0500)]
add tangle arg

10 years agoadd new nonascii dash
John Kitchin [Sat, 14 Feb 2015 12:04:18 +0000 (07:04 -0500)]
add new nonascii dash

10 years agoadd helm-config
John Kitchin [Sat, 14 Feb 2015 11:50:57 +0000 (06:50 -0500)]
add helm-config

related to https://github.com/jkitchin/org-ref/issues/5#issuecomment-74370100

10 years agofix minor bug in isbn-to-bibtex-lead function
John Kitchin [Tue, 3 Feb 2015 13:32:21 +0000 (08:32 -0500)]
fix minor bug in isbn-to-bibtex-lead function

10 years agospacing and punctuation in doc strings.
John Kitchin [Tue, 3 Feb 2015 02:49:31 +0000 (21:49 -0500)]
spacing and punctuation in doc strings.

10 years agoadd label and ref coloring
John Kitchin [Tue, 3 Feb 2015 02:46:43 +0000 (21:46 -0500)]
add label and ref coloring

10 years agochange ref color to dark red
John Kitchin [Tue, 3 Feb 2015 02:40:21 +0000 (21:40 -0500)]
change ref color to dark red

10 years agoi think my regexps work now.
John Kitchin [Tue, 3 Feb 2015 02:38:31 +0000 (21:38 -0500)]
i think my regexps work now.

10 years agobeginning of colorize links
John Kitchin [Tue, 3 Feb 2015 01:18:53 +0000 (20:18 -0500)]
beginning of colorize links

regexp to find my links not quite working yet.

10 years agoremove \n from query. this seems to cause trouble in helm.
John Kitchin [Mon, 2 Feb 2015 14:14:41 +0000 (09:14 -0500)]
remove \n from query. this seems to cause trouble in helm.

10 years agofix bug in missing bibtex file arg
John Kitchin [Mon, 2 Feb 2015 14:02:01 +0000 (09:02 -0500)]
fix bug in missing bibtex file arg

10 years agopolished isbn function
John Kitchin [Sat, 31 Jan 2015 20:47:29 +0000 (15:47 -0500)]
polished isbn function

10 years agoadd documentation
John Kitchin [Sat, 31 Jan 2015 20:23:33 +0000 (15:23 -0500)]
add documentation

10 years agoadd isbn to bibtex and fix several substring typos
John Kitchin [Sat, 31 Jan 2015 20:21:50 +0000 (15:21 -0500)]
add isbn to bibtex and fix several substring typos

10 years agoadd isbn function
John Kitchin [Sat, 31 Jan 2015 18:43:35 +0000 (13:43 -0500)]
add isbn function

10 years agopolish the crossref function.
John Kitchin [Sat, 31 Jan 2015 17:44:28 +0000 (12:44 -0500)]
polish the crossref function.

use citation string for crossref query

10 years agofinished version of function to query crossref
John Kitchin [Sat, 31 Jan 2015 17:31:44 +0000 (12:31 -0500)]
finished version of function to query crossref

10 years agopolishing add function
John Kitchin [Sat, 31 Jan 2015 14:20:22 +0000 (09:20 -0500)]
polishing add function

10 years agoremove doi add from region command.
John Kitchin [Sat, 31 Jan 2015 14:16:12 +0000 (09:16 -0500)]
remove doi add from region command.

the functionality is now in the doi-utils-add-bibtex-entry-from-doi command.

10 years agocomment out the tangle for this script
John Kitchin [Fri, 30 Jan 2015 20:30:53 +0000 (15:30 -0500)]
comment out the tangle for this script

I do not use it anymore, and I do not remember how to get the pckl file of the cookie.

10 years agotry making it more robust to open doi in browser if we cannot get json metadata.
John Kitchin [Fri, 30 Jan 2015 16:38:26 +0000 (11:38 -0500)]
try making it more robust to open doi in browser if we cannot get json metadata.

10 years agopolish order of operations
John Kitchin [Fri, 30 Jan 2015 15:06:26 +0000 (10:06 -0500)]
polish order of operations

10 years agopolish link timer code.
John Kitchin [Fri, 30 Jan 2015 15:05:34 +0000 (10:05 -0500)]
polish link timer code.

avoid starting multiple timers

10 years agopolish timer logic for mouse messages
John Kitchin [Fri, 30 Jan 2015 15:02:14 +0000 (10:02 -0500)]
polish timer logic for mouse messages

avoid starting timer more than once.

10 years agomoved cursor messages to its own section. added mouse messages.
John Kitchin [Fri, 30 Jan 2015 14:55:00 +0000 (09:55 -0500)]
moved cursor messages to its own section. added mouse messages.

10 years agofix typo
John Kitchin [Wed, 28 Jan 2015 22:06:20 +0000 (17:06 -0500)]
fix typo

10 years agoadd markdown export with pandoc citations
John Kitchin [Wed, 28 Jan 2015 22:02:16 +0000 (17:02 -0500)]
add markdown export with pandoc citations

10 years agofinally added wos code!
John Kitchin [Wed, 28 Jan 2015 18:27:29 +0000 (13:27 -0500)]
finally added wos code!

10 years agoadd with-affiliates to get cite links in caption
John Kitchin [Tue, 27 Jan 2015 13:42:15 +0000 (08:42 -0500)]
add with-affiliates to get cite links in caption

delete commented out function.

10 years agoadd with-affiliates and catch all cite types
John Kitchin [Tue, 27 Jan 2015 13:37:13 +0000 (08:37 -0500)]
add with-affiliates and catch all cite types

10 years agoadd with-affiliates to get bibtex keys
John Kitchin [Tue, 27 Jan 2015 13:28:02 +0000 (08:28 -0500)]
add with-affiliates to get bibtex keys

so we find them in captions.

10 years agospace change
John Kitchin [Tue, 27 Jan 2015 01:55:55 +0000 (20:55 -0500)]
space change

10 years agofixed add cite insert
John Kitchin [Tue, 27 Jan 2015 01:55:39 +0000 (20:55 -0500)]
fixed add cite insert

10 years agotune latex label regexp.
John Kitchin [Tue, 27 Jan 2015 01:31:04 +0000 (20:31 -0500)]
tune latex label regexp.

remove word boundary.

10 years agoclean up doc strings
John Kitchin [Tue, 27 Jan 2015 01:06:19 +0000 (20:06 -0500)]
clean up doc strings

10 years agofix bug in get labels.
John Kitchin [Tue, 27 Jan 2015 01:01:42 +0000 (20:01 -0500)]
fix bug in get labels.

10 years agofix label click action for occurence plurality
John Kitchin [Tue, 27 Jan 2015 00:36:30 +0000 (19:36 -0500)]
fix label click action for occurence plurality

10 years agomake custom-id links have a message.
John Kitchin [Mon, 26 Jan 2015 22:14:53 +0000 (17:14 -0500)]
make custom-id links have a message.

10 years agoremove custom_id. we cannot ref these.
John Kitchin [Mon, 26 Jan 2015 22:08:54 +0000 (17:08 -0500)]
remove custom_id. we cannot ref these.

10 years agofix issue in bibliography link message
John Kitchin [Mon, 26 Jan 2015 22:08:09 +0000 (17:08 -0500)]
fix issue in bibliography link message

10 years agofix bug in bibliography message
John Kitchin [Mon, 26 Jan 2015 21:53:29 +0000 (16:53 -0500)]
fix bug in bibliography message

10 years agofix insert label to replace if needed
John Kitchin [Mon, 26 Jan 2015 21:39:27 +0000 (16:39 -0500)]
fix insert label to replace if needed

10 years agofixed some issues.
John Kitchin [Mon, 26 Jan 2015 21:25:51 +0000 (16:25 -0500)]
fixed some issues.

added prefix keys for helm commands.

10 years agoupdate insert ref so we can replace current link.
John Kitchin [Mon, 26 Jan 2015 21:04:57 +0000 (16:04 -0500)]
update insert ref so we can replace current link.

10 years agomake double prefix replace ref link
John Kitchin [Mon, 26 Jan 2015 20:49:49 +0000 (15:49 -0500)]
make double prefix replace ref link

10 years agoadd tangle to two blocks
John Kitchin [Mon, 26 Jan 2015 20:31:26 +0000 (15:31 -0500)]
add tangle to two blocks

10 years agofix type
John Kitchin [Mon, 26 Jan 2015 20:22:29 +0000 (15:22 -0500)]
fix type

10 years agorm message box
John Kitchin [Mon, 26 Jan 2015 20:13:53 +0000 (15:13 -0500)]
rm message box

10 years agomany helm integration changes
John Kitchin [Mon, 26 Jan 2015 20:10:58 +0000 (15:10 -0500)]
many helm integration changes

10 years agoadd scopus
John Kitchin [Sun, 25 Jan 2015 23:03:31 +0000 (18:03 -0500)]
add scopus

10 years agoremove messageboxes
John Kitchin [Sun, 25 Jan 2015 19:21:57 +0000 (14:21 -0500)]
remove messageboxes

10 years agomake message function only run in org-mode
John Kitchin [Sun, 25 Jan 2015 19:14:52 +0000 (14:14 -0500)]
make message function only run in org-mode

10 years agofix bug in adding to end of cite link
John Kitchin [Sun, 25 Jan 2015 19:02:28 +0000 (14:02 -0500)]
fix bug in adding to end of cite link

10 years agochange link messages to run in an idle timer
John Kitchin [Sun, 25 Jan 2015 18:53:31 +0000 (13:53 -0500)]
change link messages to run in an idle timer

the command hook was causing the selected region to not be highlighted.

10 years agorm ido-completing
John Kitchin [Sun, 25 Jan 2015 18:38:39 +0000 (13:38 -0500)]
rm ido-completing

10 years agoswitch alternative cite selection to helm
John Kitchin [Sun, 25 Jan 2015 18:30:52 +0000 (13:30 -0500)]
switch alternative cite selection to helm

10 years agoget rid of message box.
John Kitchin [Sun, 25 Jan 2015 18:20:19 +0000 (13:20 -0500)]
get rid of message box.