Added a customized google search engine.
This commit is contained in:
parent
3dd3df19df
commit
1eea4a3e7b
|
@ -23,6 +23,20 @@ messages, BBDB entries, and any files related to the projects. For
|
||||||
printing and sharing of notes, an Org-mode file can be exported as a
|
printing and sharing of notes, an Org-mode file can be exported as a
|
||||||
structured ASCII file, HTML, and LaTeX.
|
structured ASCII file, HTML, and LaTeX.
|
||||||
|
|
||||||
|
* Search through this website
|
||||||
|
|
||||||
|
#+BEGIN_HTML
|
||||||
|
<form action="http://www.google.com/cse" id="cse-search-box">
|
||||||
|
<div>
|
||||||
|
<input type="hidden" name="cx" value="002987994228320350715:2gaddxoioh4" />
|
||||||
|
<input type="hidden" name="ie" value="UTF-8" />
|
||||||
|
<input type="text" name="q" size="31" />
|
||||||
|
<input type="submit" name="sa" value="Search this website" />
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
|
||||||
|
#+END_HTML
|
||||||
|
|
||||||
* News
|
* News
|
||||||
|
|
||||||
Check out the [[file:GoogleTech.org][Google Tech Talk]] about Org-mode.
|
Check out the [[file:GoogleTech.org][Google Tech Talk]] about Org-mode.
|
||||||
|
|
Loading…
Reference in New Issue