Skip to content

Commit

Permalink
Add missing quotation mark in orgguide.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkim0426 authored and XVilka committed May 9, 2020
1 parent 66d9443 commit ecdc5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/orgguide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ Agenda files~

You can change the list of agenda files like this:
>
let g:org_agenda_files = ['~/org/index.org', ~/org/project.org']
let g:org_agenda_files = ['~/org/index.org', '~/org/project.org']
<

Also globbing is allowed. This makes it easy to use ALL *.org files in a
Expand Down

0 comments on commit ecdc5b2

Please sign in to comment.