projects
/
org-ref.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ff28b
)
change ref color to dark red
author
John Kitchin
<jkitchin@andrew.cmu.edu>
Tue, 3 Feb 2015 02:40:21 +0000
(21:40 -0500)
committer
John Kitchin
<jkitchin@andrew.cmu.edu>
Tue, 3 Feb 2015 02:40:21 +0000
(21:40 -0500)
org-ref.org
patch
|
blob
|
history
diff --git
a/org-ref.org
b/org-ref.org
index
166536f
..
148e98c
100644
(file)
--- a/
org-ref.org
+++ b/
org-ref.org
@@
-386,9
+386,13
@@
cite*:sokalski-2012-optim-ta,zhang-2011-spatial-tio2,li-2012-heter-ceram,li-2013
citenum:sokalski-2012-optim-ta,zhang-2011-spatial-tio2,li-2012-heter-ceram,li-2013-photoc
+ref:test
+
+label:test
+
#+BEGIN_SRC emacs-lisp
(defcustom org-ref-colorize-links
- nil
+ t
"When non-nil, change colors of links"
:group 'org-ref)
@@
-400,7
+404,7
@@
citenum:sokalski-2012-optim-ta,zhang-2011-spatial-tio2,li-2012-heter-ceram,li-20
(defcustom org-ref-ref-color
- "
royal blue
"
+ "
dark red
"
"Color of ref like links"
:group 'org-ref)