Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
C
configurations
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Robert Helgesson
configurations
Commits
a1d96fc6
Verified
Commit
a1d96fc6
authored
Oct 18, 2020
by
Robert Helgesson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move org-refile configuration to own block
This fixes a few build warnings concerning undefined variables.
parent
8c8d3396
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
9 deletions
+15
-9
user/emacs.nix
user/emacs.nix
+15
-9
No files found.
user/emacs.nix
View file @
a1d96fc6
...
...
@@ -868,15 +868,6 @@ in
(setq org-tag-alist rah-org-tag-alist)
;; Refiling should include not only the current org buffer but
;; also the standard org files. Further, set up the refiling to
;; be convenient with IDO. Follows norang's setup quite closely.
(setq org-refile-targets '((nil :maxlevel . 2)
(org-agenda-files :maxlevel . 2))
org-refile-use-outline-path t
org-outline-path-complete-in-steps nil
org-refile-allow-creating-parent-nodes 'confirm)
;; Add some todo keywords.
(setq org-todo-keywords
'((sequence "TODO(t)"
...
...
@@ -1000,6 +991,21 @@ in
''
;
};
org-refile
=
{
enable
=
true
;
after
=
[
"org"
];
config
=
''
;; Refiling should include not only the current org buffer but
;; also the standard org files. Further, set up the refiling to
;; be convenient with IDO. Follows norang's setup quite closely.
(setq org-refile-targets '((nil :maxlevel . 2)
(org-agenda-files :maxlevel . 2))
org-refile-use-outline-path t
org-outline-path-complete-in-steps nil
org-refile-allow-creating-parent-nodes 'confirm)
''
;
};
org-superstar
=
{
enable
=
true
;
hook
=
[
"(org-mode . org-superstar-mode)"
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment