Skip to content

Instantly share code, notes, and snippets.

@mrvdb
mrvdb / GTD.org
Created May 25, 2011 09:48
Journaling setup

Journaling setup in orgmode

Here’s the info about setting up the journaling system.

The entry for the journaling template I use is this:

(setq org-capture-templates
      (quote (
	      ("j" "Journal" 
	       plain (file+datetree (concat org-directory "journal.org")) 
diff --git a/identica-mode.el b/identica-mode.el
index 455c493..f5f6fb8 100644
--- a/identica-mode.el
+++ b/identica-mode.el
@@ -284,9 +284,6 @@ ur1ca, tighturl, tinyurl, toly, google and isgd"
(defvar identica-timeline-data nil)
(defvar identica-timeline-last-update nil)
-(defvar identica-entry-spacing 2
- "The number of spaces to insert between entries.")
@mrvdb
mrvdb / gist:1027469
Created June 15, 2011 16:23
Patch for statusnet to work with rabbitmq 2.4.1
diff --git a/extlib/Stomp/Frame.php b/extlib/Stomp/Frame.php
index ab913d8..d024fe5 100644
--- a/extlib/Stomp/Frame.php
+++ b/extlib/Stomp/Frame.php
@@ -66,7 +66,7 @@ class StompFrame
$data = $this->command . "\n";
foreach ($this->headers as $name => $value) {
- $data .= $name . ": " . $value . "\n";
+ $data .= $name . ":" . $value . "\n";
diff --git a/identica-mode.el b/identica-mode.el
index 01e5588..c19cd7c 100644
--- a/identica-mode.el
+++ b/identica-mode.el
@@ -611,7 +611,7 @@ of identica-stripe-face."
(defcustom identica-load-hook nil
"Hook that is run after identica-mode.el has been loaded."
- :group 'identica
+ :group 'identica-mode
diff --git a/identica-mode.el b/identica-mode.el
index 01e5588..c19cd7c 100644
--- a/identica-mode.el
+++ b/identica-mode.el
@@ -611,7 +611,7 @@ of identica-stripe-face."
(defcustom identica-load-hook nil
"Hook that is run after identica-mode.el has been loaded."
- :group 'identica
+ :group 'identica-mode
(defun gist-created-callback (status)
(let ((location (cadr status)))
(message "Paste created: %s" location)
(kill-new location)
(when gist-view-gist
(browse-url location))
(kill-new location)
(kill-buffer (current-buffer))))
diff --git a/identica-mode.el b/identica-mode.el
index 01e5588..c19cd7c 100644
--- a/identica-mode.el
+++ b/identica-mode.el
@@ -611,7 +611,7 @@ of identica-stripe-face."
(defcustom identica-load-hook nil
"Hook that is run after identica-mode.el has been loaded."
- :group 'identica
+ :group 'identica-mode
diff --git a/identica-mode.el b/identica-mode.el
index 246bfcd..24a0f9a 100644
--- a/identica-mode.el
+++ b/identica-mode.el
@@ -600,7 +600,11 @@ of identica-stripe-face."
`((t nil)) "" :group 'faces)
(set-face-attribute 'identica-uri-face nil :underline t)
(add-to-list 'minor-mode-alist '(identica-icon-mode " id-icon"))
- (add-to-list 'minor-mode-alist '(identica-scroll-mode " id-scroll")))
+ (add-to-list 'minor-mode-alist '(identica-scroll-mode " id-scroll"))
// Testrun
$title = get_remotetitle($url,$maxread);
echo $title ."\n";
Loading /home/mrb/.emacs.d/mrb/custom.el (source)...
Loading paren...done
Loading /home/mrb/.emacs.d/mrb/custom.el (source)...done
Loading /home/mrb/.emacs.d/mrb/el-get.el (source)...
prefix key set to "C-c"
Loading /home/mrb/.emacs.d/mrb/el-get.el (source)...done
Loading /home/mrb/.emacs.d/mrb/global.el (source)...done
Loading /home/mrb/.emacs.d/mrb/visual.el (source)...
Turned ON changing cursor when Emacs is idle.
Loading /home/mrb/.emacs.d/mrb/visual.el (source)...done