Merge branch 'maint'
This commit is contained in:
commit
cd1af27a2a
|
@ -3412,7 +3412,7 @@ replacement text. Here is an example:
|
||||||
("google" . "http://www.google.com/search?q=")
|
("google" . "http://www.google.com/search?q=")
|
||||||
("gmap" . "http://maps.google.com/maps?q=%s")
|
("gmap" . "http://maps.google.com/maps?q=%s")
|
||||||
("omap" . "http://nominatim.openstreetmap.org/search?q=%s&polygon=1")
|
("omap" . "http://nominatim.openstreetmap.org/search?q=%s&polygon=1")
|
||||||
("ads" . "http://adsabs.harvard.edu/cgi-bin/nph-abs_connect?author=%s&db_key=AST")))
|
("ads" . "https://ui.adsabs.harvard.edu/search/q=%20author%3A\"%s\"")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
If the replacement text contains the string =%s=, it is replaced with
|
If the replacement text contains the string =%s=, it is replaced with
|
||||||
|
|
Loading…
Reference in New Issue