20140327-notes

#Time-stamp: 2014-03-27 20:53:27 arne

Table of Contents

1 multiple-cursors

1.1 mc/mark-next-like-this, for example bound to C->

2 org-mode

2.1 C-c C-e h / C-c C-e b => export to HTML

2.2 frustration with version 8, HTML export makes multi-file export

2.3 Time-stamp

2.3.1 (add-hook 'before-save-hook 'time-stamp) + #Time-stamp: <>

2.4 org-capture : quick note taking with org-mode by Florian

2.4.1 for quickly capturing ideas

2.4.2 org-capture-templates variable contains the templates

(setq org-capture-templates
 '(("t" "Todo" entry (file+headline "~/org/gtd.org" "Tasks")
        "* TODO %?\n  %i\n  %a")

   ("j" "Journal" entry (file+datetree "~/org/journal.org")
             "* %?\nEntered on %U\n  %i\n  %a")

   ("n" "Note" plain
     (file (concat "~/Schreiben/notes.org"))
       "\n%?\n\n%T\n"
        :kill-buffer t :prepend t :empty-lines 1)))

2.4.3 (org-capture) does the capturing

3 grizzl

3.1 completion system, can work with projectile

4 projectile

4.1 projectile-ag: search files in project

4.2 projectile-commander

4.3 alternatives: eproject, textmate-mode

5 tags

5.1 M-* pop back to previous tags

5.2 alternatives: breadcrumb

6 Question: gow to better manage windows

6.1 popwin-mode

6.1.1 Make windows like grep, help, smaller and auto-closing

6.2 perspective

6.2.1 Concept of workspaces

7 not-much

7.1 Huebsch! they have an icon

7.2 works with Maildir, keep all your emails locally

7.3 fast local search

7.4 Store link to org file (part of org-not-much-contrib)

7.5 alternatives: wanderlust, mu4e

8 abl-mode

8.1 TDD mode for Python

8.2 creates isolated env per project+branch

9 Emacs configs of the group

Date: 2014-03-28T12:02+0100

Author: Arne

Org version 7.9.3f with Emacs version 24

Validate XHTML 1.0