Giter Site home page Giter Site logo

dot-emacs's People

Contributors

novoid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dot-emacs's Issues

Question

Hi,

I am trying to config pylookup in emacs for python.3.5.3 in Windows. Please let me ask you some
questions.

  1. Is pylookup able to work with any python version?
  2. How can I generate the pylookup.db in windows?
    I tested with MINGW64:
$ ./pylookup.py -u python-3.5.3-docs-html
Wait for a few seconds...
Fetching index from 'file://C:/home_frey/.emacs.d/user/site-lisp/pylookup/python-3.5.3-docs-html/genindex-all.html'
Error: fetching file from 'file://C:/home_frey/.emacs.d/user/site-lisp/pylookup/python-3.5.3-docs-html/genindex-all.html'
Wait for a few seconds...
Fetching index from 'file://C:/home_frey/.emacs.d/user/site-lisp/pylookup/python-3.5.3-docs-html/genindex.html'
Error: fetching file from 'file://C:/home_frey/.emacs.d/user/site-lisp/pylookup/python-3.5.3-docs-html/genindex.html'
Failed to load index for input 'file://C:/home_frey/.emacs.d/user/site-lisp/pylookup/python-3.5.3-docs-html'

The pylookup.db is generated but with 0KB (empty)

  1. In emacs I setup the enviroment variable to see pylookup.py. Nontheless, when I execute pylookup-lookup-at-point the following message appears:
    Searching for program: No such file or directory, pylookup.py

Thank for your time

org-agenda-category-alist fix

Backquote syntax is the answer to your problems :)

(add-to-list 'org-agenda-category-icon-alist
  `("detego" ,(concat my-user-emacs-directory "bin/detego-inwarehouse-logo-D_only_16x16.png") nil nil :ascent center))

help with cbthunderlink setup

Hello,

I need some help to make cb_thunderlink work on my Debian machine...

I've added the following to my init.el:

;; modify this for your system
(setq thunderlink-program "/home/vk/cb_thunderlink/cb_thunderlink")

(defun my-open-message-id-in-thunderbird (message-id)
"open an email with a given message-ID in Thunderbird"
(interactive)
(start-process
 (concat "thunderlink: " message-id)
 nil
 thunderlink-program
 (concat "thunderlink://messageid=" message-id)
 )
)

(when (not (string-equal system-type "darwin"))

  (defun org-message-thunderlink-open (slash-message-id)
    "Handler for org-link-set-parameters that converts a standard message:// link into
   a thunderlink and then invokes thunderbird."
    ;; remove any / at the start of slash-message-id to create real message-id
    (let ((message-id
           (replace-regexp-in-string (rx bos (* ":"))
                                     ""
                                     slash-message-id)))
      (my-open-message-id-in-thunderbird message-id)
  ))

  ;; on message://aoeu link, this will call handler with //aoeu
  (org-link-set-parameters "messageid" :follow #'org-message-thunderlink-open)
  )

and after I create a (cb)thunderlink in Thunderbird and store it in my *.org file, when I try to follow/open it, I get something like:

org-link-search: No match for fuzzy expression: cbthunderlink://....

What do I miss in my setup?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.