Lucius Hu
bc27203615
Removed legacy codes for emacs-version < 25.1 ( #14497 )
2021-04-28 05:04:53 +00:00
wildwestrom
635c326c0a
fixed asciidoc export
...
Fixed ox-asciidoc as per issue #14695
I just deleted one line, tested it, and it works again.
2021-04-26 22:19:42 -04:00
emacspace
eddf1dc460
documentation formatting: Fri Apr 23 14:03:32 UTC 2021
2021-04-23 23:00:39 +03:00
Kjartan Óli Ágústsson
ec2c511c6f
Add support for org-roam-protocol ( #14687 )
...
Co-authored-by: Lucius Hu <1222865+lebensterben@users.noreply.github.com>
2021-04-21 19:40:33 +00:00
wildwestrom
70be2c03d8
Added asciidoc support. ( #14689 )
...
You can now export org files as asciidoc documents.
2021-04-21 12:46:33 -04:00
Maximilian Wolff
347ac504d8
[helpful] Make layer alias standard describe-functions
2021-04-15 21:14:23 +00:00
emacspace
4471024721
[bot] Auto-update ( #14648 )
...
* documentation formatting: Thu Apr 15 19:58:45 UTC 2021
* Built-in files auto-update: Thu Apr 15 19:57:01 UTC 2021
2021-04-15 22:16:34 +02:00
JAremko
aae6c11957
fix rest of doc links
2021-04-14 14:30:19 +03:00
JAremko
278a27d5b0
Make TravisCI happy.
2021-04-14 13:59:44 +03:00
duianto
4262e01f11
[doc] Fix links
2021-04-13 11:38:33 +02:00
Daniel Nicolai
0570e14144
Add docs agenda usage recommendations ( #14587 )
...
* Point org-journal to dalanicolai's fork (temporarily)
The Spacemacs for using org-journal are written, assuming that some PR's by
dalanicolai get merged. As the merge takes more time than expected, we
temporarily point Spacemacs to use his fork.
Additionally, a subsequent commit that adds agenda usage recommendations also
assumes these org-journal PR's got merged.
* Add to docs agenda usage recommendations
The Emacs documentation is not very clear about the best way to use org-agenda,
especially regarding integration of the diary into org. This commit adds most
sensible configuration recommendations.
- fix/improve docs for org-wild-notifier
- document how to use agenda (recommendations)
2021-04-09 21:44:19 +02:00
emacspace
95a703b684
documentation formatting: Fri Apr 9 11:56:19 UTC 2021
2021-04-09 21:41:03 +02:00
Maximilian Wolff
5fd1976e05
[org] Fix startup and document key bindings
...
When org-roam support was not on startup
of emacs was broken due to referencing
an unbound variable.
Also added the new bindings to the
docs.
2021-04-08 18:43:15 +00:00
Kjartan Óli Ágústsson
d77e76e9f7
Add support for the org-roam-server package
...
Co-authored-by: Lucius Hu <1222865+lebensterben@users.noreply.github.com>
2021-04-08 18:29:22 +00:00
syl20bnr
97cd83e169
Apply GPLv3 terms explicitly to all elisp files
2021-03-25 22:59:32 -04:00
syl20bnr
d55a9e2e67
Update header for year 2021
2021-03-25 22:59:32 -04:00
Kazark
4e2413856d
[org] add keybinding for org-copy-tree as with org-cut-tree
...
Used =y= as a mnemonic for yank (in the Vim, not the Emacs, sense).
2021-03-19 13:09:21 +01:00
winsphinx
8f1b6b1e04
Prefer downloading org-appear from melpa
2021-03-19 09:08:42 +01:00
Maximilian Wolff
780a96cfac
[org] Fix unsupported fuzzy link in docs
2021-03-16 23:22:43 +01:00
Daniel Nicolai
4bcdc36f0f
Add org-wild-notifier to org-layer
...
This PR should be a better replacement for #14396 . See the last comment of that
PR for motivation.
2021-03-15 18:57:58 +00:00
winsphinx
fb41915c5b
[org] Add org-appear support ( #14482 )
...
* [org] Add org-appear support
* fixes for org-appear support
2021-03-14 09:47:11 +01:00
Kjartan Óli Ágústsson
151d4db884
Add keybindings for org-roam-alias-add ( #14480 )
...
* Add keybindings for org-roam-alias-add.
* Fix typo.
Remove unintended t from org-roam-alias-add binding
2021-03-13 23:45:55 +01:00
duianto
69f21eaaa0
[org][org-brain] Add SPC menu (vim or hybrid style)
...
Fixes: org-brain doesn't have SPC menu
https://github.com/syl20bnr/spacemacs/issues/13548
2021-02-28 22:12:37 +01:00
Maximilian Wolff
cf82ac2ed3
[org] Make org layer activate org-roam-global-minor-mode
...
Org layer must activate org-roam-mode once it is
fully loaded to ensure proper integration if one
of the org-roam files are opened.
Fix #14411
2021-02-23 23:12:52 +01:00
emacspace
7eaa072234
documentation formatting: Sat Feb 13 22:58:15 UTC 2021
2021-02-14 00:00:32 +01:00
Daniel Nicolai
44add11c7a
Add auto hide tabs feature to tabs layer
...
Ideally it would be great to implement tabs switch with C-tab (or C-}) that
shows the tabs as long as C is pressed. However Emacs does not support key
release events so this function uses a timer as a workaround.
To me Emacs looks better when tabs are hidden, and also packages like
pdf-continuous-scroll-mode break when tabs are shown.
2021-02-13 23:55:17 +01:00
Daniel Nicolai
a747c1eadd
Improve better-dafault docs about possible bindings shadowed
2021-02-13 09:48:49 +01:00
duianto
9375d6f54d
Add missing space before defun args parens
2021-02-10 08:51:55 +01:00
emacspace
68444f5487
documentation formatting: Sun Feb 7 21:35:33 UTC 2021
2021-02-07 23:25:33 +01:00
Daniel Nicolai
3c1526fcd4
Fix doc org-contacts
2021-02-07 23:23:30 +01:00
Maximilian Wolff
d264d04698
[org] Manually load org-contacts during agenda config
...
Removing this statement seems to create issues,
lets see if adding it back resolves them again.
See #14297 for details.
2021-02-07 23:19:55 +01:00
Maximilian Wolff
b82f505fba
[org] Try to fix eval errors caused by org-contacts-support
2021-02-07 21:08:03 +01:00
Maximilian Wolff
2341448531
[org] Revise org-contacts support
2021-02-07 08:13:26 +00:00
Daniel Nicolai
3a02c12ca7
Add org-contacts to org layer
...
Org-contacts is a handy contacts management system. It can be used to manage
(email) addresses (compatible with gnus, mu4e, notmuch etc.), birthdays and
more. It is much simpler than bbdb/ebdb and probably powerful enough for most
users.
2021-02-07 06:50:59 +00:00
winsphinx
662201fc05
diminish valign
...
That's too long for too much space.
2021-02-04 22:41:23 +01:00
Ben Swift
ca75239108
[org] add keybinding for org-roam-dailies-find-date
2021-02-03 22:39:04 +01:00
emacspace
8c18c1fc30
documentation formatting: Mon Jan 25 02:14:21 UTC 2021
2021-01-25 09:01:25 +02:00
duianto
7ffcae0360
[org] Update org-enable-valign
...
Move the org-enable-valign variable definition
and the valign package setup to the org layer.
Document the variable.
2021-01-24 22:58:34 +01:00
Daniel Bankmann
981621e000
Add variables for configuration of startup of the @Org perspective.
...
Add Readme part
2021-01-19 21:48:28 +01:00
emacspace
73cc5b24f3
documentation formatting: Mon Jan 11 22:39:03 UTC 2021
2021-01-14 13:22:53 +02:00
Harvey Chapman
d053b4aebc
[helpful] Add missing global key bindings
...
- In addition to the spacemacs leader keys, also replace the default emacs
keybindings under `C-h`
- Fix a documentation copy-paste mistake for `SPC h d v`
2021-01-11 22:39:27 +01:00
Daniel Bankmann
e734f6a9a7
Add some missing key bindings for org-agenda
2021-01-10 20:06:14 +01:00
Daniel Bankmann
58c26f8e64
Fix issue #14250 by unshadowing 'K'
2021-01-10 20:04:00 +01:00
Daniel Nicolai
bd1631bdce
Add org-journal-open-current-journal-file keybinding
...
In my opinion this is an elementary org-journal command that should have a
keybinding.
2021-01-09 09:02:44 +01:00
Daniel Nicolai
11345a8392
Add consistent org-agenda transient-state keybinding
...
I do not see any reason why the keybinding to enter org-agenda should not be on
`. ,`. Therefore I propose here to make that keybinding consistent with the
keybindings for entering transient states in most/all other modes
2021-01-03 09:00:09 +01:00
Fan Yang
8f093ff2a3
Configure org-roam to lazy load
...
Set up autoload for a few org-roam commands via use-package.
Replace a number of obsolete functions (org-roam-dailies-...).
2020-12-30 21:11:30 +01:00
Brad DeMorrow
184bb2b008
Add tR hotkey for org-table-recalculate-buffer-tables ( #14130 )
...
* Add tR hotkey for org-table-recalculate-buffer-tables
* Update Documentation
Co-authored-by: Brad DeMorrow <brad@demorrow.net>
2020-11-12 23:16:06 +01:00
Maximilian Wolff
0046448c81
[org] Fix key binding table formating
2020-11-12 22:52:55 +01:00
Marty Buchaus
836d5c315e
Org roam tag bindings ( #14109 )
...
* add org-roam tag-add and tag-delete +prefix
Co-authored-by: madand <dev@madand.net>
2020-11-12 22:50:31 +01:00
madand
4c2fcc13cb
[org] Activate insert state after some org-insert-* commands
...
Having to manually press i after using any of these commands is annoying to say
the least. This commit affects the following commands:
- org-insert-drawer
- org-insert-heading
- org-insert-item
- org-insert-structure-template
Change to org-insert-heading also affects other commands that use it
internally (e.g. org-insert-subheading).
2020-11-02 19:49:51 +01:00