summaryrefslogtreecommitdiff
path: root/lisp/init-org.el
AgeCommit message (Collapse)Author
2016-01-12Rewrite configuration with use-packageKyle Meyer
2016-01-06Add command org-refile-list-itemKyle Meyer
2016-01-06Add file headersKyle Meyer
2015-12-15org-babel-do-load-languages: Update sh nameKyle Meyer
This has been wrong for a long time. ob-sh.el was renamed to ob.shell.el in Org version 8.2, so org-babel-do-load-languages was loading the builtin ob-sh.el. I didn't notice any issue until a recent change in Org removed a function that ob-sh.el calls.
2015-10-25org-capture-templates: Update for file renameKyle Meyer
2015-10-21Don't autoload org-link-editKyle Meyer
2015-10-14km/org-open-file-at-point: Add fallback promptKyle Meyer
2015-09-01Limit some avy-goto-subword-1 variants to one windowKyle Meyer
2015-09-01org: Don't switch to notmuch for storing gnus linksKyle Meyer
2015-08-29Rework org-structure-template-alistKyle Meyer
* Don't manually make lower case variants. * Add name template. * Remove Muse-like tags.
2015-08-26Remove org-babel-delete-all-resultsKyle Meyer
Command org-babel-remove-result-one-or-many can already do this.
2015-08-21Remove km/avy-goto-subword-1Kyle Meyer
This is fixed upstream as of a6cfeda ("avy.el (avy-goto-subword-0): Don't offer invisible chars", 2015-08-21).
2015-08-12org-open-file-at-point: Recognize regionKyle Meyer
2015-08-09Revert "Remove km/avy-goto-subword-1"Kyle Meyer
This reverts commit 808e4c576e1b751570ea8436bc89b697ea2fa35a. I was mistaken about being mistaken. Calling avy-goto-subword-1 in Org with folded headings assigns candidates to hidden text.
2015-07-31Remove km/avy-goto-subword-1Kyle Meyer
I added this because avy-goto-subword-1 was offering invisible text in Org mode buffers as candidates. However, this no longer seems to be the case (and perhaps I was mistaken to begin with or there was something else going on, because I don't see an obvious commit in the avy repo that changes this behavior.)
2015-07-29Update org-latex-default-packages-alistKyle Meyer
788d15e removed wasysym.
2015-07-14init-org.el: Remove sectionKyle Meyer
2015-07-14Remove org-struct hooksKyle Meyer
2015-06-23Load ox-md with OrgKyle Meyer
2015-06-22Rewrite org-clone-and-shift-by-repeaterKyle Meyer
As of Org mode commit 329683861cc85aa, org-clone-subtree-with-time-shift accepts a value of 0, which allows a repeating subtree to be replaced with a non-repeating subtree and a shifted, repeating subtree. Rewrite org-clone-and-shift-by-repeater to use the new org-clone-subtree-with-time-shift. As an added bonus, this means that org-clone-and-shift-by-repeater now supports scheduled items and time stamps, not just deadlines
2015-06-12org-open-file-at-point: Support Org linksKyle Meyer
2015-06-11Use dired-jump for org-open-link-directoryKyle Meyer
2015-06-10Make avy-goto-subword-1 variant for agendaKyle Meyer
Call org-agenda-do-context-action after jumping, just like org-agenda-next-line.
2015-06-10Move binding under correct headingKyle Meyer
2015-05-29Use avy instead of ace-jump-modeKyle Meyer
2015-05-27Fix docstring typoKyle Meyer
2015-05-13Org capture: Use checkitems for revisit itemsKyle Meyer
2015-05-07org-delete-checked-items: Combine letsKyle Meyer
2015-05-06Add command org-md-export-unfilled-bufferKyle Meyer
The advantage of this over use km/export-wrapped-text with md buffer is that it respects code blocks.
2015-05-06Advice org-md-paragraph to fill contentsKyle Meyer
2015-04-23Org: Add org-babel-delete-all-results commandKyle Meyer
2015-04-04Org: Check "SORT" property after refilingKyle Meyer
2015-04-04Org: Add property-dependent sorting functionsKyle Meyer
2015-04-03Rewrite org-sort-parentKyle Meyer
Search for whole heading line instead of using org-find-exact-headline-in-buffer.
2015-03-15Org capture: Move point before copied textKyle Meyer
2015-03-10Switch from ido to helmKyle Meyer
2015-02-28Setup Org Link EditKyle Meyer
2015-02-28Make 'Link' heading in Org setup fileKyle Meyer
2015-02-28Add PubMed link type for OrgKyle Meyer
2015-02-28Replace noflet instance with cl-letfKyle Meyer
2015-02-28Prepend new entries when captureKyle Meyer
2015-02-28Add capture templates for Visit/Revisit headingsKyle Meyer
2015-02-28Rewrite org-refile-dwim-target-fileKyle Meyer
2015-02-20Rebind some 'j' bindingsKyle Meyer
2015-02-18Add command org-open-link-directoryKyle Meyer
2015-02-18Use separate function for org-refile-dwimKyle Meyer
2015-02-18Don't indent in Org Contacts capture templateKyle Meyer
I've set org-adapt-indentation to nil (b8ffd041f).
2015-02-18Add org-open-at-point-stay as speed commandKyle Meyer
2015-02-18Add command org-delete-checked-itemsKyle Meyer
2015-02-15Rewrite org-sort-heading-ignoring-articlesKyle Meyer