org-protocol.el 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions.
  2. ;;
  3. ;; Copyright (C) 2008-2016 Free Software Foundation, Inc.
  4. ;;
  5. ;; Authors: Bastien Guerry <bzg@gnu.org>
  6. ;; Daniel M German <dmg AT uvic DOT org>
  7. ;; Sebastian Rose <sebastian_rose AT gmx DOT de>
  8. ;; Ross Patterson <me AT rpatterson DOT net>
  9. ;; Maintainer: Sebastian Rose <sebastian_rose AT gmx DOT de>
  10. ;; Keywords: org, emacsclient, wp
  11. ;; This file is part of GNU Emacs.
  12. ;;
  13. ;; GNU Emacs is free software: you can redistribute it and/or modify
  14. ;; it under the terms of the GNU General Public License as published by
  15. ;; the Free Software Foundation, either version 3 of the License, or
  16. ;; (at your option) any later version.
  17. ;; GNU Emacs is distributed in the hope that it will be useful,
  18. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. ;; GNU General Public License for more details.
  21. ;; You should have received a copy of the GNU General Public License
  22. ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  24. ;;; Commentary:
  25. ;;
  26. ;; Intercept calls from emacsclient to trigger custom actions.
  27. ;;
  28. ;; This is done by advising `server-visit-files' to scan the list of filenames
  29. ;; for `org-protocol-the-protocol' and sub-protocols defined in
  30. ;; `org-protocol-protocol-alist' and `org-protocol-protocol-alist-default'.
  31. ;;
  32. ;; Any application that supports calling external programs with an URL
  33. ;; as argument may be used with this functionality.
  34. ;;
  35. ;;
  36. ;; Usage:
  37. ;; ------
  38. ;;
  39. ;; 1.) Add this to your init file (.emacs probably):
  40. ;;
  41. ;; (add-to-list 'load-path "/path/to/org-protocol/")
  42. ;; (require 'org-protocol)
  43. ;;
  44. ;; 3.) Ensure emacs-server is up and running.
  45. ;; 4.) Try this from the command line (adjust the URL as needed):
  46. ;;
  47. ;; $ emacsclient \
  48. ;; org-protocol://store-link?url=http:%2F%2Flocalhost%2Findex.html&title=The%20title
  49. ;;
  50. ;; 5.) Optionally add custom sub-protocols and handlers:
  51. ;;
  52. ;; (setq org-protocol-protocol-alist
  53. ;; '(("my-protocol"
  54. ;; :protocol "my-protocol"
  55. ;; :function my-protocol-handler-function)))
  56. ;;
  57. ;; A "sub-protocol" will be found in URLs like this:
  58. ;;
  59. ;; org-protocol://sub-protocol?key=val&key2=val2
  60. ;;
  61. ;; If it works, you can now setup other applications for using this feature.
  62. ;;
  63. ;;
  64. ;; As of March 2009 Firefox users follow the steps documented on
  65. ;; http://kb.mozillazine.org/Register_protocol, Opera setup is described here:
  66. ;; http://www.opera.com/support/kb/view/535/
  67. ;;
  68. ;;
  69. ;; Documentation
  70. ;; -------------
  71. ;;
  72. ;; org-protocol.el comes with and installs handlers to open sources of published
  73. ;; online content, store and insert the browser's URLs and cite online content
  74. ;; by clicking on a bookmark in Firefox, Opera and probably other browsers and
  75. ;; applications:
  76. ;;
  77. ;; * `org-protocol-open-source' uses the sub-protocol \"open-source\" and maps
  78. ;; URLs to local filenames defined in `org-protocol-project-alist'.
  79. ;;
  80. ;; * `org-protocol-store-link' stores an Org-link (if Org-mode is present) and
  81. ;; pushes the browsers URL to the `kill-ring' for yanking. This handler is
  82. ;; triggered through the sub-protocol \"store-link\".
  83. ;;
  84. ;; * Call `org-protocol-capture' by using the sub-protocol \"capture\". If
  85. ;; Org-mode is loaded, Emacs will pop-up a capture buffer and fill the
  86. ;; template with the data provided. I.e. the browser's URL is inserted as an
  87. ;; Org-link of which the page title will be the description part. If text
  88. ;; was select in the browser, that text will be the body of the entry.
  89. ;;
  90. ;; You may use the same bookmark URL for all those standard handlers and just
  91. ;; adjust the sub-protocol used:
  92. ;;
  93. ;; location.href='org-protocol://sub-protocol?url='+
  94. ;; encodeURIComponent(location.href)+'&title='+
  95. ;; encodeURIComponent(document.title)+'&body='+
  96. ;; encodeURIComponent(window.getSelection())
  97. ;;
  98. ;; The handler for the sub-protocol \"capture\" detects an optional template
  99. ;; char that, if present, triggers the use of a special template.
  100. ;; Example:
  101. ;;
  102. ;; location.href='org-protocol://capture?template=x'+ ...
  103. ;;
  104. ;; uses template ?x.
  105. ;;
  106. ;; Note that using double slashes is optional from org-protocol.el's point of
  107. ;; view because emacsclient squashes the slashes to one.
  108. ;;
  109. ;;
  110. ;; provides: 'org-protocol
  111. ;;
  112. ;;; Code:
  113. (require 'org)
  114. (eval-when-compile
  115. (require 'cl))
  116. (declare-function org-publish-get-project-from-filename "ox-publish"
  117. (filename &optional up))
  118. (declare-function server-edit "server" (&optional arg))
  119. (define-obsolete-function-alias
  120. 'org-protocol-unhex-compound 'org-link-unescape-compound
  121. "2011-02-17")
  122. (define-obsolete-function-alias
  123. 'org-protocol-unhex-string 'org-link-unescape
  124. "2011-02-17")
  125. (define-obsolete-function-alias
  126. 'org-protocol-unhex-single-byte-sequence
  127. 'org-link-unescape-single-byte-sequence
  128. "2011-02-17")
  129. (defgroup org-protocol nil
  130. "Intercept calls from emacsclient to trigger custom actions.
  131. This is done by advising `server-visit-files' to scan the list of filenames
  132. for `org-protocol-the-protocol' and sub-protocols defined in
  133. `org-protocol-protocol-alist' and `org-protocol-protocol-alist-default'."
  134. :version "22.1"
  135. :group 'convenience
  136. :group 'org)
  137. ;;; Variables:
  138. (defconst org-protocol-protocol-alist-default
  139. '(("org-capture" :protocol "capture" :function org-protocol-capture :kill-client t)
  140. ("org-store-link" :protocol "store-link" :function org-protocol-store-link)
  141. ("org-open-source" :protocol "open-source" :function org-protocol-open-source))
  142. "Default protocols to use.
  143. See `org-protocol-protocol-alist' for a description of this variable.")
  144. (defconst org-protocol-the-protocol "org-protocol"
  145. "This is the protocol to detect if org-protocol.el is loaded.
  146. `org-protocol-protocol-alist-default' and `org-protocol-protocol-alist' hold
  147. the sub-protocols that trigger the required action. You will have to define
  148. just one protocol handler OS-wide (MS-Windows) or per application (Linux).
  149. That protocol handler should call emacsclient.")
  150. ;;; User variables:
  151. (defcustom org-protocol-reverse-list-of-files t
  152. "Non-nil means re-reverse the list of filenames passed on the command line.
  153. The filenames passed on the command line are passed to the emacs-server in
  154. reverse order. Set to t (default) to re-reverse the list, i.e. use the
  155. sequence on the command line. If nil, the sequence of the filenames is
  156. unchanged."
  157. :group 'org-protocol
  158. :type 'boolean)
  159. (defcustom org-protocol-project-alist nil
  160. "Map URLs to local filenames for `org-protocol-open-source' (open-source).
  161. Each element of this list must be of the form:
  162. (module-name :property value property: value ...)
  163. where module-name is an arbitrary name. All the values are strings.
  164. Possible properties are:
  165. :online-suffix - the suffix to strip from the published URLs
  166. :working-suffix - the replacement for online-suffix
  167. :base-url - the base URL, e.g. http://www.example.com/project/
  168. Last slash required.
  169. :working-directory - the local working directory. This is, what base-url will
  170. be replaced with.
  171. :redirects - A list of cons cells, each of which maps a regular
  172. expression to match to a path relative to :working-directory.
  173. Example:
  174. (setq org-protocol-project-alist
  175. \\='((\"http://orgmode.org/worg/\"
  176. :online-suffix \".php\"
  177. :working-suffix \".org\"
  178. :base-url \"http://orgmode.org/worg/\"
  179. :working-directory \"/home/user/org/Worg/\")
  180. (\"http://localhost/org-notes/\"
  181. :online-suffix \".html\"
  182. :working-suffix \".org\"
  183. :base-url \"http://localhost/org/\"
  184. :working-directory \"/home/user/org/\"
  185. :rewrites ((\"org/?$\" . \"index.php\")))))
  186. The last line tells `org-protocol-open-source' to open
  187. /home/user/org/index.php, if the URL cannot be mapped to an existing
  188. file, and ends with either \"org\" or \"org/\".
  189. Consider using the interactive functions `org-protocol-create' and
  190. `org-protocol-create-for-org' to help you filling this variable with valid contents."
  191. :group 'org-protocol
  192. :type 'alist)
  193. (defcustom org-protocol-protocol-alist nil
  194. "Register custom handlers for org-protocol.
  195. Each element of this list must be of the form:
  196. (module-name :protocol protocol :function func :kill-client nil)
  197. protocol - protocol to detect in a filename without trailing
  198. colon and slashes. See rfc1738 section 2.1 for more
  199. on this. If you define a protocol \"my-protocol\",
  200. `org-protocol-check-filename-for-protocol' will search
  201. filenames for \"org-protocol:/my-protocol\" and
  202. trigger your action for every match. `org-protocol'
  203. is defined in `org-protocol-the-protocol'. Double and
  204. triple slashes are compressed to one by emacsclient.
  205. function - function that handles requests with protocol and takes
  206. one argument. If a new-style link (key=val&key2=val2)
  207. is given, the argument will be a property list with
  208. the values from the link. If an old-style link is
  209. given (val1/val2), the argument will be the filename
  210. with all protocols stripped.
  211. If the function returns nil, emacsclient and -server
  212. do nothing. Any non-nil return value is considered a
  213. valid filename and thus passed to the server.
  214. `org-protocol.el' provides some support for handling
  215. old-style filenames, if you follow the conventions
  216. used for the standard handlers in
  217. `org-protocol-protocol-alist-default'. See
  218. `org-protocol-parse-parameters'.
  219. kill-client - If t, kill the client immediately, once the sub-protocol is
  220. detected. This is necessary for actions that can be interrupted by
  221. `C-g' to avoid dangling emacsclients. Note that all other command
  222. line arguments but the this one will be discarded. Greedy handlers
  223. still receive the whole list of arguments though.
  224. Here is an example:
  225. (setq org-protocol-protocol-alist
  226. \\='((\"my-protocol\"
  227. :protocol \"my-protocol\"
  228. :function my-protocol-handler-function)
  229. (\"your-protocol\"
  230. :protocol \"your-protocol\"
  231. :function your-protocol-handler-function)))"
  232. :group 'org-protocol
  233. :type '(alist))
  234. (defcustom org-protocol-default-template-key nil
  235. "The default template key to use.
  236. This is usually a single character string but can also be a
  237. string with two characters."
  238. :group 'org-protocol
  239. :type '(choice (const nil) (string)))
  240. (defcustom org-protocol-data-separator "/+\\|\\?"
  241. "The default data separator to use.
  242. This should be a single regexp string."
  243. :group 'org-protocol
  244. :version "24.4"
  245. :package-version '(Org . "8.0")
  246. :type 'string)
  247. ;;; Helper functions:
  248. (defun org-protocol-sanitize-uri (uri)
  249. "Sanitize slashes to double-slashes in URI.
  250. Emacsclient compresses double and triple slashes."
  251. (when (string-match "^\\([a-z]+\\):/" uri)
  252. (let* ((splitparts (split-string uri "/+")))
  253. (setq uri (concat (car splitparts) "//" (mapconcat 'identity (cdr splitparts) "/")))))
  254. uri)
  255. (defun org-protocol-split-data (data &optional unhexify separator)
  256. "Split the DATA argument for an org-protocol handler function.
  257. If UNHEXIFY is non-nil, hex-decode each split part. If UNHEXIFY
  258. is a function, use that function to decode each split part. The
  259. string is split at each occurrence of SEPARATOR (regexp). If no
  260. SEPARATOR is specified or SEPARATOR is nil, assume \"/+\". The
  261. results of that splitting are returned as a list."
  262. (let* ((sep (or separator "/+\\|\\?"))
  263. (split-parts (split-string data sep)))
  264. (if unhexify
  265. (if (fboundp unhexify)
  266. (mapcar unhexify split-parts)
  267. (mapcar 'org-link-unescape split-parts))
  268. split-parts)))
  269. (defun org-protocol-flatten-greedy (param-list &optional strip-path replacement)
  270. "Transform PARAM-LIST into a flat list for greedy handlers.
  271. Greedy handlers might receive a list like this from emacsclient:
  272. \((\"/dir/org-protocol:/greedy:/~/path1\" (23 . 12)) (\"/dir/param\"))
  273. where \"/dir/\" is the absolute path to emacsclient's working directory. This
  274. function transforms it into a flat list using `org-protocol-flatten' and
  275. transforms the elements of that list as follows:
  276. If STRIP-PATH is non-nil, remove the \"/dir/\" prefix from all members of
  277. param-list.
  278. If REPLACEMENT is string, replace the \"/dir/\" prefix with it.
  279. The first parameter, the one that contains the protocols, is always changed.
  280. Everything up to the end of the protocols is stripped.
  281. Note, that this function will always behave as if
  282. `org-protocol-reverse-list-of-files' was set to t and the returned list will
  283. reflect that. emacsclient's first parameter will be the first one in the
  284. returned list."
  285. (let* ((l (org-protocol-flatten (if org-protocol-reverse-list-of-files
  286. param-list
  287. (reverse param-list))))
  288. (trigger (car l))
  289. (len 0)
  290. dir
  291. ret)
  292. (when (string-match "^\\(.*\\)\\(org-protocol:/+[a-zA-z0-9][-_a-zA-z0-9]*:/+\\)\\(.*\\)" trigger)
  293. (setq dir (match-string 1 trigger))
  294. (setq len (length dir))
  295. (setcar l (concat dir (match-string 3 trigger))))
  296. (if strip-path
  297. (progn
  298. (dolist (e l ret)
  299. (setq ret
  300. (append ret
  301. (list
  302. (if (stringp e)
  303. (if (stringp replacement)
  304. (setq e (concat replacement (substring e len)))
  305. (setq e (substring e len)))
  306. e)))))
  307. ret)
  308. l)))
  309. (defun org-protocol-flatten (list)
  310. "Transform LIST into a flat list.
  311. Greedy handlers might receive a list like this from emacsclient:
  312. \((\"/dir/org-protocol:/greedy:/~/path1\" (23 . 12)) (\"/dir/param\"))
  313. where \"/dir/\" is the absolute path to emacsclients working directory.
  314. This function transforms it into a flat list."
  315. (if (null list) ()
  316. (if (listp list)
  317. (append (org-protocol-flatten (car list)) (org-protocol-flatten (cdr list)))
  318. (list list))))
  319. (defun org-protocol-parse-parameters (info &optional new-style default-order)
  320. "Return a property list of parameters from INFO.
  321. If NEW-STYLE is non-nil, treat INFO as a query string (ex:
  322. url=URL&title=TITLE). If old-style links are used (ex:
  323. org-protocol://store-link/url/title), assign them to attributes
  324. following DEFAULT-ORDER.
  325. If no DEFAULT-ORDER is specified, return the list of values.
  326. If INFO is already a property list, return it unchanged."
  327. (if (listp info)
  328. info
  329. (if new-style
  330. (let ((data (org-protocol-convert-query-to-plist info))
  331. result)
  332. (while data
  333. (setq result
  334. (append
  335. result
  336. (list
  337. (pop data)
  338. (org-link-unescape (pop data))))))
  339. result)
  340. (let ((data (org-protocol-split-data info t org-protocol-data-separator)))
  341. (if default-order
  342. (org-protocol-assign-parameters data default-order)
  343. data)))))
  344. (defun org-protocol-assign-parameters (data default-order)
  345. "Return a property list of parameters from DATA.
  346. Key names are taken from DEFAULT-ORDER, which should be a list of
  347. symbols. If DEFAULT-ORDER is shorter than the number of values
  348. specified, the rest of the values are treated as :key value pairs."
  349. (let (result)
  350. (while default-order
  351. (setq result
  352. (append result
  353. (list (pop default-order)
  354. (pop data)))))
  355. (while data
  356. (setq result
  357. (append result
  358. (list (intern (concat ":" (pop data)))
  359. (pop data)))))
  360. result))
  361. ;;; Standard protocol handlers:
  362. (defun org-protocol-store-link (fname)
  363. "Process an org-protocol://store-link style url.
  364. Additionally store a browser URL as an org link. Also pushes the
  365. link's URL to the `kill-ring'.
  366. Parameters: url, title (optional), body (optional)
  367. Old-style links such as org-protocol://store-link://URL/TITLE are
  368. also recognized.
  369. The location for a browser's bookmark has to look like this:
  370. javascript:location.href = \\
  371. \\='org-protocol://store-link?url=\\=' + \\
  372. encodeURIComponent(location.href) + \\='&title=\\=' + \\
  373. encodeURIComponent(document.title);
  374. Don't use `escape()'! Use `encodeURIComponent()' instead. The
  375. title of the page could contain slashes and the location
  376. definitely will.
  377. The sub-protocol used to reach this function is set in
  378. `org-protocol-protocol-alist'.
  379. FNAME should be a property list. If not, an old-style link of the
  380. form URL/TITLE can also be used."
  381. (let* ((splitparts (org-protocol-parse-parameters fname nil '(:url :title)))
  382. (uri (org-protocol-sanitize-uri (plist-get splitparts :url)))
  383. (title (plist-get splitparts :title))
  384. orglink)
  385. (if (boundp 'org-stored-links)
  386. (setq org-stored-links (cons (list uri title) org-stored-links)))
  387. (kill-new uri)
  388. (message "`%s' to insert new org-link, `%s' to insert `%s'"
  389. (substitute-command-keys"\\[org-insert-link]")
  390. (substitute-command-keys"\\[yank]")
  391. uri))
  392. nil)
  393. (defun org-protocol-capture (info)
  394. "Process an org-protocol://capture style url with INFO.
  395. The sub-protocol used to reach this function is set in
  396. `org-protocol-protocol-alist'.
  397. This function detects an URL, title and optional text, separated
  398. by `/'. The location for a browser's bookmark looks like this:
  399. javascript:location.href = \\='org-protocol://capture?url=\\='+ \\
  400. encodeURIComponent(location.href) + \\='&title=\\=' \\
  401. encodeURIComponent(document.title) + \\='&body=\\=' + \\
  402. encodeURIComponent(window.getSelection())
  403. By default, it uses the character `org-protocol-default-template-key',
  404. which should be associated with a template in `org-capture-templates'.
  405. You may specify the template with a template= query parameter, like this:
  406. javascript:location.href = \\='org-protocol://capture?template=b\\='+ ...
  407. Now template ?b will be used."
  408. (if (and (boundp 'org-stored-links)
  409. (org-protocol-do-capture info))
  410. (message "Item captured."))
  411. nil)
  412. (defun org-protocol-convert-query-to-plist (query)
  413. "Convert QUERY key=value pairs in the URL to a property list."
  414. (if query
  415. (apply 'append (mapcar (lambda (x)
  416. (let ((c (split-string x "=")))
  417. (list (intern (concat ":" (car c))) (cadr c))))
  418. (split-string query "&")))))
  419. (defun org-protocol-do-capture (info)
  420. "Perform the actual capture based on INFO."
  421. (let* ((temp-parts (org-protocol-parse-parameters info))
  422. (parts
  423. (cond
  424. ((and (listp info) (symbolp (car info))) info)
  425. ((= (length (car temp-parts)) 1) ;; First parameter is exactly one character long
  426. (org-protocol-assign-parameters temp-parts '(:template :url :title :body)))
  427. (t
  428. (org-protocol-assign-parameters temp-parts '(:url :title :body)))))
  429. (template (or (plist-get parts :template)
  430. org-protocol-default-template-key))
  431. (url (and (plist-get parts :url) (org-protocol-sanitize-uri (plist-get parts :url))))
  432. (type (and url (if (string-match "^\\([a-z]+\\):" url)
  433. (match-string 1 url))))
  434. (title (or (plist-get parts :title) ""))
  435. (region (or (plist-get parts :body) ""))
  436. (orglink (if url
  437. (org-make-link-string
  438. url (if (string-match "[^[:space:]]" title) title url))
  439. title))
  440. (org-capture-link-is-already-stored t)) ;; avoid call to org-store-link
  441. (setq org-stored-links
  442. (cons (list url title) org-stored-links))
  443. (kill-new orglink)
  444. (org-store-link-props :type type
  445. :link url
  446. :description title
  447. :annotation orglink
  448. :initial region
  449. :query parts)
  450. (raise-frame)
  451. (funcall 'org-capture nil template)))
  452. (defun org-protocol-open-source (fname)
  453. "Process an org-protocol://open-source?url= style URL with FNAME.
  454. Change a filename by mapping URLs to local filenames as set
  455. in `org-protocol-project-alist'.
  456. The location for a browser's bookmark should look like this:
  457. javascript:location.href = \\='org-protocol://open-source?url=\\=' + \\
  458. encodeURIComponent(location.href)"
  459. ;; As we enter this function for a match on our protocol, the return value
  460. ;; defaults to nil.
  461. (let ((result nil)
  462. (f (plist-get (org-protocol-parse-parameters fname nil '(:url)) :url)))
  463. (catch 'result
  464. (dolist (prolist org-protocol-project-alist)
  465. (let* ((base-url (plist-get (cdr prolist) :base-url))
  466. (wsearch (regexp-quote base-url)))
  467. (when (string-match wsearch f)
  468. (let* ((wdir (plist-get (cdr prolist) :working-directory))
  469. (strip-suffix (plist-get (cdr prolist) :online-suffix))
  470. (add-suffix (plist-get (cdr prolist) :working-suffix))
  471. ;; Strip "[?#].*$" if `f' is a redirect with another
  472. ;; ending than strip-suffix here:
  473. (f1 (substring f 0 (string-match "\\([\\?#].*\\)?$" f)))
  474. (start-pos (+ (string-match wsearch f1) (length base-url)))
  475. (end-pos (string-match
  476. (regexp-quote strip-suffix) f1))
  477. ;; We have to compare redirects without suffix below:
  478. (f2 (concat wdir (substring f1 start-pos end-pos)))
  479. (the-file (concat f2 add-suffix)))
  480. ;; Note: the-file may still contain `%C3' et al here because browsers
  481. ;; tend to encode `&auml;' in URLs to `%25C3' - `%25' being `%'.
  482. ;; So the results may vary.
  483. ;; -- start redirects --
  484. (unless (file-exists-p the-file)
  485. (message "File %s does not exist.\nTesting for rewritten URLs." the-file)
  486. (let ((rewrites (plist-get (cdr prolist) :rewrites)))
  487. (when rewrites
  488. (message "Rewrites found: %S" rewrites)
  489. (mapc
  490. (lambda (rewrite)
  491. "Try to match a rewritten URL and map it to a real file."
  492. ;; Compare redirects without suffix:
  493. (if (string-match (car rewrite) f2)
  494. (throw 'result (concat wdir (cdr rewrite)))))
  495. rewrites))))
  496. ;; -- end of redirects --
  497. (if (file-readable-p the-file)
  498. (throw 'result the-file))
  499. (if (file-exists-p the-file)
  500. (message "%s: permission denied!" the-file)
  501. (message "%s: no such file or directory." the-file))))))
  502. result)))
  503. ;;; Core functions:
  504. (defun org-protocol-check-filename-for-protocol (fname restoffiles client)
  505. "Check if `org-protocol-the-protocol' and a valid protocol are used in FNAME.
  506. Sub-protocols are registered in `org-protocol-protocol-alist' and
  507. `org-protocol-protocol-alist-default'. This is how the matching is done:
  508. (string-match \"protocol:/+sub-protocol\\\\(://\\\\|\\\\?\\\\)\" ...)
  509. protocol and sub-protocol are regexp-quoted.
  510. Old-style links such as \"protocol://sub-protocol://param1/param2\" are
  511. also recognized.
  512. If a matching protocol is found, the protocol is stripped from
  513. fname and the result is passed to the protocol function as the
  514. first parameter. The second parameter will be non-nil if FNAME
  515. uses key=val&key2=val2-type arguments, or nil if FNAME uses
  516. val/val2-type arguments. If the function returns nil, the
  517. filename is removed from the list of filenames passed from
  518. emacsclient to the server. If the function returns a non-nil
  519. value, that value is passed to the server as filename.
  520. If the handler function is greedy, RESTOFFILES will also be passed to it.
  521. CLIENT is ignored."
  522. (let ((sub-protocols (append org-protocol-protocol-alist
  523. org-protocol-protocol-alist-default)))
  524. (catch 'fname
  525. (let ((the-protocol (concat (regexp-quote org-protocol-the-protocol) ":/+")))
  526. (when (string-match the-protocol fname)
  527. (dolist (prolist sub-protocols)
  528. (let ((proto (concat the-protocol
  529. (regexp-quote (plist-get (cdr prolist) :protocol)) "\\(:/+\\|\\?\\)")))
  530. (when (string-match proto fname)
  531. (let* ((func (plist-get (cdr prolist) :function))
  532. (greedy (plist-get (cdr prolist) :greedy))
  533. (split (split-string fname proto))
  534. (result (if greedy restoffiles (cadr split)))
  535. (new-style (string= (match-string 1 fname) "?")))
  536. (when (plist-get (cdr prolist) :kill-client)
  537. (message "Greedy org-protocol handler. Killing client.")
  538. (server-edit))
  539. (when (fboundp func)
  540. (unless greedy
  541. (throw 'fname
  542. (condition-case err
  543. (funcall func (org-protocol-parse-parameters result new-style))
  544. ('error
  545. (warn "Please update your org protocol handler to deal with new-style links.")
  546. (funcall func result)))))
  547. ;; Greedy protocol handlers are responsible for parsing their own filenames
  548. (funcall func result)
  549. (throw 'fname t))))))))
  550. fname)))
  551. (defadvice server-visit-files (before org-protocol-detect-protocol-server activate)
  552. "Advice server-visit-flist to call `org-protocol-modify-filename-for-protocol'."
  553. (let ((flist (if org-protocol-reverse-list-of-files
  554. (reverse (ad-get-arg 0))
  555. (ad-get-arg 0)))
  556. (client (ad-get-arg 1)))
  557. (catch 'greedy
  558. (dolist (var flist)
  559. ;; `\' to `/' on windows. FIXME: could this be done any better?
  560. (let ((fname (expand-file-name (car var))))
  561. (setq fname (org-protocol-check-filename-for-protocol
  562. fname (member var flist) client))
  563. (if (eq fname t) ;; greedy? We need the t return value.
  564. (progn
  565. (ad-set-arg 0 nil)
  566. (throw 'greedy t))
  567. (if (stringp fname) ;; probably filename
  568. (setcar var fname)
  569. (ad-set-arg 0 (delq var (ad-get-arg 0))))))))))
  570. ;;; Org specific functions:
  571. (defun org-protocol-create-for-org ()
  572. "Create a org-protocol project for the current file's Org-mode project.
  573. The visited file needs to be part of a publishing project in
  574. `org-publish-project-alist' for this to work. The function
  575. delegates most of the work to `org-protocol-create'."
  576. (interactive)
  577. (require 'org-publish)
  578. (let ((all (or (org-publish-get-project-from-filename buffer-file-name))))
  579. (if all (org-protocol-create (cdr all))
  580. (message "Not in an org-project. Did you mean `%s'?"
  581. (substitute-command-keys"\\[org-protocol-create]")))))
  582. (defun org-protocol-create (&optional project-plist)
  583. "Create a new org-protocol project interactively.
  584. An org-protocol project is an entry in
  585. `org-protocol-project-alist' which is used by
  586. `org-protocol-open-source'. Optionally use PROJECT-PLIST to
  587. initialize the defaults for this project. If PROJECT-PLIST is
  588. the cdr of an element in `org-publish-project-alist', reuse
  589. :base-directory, :html-extension and :base-extension."
  590. (interactive)
  591. (let ((working-dir (expand-file-name
  592. (or (plist-get project-plist :base-directory)
  593. default-directory)))
  594. (base-url "http://orgmode.org/worg/")
  595. (strip-suffix (or (plist-get project-plist :html-extension) ".html"))
  596. (working-suffix (if (plist-get project-plist :base-extension)
  597. (concat "." (plist-get project-plist :base-extension))
  598. ".org"))
  599. (worglet-buffer nil)
  600. (insert-default-directory t)
  601. (minibuffer-allow-text-properties nil))
  602. (setq base-url (read-string "Base URL of published content: " base-url nil base-url t))
  603. (if (not (string-match "\\/$" base-url))
  604. (setq base-url (concat base-url "/")))
  605. (setq working-dir
  606. (expand-file-name
  607. (read-directory-name "Local working directory: " working-dir working-dir t)))
  608. (if (not (string-match "\\/$" working-dir))
  609. (setq working-dir (concat working-dir "/")))
  610. (setq strip-suffix
  611. (read-string
  612. (concat "Extension to strip from published URLs (" strip-suffix "): ")
  613. strip-suffix nil strip-suffix t))
  614. (setq working-suffix
  615. (read-string
  616. (concat "Extension of editable files (" working-suffix "): ")
  617. working-suffix nil working-suffix t))
  618. (when (yes-or-no-p "Save the new org-protocol-project to your init file? ")
  619. (setq org-protocol-project-alist
  620. (cons `(,base-url . (:base-url ,base-url
  621. :working-directory ,working-dir
  622. :online-suffix ,strip-suffix
  623. :working-suffix ,working-suffix))
  624. org-protocol-project-alist))
  625. (customize-save-variable 'org-protocol-project-alist org-protocol-project-alist))))
  626. (provide 'org-protocol)
  627. ;;; org-protocol.el ends here