|
@@ -3426,7 +3426,8 @@ means to push this value onto the list in the variable.")
|
|
(org-set-local 'org-lowest-priority (nth 1 prio))
|
|
(org-set-local 'org-lowest-priority (nth 1 prio))
|
|
(org-set-local 'org-default-priority (nth 2 prio)))
|
|
(org-set-local 'org-default-priority (nth 2 prio)))
|
|
(and props (org-set-local 'org-file-properties (nreverse props)))
|
|
(and props (org-set-local 'org-file-properties (nreverse props)))
|
|
- (and ftags (org-set-local 'org-file-tags ftags))
|
|
|
|
|
|
+ (and ftags (org-set-local 'org-file-tags
|
|
|
|
+ (mapcar 'org-add-prop-inherited ftags)))
|
|
(and drawers (org-set-local 'org-drawers drawers))
|
|
(and drawers (org-set-local 'org-drawers drawers))
|
|
(and arch (org-set-local 'org-archive-location arch))
|
|
(and arch (org-set-local 'org-archive-location arch))
|
|
(and links (setq org-link-abbrev-alist-local (nreverse links)))
|
|
(and links (setq org-link-abbrev-alist-local (nreverse links)))
|