all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* add names to org-babel-header-arg-names
@ 2019-09-06 21:28 Charles Millar via Emacs-orgmode
  0 siblings, 0 replies; only message in thread
From: Charles Millar via Emacs-orgmode @ 2019-09-06 21:28 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org


Hi,

To avoid errors while running org-lint in an org file with many recutils
source blocks I have added the following to my init.el file

(setq recutils-babel-header-arg-names '(data type fields join sort groupby))
   ;; cmdline already included in org-babel-header-arg-names so not part 
of above list
(setq org-babel-header-arg-names (concatenate 'list 
org-babel-header-arg-names recutils-babel-header-arg-names))

It appears that there are no problems, Never the less,

Is there a "better" way? For that matter, is there a safer way?

Charlie Millar

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-06 21:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-06 21:28 add names to org-babel-header-arg-names Charles Millar via Emacs-orgmode

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.