<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evil-org-mode.git/README.org, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/'/>
<entry>
<title>implement use-package `:hook` syntax in readme</title>
<updated>2020-10-22T10:13:51+00:00</updated>
<author>
<name>Ilja Kocken</name>
<email>japhir@users.noreply.github.com</email>
</author>
<published>2020-10-22T10:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=0caaaa73b8c126b14efffb83ba235d6943cce023'/>
<id>0caaaa73b8c126b14efffb83ba235d6943cce023</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reflect changed key bindings on README</title>
<updated>2020-09-22T23:57:14+00:00</updated>
<author>
<name>crocket</name>
<email>748856+crocket@users.noreply.github.com</email>
</author>
<published>2020-09-22T23:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=613d53e92dbd869e4edf9324420fde317033d595'/>
<id>613d53e92dbd869e4edf9324420fde317033d595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update repo name in manual install instructions</title>
<updated>2020-01-03T06:47:54+00:00</updated>
<author>
<name>Terry Sun</name>
<email>terrynsun@gmail.com</email>
</author>
<published>2020-01-03T06:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=9d258931e551fe4d834df79350da5ed4dfa2f09a'/>
<id>9d258931e551fe4d834df79350da5ed4dfa2f09a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update installation guilde using use-package</title>
<updated>2018-03-21T06:30:26+00:00</updated>
<author>
<name>topecongiro</name>
<email>seuchida@gmail.com</email>
</author>
<published>2018-03-21T06:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=83afc94b00833930a7d1639daf5bdeaa63626ece'/>
<id>83afc94b00833930a7d1639daf5bdeaa63626ece</id>
<content type='text'>
The current installation guide for `use-package` is missing a setting
for `evil-org-agenda`. This PR adds it so that we can simply copy and
paste the installation guide to our config file :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current installation guide for `use-package` is missing a setting
for `evil-org-agenda`. This PR adds it so that we can simply copy and
paste the installation guide to our config file :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add org-agenda key bindings</title>
<updated>2017-11-28T21:08:56+00:00</updated>
<author>
<name>Pierre Neidhardt</name>
<email>ambrevar@gmail.com</email>
</author>
<published>2017-11-28T21:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=dfaa09d657b6c8798c2389160b979153acee91ea'/>
<id>dfaa09d657b6c8798c2389160b979153acee91ea</id>
<content type='text'>
* org-agenda: Init

* org-agenda: Require evil and org

* org-agenda: Bind org-agenda-redo-all to "gR" to match org-agenda-redo

* org-agenda: Document setup and include table of bindings

* Use "s" for filtering and "~" to toggle marks

* org-agenda: Make HJKL and M-&lt;hjkl&gt; consistent with defaults

Former bindings were leftovers of a previous experimentation.

* org-agenda: Bind "*" to mark all

* README: Add Emacs default bindings to the org-agenda table

* org-agenda: Bind "pe", "pt" to org-agenda-set-* and "o" to org-timer-set-timer

"z" conflicts with the dispatcher.

* org-agenda: Disable the todo-*set functions

* org-agenda: Move the "set" functions to the "c" prefix (for "[c]hange")

* org-agenda: Bind org-agenda-date-prompt and org-agenda-show-the-flagging-note

* org-agenda: Follow evil-collection rationale

- Use "gj" and "gk".
- Use S-RET to "open in other window" and "M-RET" to "display in other window".
- Leave "o" free as it is often recommended for sorting.

* org-agenda: Bind C-S-h/C-S-l to org-agenda-todo-*set

* README.org: Update org-agenda table
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* org-agenda: Init

* org-agenda: Require evil and org

* org-agenda: Bind org-agenda-redo-all to "gR" to match org-agenda-redo

* org-agenda: Document setup and include table of bindings

* Use "s" for filtering and "~" to toggle marks

* org-agenda: Make HJKL and M-&lt;hjkl&gt; consistent with defaults

Former bindings were leftovers of a previous experimentation.

* org-agenda: Bind "*" to mark all

* README: Add Emacs default bindings to the org-agenda table

* org-agenda: Bind "pe", "pt" to org-agenda-set-* and "o" to org-timer-set-timer

"z" conflicts with the dispatcher.

* org-agenda: Disable the todo-*set functions

* org-agenda: Move the "set" functions to the "c" prefix (for "[c]hange")

* org-agenda: Bind org-agenda-date-prompt and org-agenda-show-the-flagging-note

* org-agenda: Follow evil-collection rationale

- Use "gj" and "gk".
- Use S-RET to "open in other window" and "M-RET" to "display in other window".
- Leave "o" free as it is often recommended for sorting.

* org-agenda: Bind C-S-h/C-S-l to org-agenda-todo-*set

* README.org: Update org-agenda table
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Reference new calendar key theme</title>
<updated>2017-11-04T11:47:04+00:00</updated>
<author>
<name>Pierre Neidhardt</name>
<email>ambrevar@gmail.com</email>
</author>
<published>2017-10-24T16:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=0719a442929288d66bbf8884198c52646a5e3fa4'/>
<id>0719a442929288d66bbf8884198c52646a5e3fa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explain how to fix `TAB` in terminal Emacs</title>
<updated>2017-08-08T11:03:59+00:00</updated>
<author>
<name>Somelauw</name>
<email>Somelauw</email>
</author>
<published>2017-08-08T11:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=1725325eae0e3bf3609cb1a86effaa790afcc5de'/>
<id>1725325eae0e3bf3609cb1a86effaa790afcc5de</id>
<content type='text'>
Cherry-picked from NicholasTD07-patch-1

Author: Nicholas T &lt;NicholasTD07@users.noreply.github.com&gt;
Date:   Sun Aug 6 14:08:34 2017 +1000

    Explain how to fix `TAB` not working as expected

    `TAB` won't work as expected in some cases. All you have to do is disable `evil-want-C-i-jump`.

Author: Somelauw &lt;Somelauw&gt;
Date:   Tue Aug 8 12:59:43 2017 +0200

    Add heading "common issues" above tab-explanation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cherry-picked from NicholasTD07-patch-1

Author: Nicholas T &lt;NicholasTD07@users.noreply.github.com&gt;
Date:   Sun Aug 6 14:08:34 2017 +1000

    Explain how to fix `TAB` not working as expected

    `TAB` won't work as expected in some cases. All you have to do is disable `evil-want-C-i-jump`.

Author: Somelauw &lt;Somelauw&gt;
Date:   Tue Aug 8 12:59:43 2017 +0200

    Add heading "common issues" above tab-explanation
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation in keythemes.org</title>
<updated>2017-06-12T10:43:35+00:00</updated>
<author>
<name>Somelauw</name>
<email>Somelauw</email>
</author>
<published>2017-06-12T00:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=1ef6200355bc0e68a7560006d4bc78ad2bf0d3f0'/>
<id>1ef6200355bc0e68a7560006d4bc78ad2bf0d3f0</id>
<content type='text'>
- More use of markup.
- Table cells use lowercase letters.
- More explanation on what the different text objects do

Also add worf to "See Also" in README.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- More use of markup.
- Table cells use lowercase letters.
- More explanation on what the different text objects do

Also add worf to "See Also" in README.md
</pre>
</div>
</content>
</entry>
<entry>
<title>README.org: evil-mode link: bitbucket to github</title>
<updated>2017-06-10T13:53:31+00:00</updated>
<author>
<name>duianto</name>
<email>duianto@users.noreply.github.com</email>
</author>
<published>2017-06-10T13:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=35977ab5ce14f567bd336e698d6c4c761e6476b6'/>
<id>35977ab5ce14f567bd336e698d6c4c761e6476b6</id>
<content type='text'>
The evil repository has migrated from bitbucket to github.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The evil repository has migrated from bitbucket to github.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4 from GuiltyDolphin/patch-1</title>
<updated>2017-06-10T13:07:39+00:00</updated>
<author>
<name>Somelauw</name>
<email>Somelauw@gmail.com</email>
</author>
<published>2017-06-10T13:07:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil-org-mode.git/commit/?id=a54abd0965dee1a5ac83c79ffb57c9ae04a2ad88'/>
<id>a54abd0965dee1a5ac83c79ffb57c9ae04a2ad88</id>
<content type='text'>
Correct name of evil-org-mode in See Also</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct name of evil-org-mode in See Also</pre>
</div>
</content>
</entry>
</feed>
