Skip to content

Commit

Permalink
fixed typo in 'as-mac-together-get-selected which prevented it from b…
Browse files Browse the repository at this point in the history
…eing found
  • Loading branch information
alander committed Apr 29, 2010
1 parent 3564e7c commit c7fb947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/org-mac-link-grabber.el
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ applications and inserting them in org documents"
"Open the given uid, which is a reference to an item in Together"
(shell-command (concat "open \"x-together-item:" uid "\"")))

(defun as-get-selected-togther-items ()
(defun as-get-selected-together-items ()
(do-applescript
(concat
"tell application \"Together\"\n"
Expand Down

0 comments on commit c7fb947

Please sign in to comment.