Liking cljdoc? Tell your friends :D

orgmode.block


add-line-elementclj

(add-line-element lines z line)

Parse line for inline elements and add sequence at z.

Parse line for inline elements and add sequence at z.
sourceraw docstring

add-table-formulaclj

(add-table-formula z s)

Add table formula at z, splitting s into separate formulas.

Add table formula at z, splitting s into separate formulas.
sourceraw docstring

append-table-lineclj

(append-table-line z s)

Append table row s to location z. Splits s into fields

Append table row s to location z. Splits s into fields
sourceraw docstring

attrib-reclj

Attribute Regular Expression that captures the attribute name and any values (as a single string)

Attribute Regular Expression that captures the attribute name and
any values (as a single string)
sourceraw docstring

block-close-reclj

Regex that matches the end of a begin block

Regex that matches the end of a begin block
sourceraw docstring

block-open-reclj

Regex that matches the start of a begin_* block. It captures the type of block along with any parameters (as a single string)

Regex that matches the start of a begin_* block. It captures the
type of block along with any parameters (as a single string)
sourceraw docstring

comment-reclj

Regex that matches an inline comment

Regex that matches an inline comment
sourceraw docstring

enclosing-plain-listclj

(enclosing-plain-list z level)

Move z up to appropiate level enclosing the current list

Move z up to appropiate level enclosing the current list
sourceraw docstring

footnote-def-reclj

Regex denoting a footnote definition. Captures identifier and definition

Regex denoting a footnote definition. Captures identifier and
definition
sourceraw docstring

handle-last-linecljmacro

(handle-last-line [line z] & body)

Macro to help break out of further processing if line is nil. Returns root of z

Macro to help break out of further processing if line is
nil. Returns root of z
sourceraw docstring

headline-reclj

Regex that matches headlines and todo items. This regex does a bunch of work and captures the leading stars, TODO or DONE tags, headline text, and tags.

Regex that matches headlines and todo items. This regex does a
bunch of work and captures the leading stars, TODO or DONE tags,
headline text, and tags.
sourceraw docstring

move-levelclj

(move-level z level)

Given level, move up z until the location is an appropiate place to add elements at level.

Given level, move up z until the location is an appropiate place to
add elements at level.
sourceraw docstring

next-lineclj

(next-line [line & rest] z)
source

parse-attribclj

(parse-attrib [& rest] z [_ name values])

At current location z, add attribute with name and values

At current location z, add attribute with name and values
sourceraw docstring

parse-blockclj

(parse-block [line & rest] z)
(parse-block [& rest] z [_ type attribs])

Parse a block structure, keeping attribues and adding lines until an end tag is encountered

Parse a block structure, keeping attribues and adding lines until
an end tag is encountered
sourceraw docstring

parse-commentclj

(parse-comment [& rest] z [_ comment])

At current location z, add comment with parsed text

At current location z, add comment with parsed text
sourceraw docstring

parse-footnoteclj

(parse-footnote [& rest] z [_ nid fid text])

Add current location z, add a footnote definition

Add current location z, add a footnote definition
sourceraw docstring

parse-headlineclj

(parse-headline [& rest] z [_ stars todo headline tag])

Insert a headline at z and make it the new location.

Insert a headline at z and make it the new location.
sourceraw docstring

parse-linesclj

(parse-lines coll)

Parse coll as org-mode formatting

Parse coll as org-mode formatting
sourceraw docstring

parse-plain-listclj

(parse-plain-list [line & rest :as lines] z)
(parse-plain-list [line & rest :as lines] z [_ lvl idx text :as params])

Parse a plain list, keeping track of any nested heirarchy.

Parse a plain list, keeping track of any nested heirarchy.
sourceraw docstring

parse-propertyclj

(parse-property [line & rest] z)
(parse-property [& rest] z _)

Parse a property block, adding property keys and values until an end tag is encountered

Parse a property block, adding property keys and values until an
end tag is encountered
sourceraw docstring

parse-tableclj

(parse-table [& lines] z [_ tblline])

Parse a table to add at location z

Parse a table to add at location z
sourceraw docstring

plain-list-reclj

Regex that matches a plain list. This regex captues leading spaces, the bullets or indices, and item text

Regex that matches a plain list. This regex captues leading spaces,
the bullets or indices, and item text
sourceraw docstring

prop-open-reclj

Regex for the beginning of a properties block

Regex for the beginning of a properties block
sourceraw docstring

property-line-reclj

Regex that captures property keys and values from within a properties drawer

Regex that captures property keys and values from within a
properties drawer
sourceraw docstring

table-formula-reclj

Regex to match table formula. Caputes the list of formulas as one string

Regex to match table formula. Caputes the list of formulas as one
string
sourceraw docstring

table-reclj

Regex to match table lines. Captures fields as one string

Regex to match table lines. Captures fields as one string
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close