update packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; ob-css.el --- Babel Functions for CSS -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2009-2025 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric Schulte
|
||||
;; Keywords: literate programming, reproducible research
|
||||
@@ -36,7 +36,7 @@
|
||||
(defvar org-babel-default-header-args:css '())
|
||||
|
||||
(defun org-babel-execute:css (body _params)
|
||||
"Execute a block of CSS code.
|
||||
"Execute BODY of CSS code.
|
||||
This function is called by `org-babel-execute-src-block'."
|
||||
body)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user