Skip to content

Instantly share code, notes, and snippets.

View flub's full-sized avatar
💭
¯\_(ツ)_/¯

Floris Bruynooghe flub

💭
¯\_(ツ)_/¯
View GitHub Profile
; call trello2org interactively
; or pragmatically like this: (trello2org "c:/Users/jfurtney/blo-up-2-7.json")
(require 'json)
(defun convert-trello-json-file-to-org (trello-json-file)
(let* ((board (json-read-file trello-json-file))
(board-name (cdr (assoc 'name (cdr board))))
(lists (cdr (assoc 'lists (cdr board))))
@srid
srid / README.txt
Created October 15, 2010 16:41
Patches used in ActivePython 2.7 for building on AIX 5.1.
Contact sridharr@activestate.com for more info.