Maximilian Wolff
f68cfc0975
Revise helpful layer
...
Streamlined keybindings
Adjust helpful-mode to work well with evil bindings
2019-12-07 00:15:49 +01:00
Johnson Denen
5485099263
Add helpful layer
2019-12-06 23:27:43 +01:00
milserk
9f5e76e091
Fix typo "verbose" -> "verbatim"
...
The description for `SPC m x v` reads "make region verbose." However, this keybinding actually invokes `spacemacs/org-verbatim`.
2019-12-05 06:35:53 +01:00
duianto
dd070e3b75
[semantic] Moved toggle keys to the layer
...
SPC T S and SPC T C-S showed void variable
semantic-stickyfunc messages when the semantic
layer wasn't installed.
2019-12-03 20:24:58 +00:00
jaremko
9c2cb17e54
doc fixes and new tags
2019-11-08 17:09:01 +00:00
emacspace
c91779aff4
documentation formatting: Fri Nov 8 16:03:53 UTC 2019
2019-11-08 16:08:22 +00:00
duianto
1de8157a5c
Unfold org headings from helm-ag and magit
...
Unfold org headings to a target line when opening a .org file from:
helm-ag, magit diff or blame buffers
2019-10-19 23:47:45 +02:00
Billy Wade
59ba80853d
[org] Make README point to org-re-reveal instead of org-reveal
2019-10-19 21:57:26 +02:00
Lorenzo Manacorda
4b810795ea
org-mode: Document more insertion bindings
...
`C-RET` and `C-S-RET`, from https://orgmode.org/manual/Structure-editing.html .
2019-10-10 21:21:28 +02:00
syl20bnr
584392bd92
[core] Fix layer dependencies based on layer variables
...
There was a edge case with the declaration of the `lsp` layer in `layers.el`
files.
The `hy` layer depends on the `python` layer which in turn depends on the `lsp`
layer if and only if the `python-backend` layer variable is set to `lsp`.
When the `hy` layer was declared first then it declares the `python` layer
without its layer variables, thus the `lsp` layer was not declared because the
`python-backend` variable was not set.
The fix is to gather all the layer dependencies and resolve them only after all
the used layers have been declared.
* new function `configuration-layer/declare-layer-dependencies`
* replace all calls to `configuration-layer/declare-layer` by the new function
except for distribution layers (we declare layer dependencies right away in
distribution layers)
2019-09-30 02:00:48 -04:00
Miciah Masters
cca2405f7d
[org] Document how to open today's journal
...
Fix issue #12168 by documenting that the SPC u SPC a o j j key binding can
be used to open today's journal without adding a new entry.
* layers/+emacs/org/README.org: Add key binding.
2019-09-17 20:06:41 +02:00
Simon Pintarelli
0750b4e72c
update org-layer: helm-org is now a separate package
2019-08-11 20:31:48 +02:00
Enze Chi
56ae091b62
remove duplicated code
2019-08-01 12:57:12 +02:00
syl20bnr
009777f6cf
Add pre-dump for org, emacs-lisp and helm
2019-07-26 16:33:10 -04:00
Oguz Serbetci
c023542948
Add org-brain bindings for visiting entries and adding headlines and resources
2019-07-14 22:39:57 +02:00
Mariusz Klochowicz
d6c8df3d00
Add org-pomodoro keybinding in org-journal-mode.
2019-07-04 13:03:20 +02:00
emacspace
7b406a016a
documentation formatting: Fri Jun 14 07:02:59 UTC 2019
2019-06-15 10:49:33 +02:00
Andrew Grangaard
17c4219d05
Update reveal.js cdn url for new format and v3.8.0
...
* jsdeliver url format changed from `<project>/<version>/file` to `npm/<project>@<version>/<file>` sometime in 2017.
The old urls still work, but they aren't getting updated.
* The current reveal.js version is 3.8.0
current CDN version: https://cdn.jsdelivr.net/npm/reveal.js@3.8.0
2019-06-14 08:56:19 +02:00
Sebastian Nagel
ba2edbb530
Add ox-jira as org export backend to org layer
...
Optionally enable is using org-enable-jira-support layer variable
2019-06-12 20:45:28 +02:00
emacspace
4610076709
documentation formatting: Thu May 30 07:45:00 UTC 2019
2019-05-30 22:56:18 +03:00
Kirill A. Korinsky
ffffb90868
Introduced support of org-jira
2019-05-28 17:08:06 +02:00
emacspace
c7c348a676
documentation formatting: Sun May 26 20:58:52 UTC 2019
2019-05-27 01:23:35 +03:00
Oguz Serbetci
0d08e69f89
Fix typo on org-brain-add-friendship binding.
2019-05-20 19:43:44 +02:00
clwgg
6d406e034d
Add org-cut-subtree key-bind to org layer
...
This binds org-cut-subtree to ~SPC m s d~, similar in spirit to other 'delete'
bindings in evil-mode emacs.
2019-05-18 00:09:07 +02:00
Anton-Latukha
f6660f82d4
Switch to the new layers generator
2019-05-15 21:08:21 +03:00
syl20bnr
5fc026d5ae
[org] Add documentaion about org-cliplink
2019-05-12 22:01:26 -04:00
bb2020
d7686199c8
[org] Add org-cliplink package
2019-05-12 22:13:41 +02:00
syl20bnr
c2f14a2498
[org] Sort key bindings
2019-05-12 10:19:35 -04:00
syl20bnr
c444a00c48
[org] Change transient key tc to ti for clock issues
...
As the most important keyword here is "issues", the clock is already referenced
with the t prefix wihich is about "time".
2019-05-12 10:15:09 -04:00
Benjamin Hipple
363fbc4f39
[org] Add agenda transient keybinding for org-agenda-show-clocking-issues
...
As documented upstream [1], the `org-agenda-show-clocking-issues` view can be
used to show overlapping clocks, gaps, etc. on the agenda, and is bound by
default to `v c`. This commit adds a keybinding it in the org-agenda transient mode.
This may not be the best place for it, because it isn't a proper toggle;
upstream says to clear the issues flags by toggling logbook mode itself and does
not provide a clocking issues toggle directly.
[1] https://orgmode.org/manual/Agenda-commands.html#Agenda-commands
2019-05-06 22:43:04 +02:00
Bet4
bb86989775
semantic: enable company and disable idle summary when gtags is enabled
2019-05-04 17:18:28 +02:00
Bet4
9e2606a2df
semantic: Don't let semanticdb search system databases
2019-05-04 17:18:28 +02:00
Bet4
0692ca140c
Revert "Make Semantic fast"
...
This reverts commit 9acfcf3c9e
.
2019-05-04 17:18:28 +02:00
JAremko
5d02b1c4bb
Add more tags
2019-05-03 03:44:19 +03:00
Emil Petersen
5e0c456431
Add SPC m i i for org-insert-item
...
This command helps to insert list items.
2019-04-27 00:43:22 +02:00
emacspace
202da65b1c
documentation formatting: Sun Apr 21 20:04:25 UTC 2019
2019-04-22 23:16:20 +02:00
JAremko
23842fa77e
Simplify descriptions of layers
2019-04-21 22:09:34 +03:00
duianto
eebc238803
Add ibuffer square brackets filter group motion
...
Match the magit buffer section/sibling navigation keys (bound in evil-magit) and
the evil-collections motion section also suggests using [ and ] for navigation
between sections.
And list the default ibuffer filter group motion bindings:
Forward: TAB and M-n
Backward: S-TAB and M-p
2019-04-21 00:02:50 +02:00
Langston Barrett
d18f9da683
Add org-brain keybindings
2019-04-18 19:37:41 +02:00
Compro-Prasad
9af46cba9e
Fixes #10762 Added support for user labels in LaTeX exports from org
...
See #10731 for further references
2019-04-16 23:06:15 +02:00
Francesc Elies Henar
cf498b01dc
Fix org-clock-resolve-clock keybinding
...
In newer version than 9.1.12 org-clock-resolve-clock is no longer an
interactive function, this change broke bindings like ~SPC a o C j~
2019-04-15 20:54:18 +02:00
emacspace
e852e5ad57
documentation formatting: Sun Apr 7 17:59:01 UTC 2019
2019-04-08 13:42:42 +02:00
vishvanath45
3fca351e08
[org] Add ePUB support
2019-04-07 14:39:48 +02:00
Langston Barrett
022b0b3823
org layer: add support for org-sticky-header-mode
2019-04-07 10:58:43 +02:00
duianto
a622918563
Revert "[org] Add epub support"
...
This reverts commit 238be0227b
.
2019-04-06 21:41:54 +02:00
vishvanath45
238be0227b
[org] Add epub support
...
Toggle variable named `org-enable-epub-support` lets user enable/disable epub
support.
2019-04-06 20:43:59 +02:00
Magnus Therning
9e3340b8c3
Replace ox-reveal with org-re-reveal
...
Adressing #11935
Just a naive `s/ox-reveal/org-re-reveal`, but it seems to work.
2019-04-04 12:25:24 +02:00
Justin Stone
79fed0f108
remove reference to fixed bug
...
According to org-projectile's repo, this bug has been fixed:
https://github.com/IvanMalison/org-projectile/issues/10
Recommending the reference be removed from the documentation.
2019-01-20 14:24:37 +02:00
Marty Buchaus
c754e5f86d
update keybindings trying to copy from org.
2019-01-15 01:10:13 +02:00
Sam Pillsworth
6d9dbcf6bb
Updates org-layer key bindings for Org 9.2 release
2019-01-15 01:00:53 +02:00