0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 01:18:40 +00:00

Added a customized google search engine.

This commit is contained in:
Bastien Guerry 2008-07-20 17:21:51 +02:00
parent 3dd3df19df
commit 1eea4a3e7b

View file

@ -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
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
Check out the [[file:GoogleTech.org][Google Tech Talk]] about Org-mode.