Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org2blog/export #120

Closed
redguardtoo opened this issue May 6, 2013 · 1 comment
Closed

org2blog/export #120

redguardtoo opened this issue May 6, 2013 · 1 comment

Comments

@redguardtoo
Copy link

When I try to org2blog/wp-post-subtree,I got the error message:
symbol's value as variable is void: org-export-html-special-string-regexps

Here is my org-subtree:

* How to use keyboard to navigate feedly.com                                    :en:keysnail:emacs:
  :PROPERTIES:
  :ID:       o2b:efc2e27e-8a71-4950-9b64-ad4aa5269ce9
  :POST_DATE: [2013-05-06 一 23:59]
  :END:
Here is the detailed steps,
1. Install [[https://github.com/mooz/keysnail][keysnail]] (a firefox addon)
2. Install [[https://github.com/mooz/keysnail/wiki/plugin][HoK]] (no less than version 1.3.9) through keysnail
3. Add below code into .keysnail.js
#+BEGIN_SRC javascript
key.setViewKey('e', function (aEvent, aArg) {
        ext.exec("hok-start-foreground-mode", aArg);
}, 'Hok - Foreground hint mode', true);

key.setViewKey('E', function (aEvent, aArg) {
        ext.exec("hok-start-background-mode", aArg);
}, 'HoK - Background hint mode', true);

key.setViewKey(';', function (aEvent, aArg) {
        ext.exec("hok-start-extended-mode", aArg);
}, 'HoK - Extented hint mode', true);

key.setViewKey(['C-c', 'C-e'], function (aEvent, aArg) {
        ext.exec("hok-start-continuous-mode", aArg);
}, 'Start continuous HaH', true);

hook.addToHook('PluginLoaded', function () {
  if (!plugins.hok)
    return;

  /* HoK 1.3.9+ requried */
  plugins.hok.pOptions.selector = plugins.hok.pOptions.selector
    /* feedly */
    + ", *[data-uri]"
    + ", *[data-selector-toggle]"
    + ", *[data-page-action]"
    + ", *[data-app-action]"
  ;
});
#+END_SRC
4. Restart Firefox, logged into [[http://www.feedly.com]] and press hot key "e"
5. Enjoy!

Screen shot: [[file:image/keysnail-hok-feedly-screenshot-nq8.png]]

Environment: emacs 24.2.1, org-8.0.2 .

punchagan added a commit that referenced this issue Sep 14, 2013
@punchagan
Copy link
Member

Works with org-8.0.6 on org-8-experimental branch.

punchagan added a commit that referenced this issue May 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants