UP | HOME

Org API

Table of Contents

Org-IRC API functions (org-irc.el)

org-irc-elipsify-description string &optional after

Remove unnecessary white space from string and add ellipses if necessary. Strip starting and ending white space from string and replace any chars that the value after with '…'

org-irc-erc-get-line-from-log erc-line

Find the best line to link to from the ERC logs given erc-line as a start. If the user is on the ERC-prompt then search backward for the first non-blank line, otherwise return the current line. The result is a cons of the filename and search string.

org-irc-erc-store-link

Store a link to the IRC log file or the session itself. Depending on the variable org-irc-link-to-logs store either a link to the log file for the current session or an irc: link to the session itself.

org-irc-get-current-erc-port

Return the current port as a number. Return the current port number or, if none is set, return the ERC default.

org-irc-get-erc-link

Return an org compatible irc:/ link from an ERC buffer.

org-irc-parse-link link

Parse an IRC link and return the attributes found. Parse a link that looks like server:port/chan/user (port, chan and user being optional) and return any of the port, channel or user attributes that are found.

org-irc-store-link

Dispatch to the appropriate function to store a link to an IRC session.

org-irc-visit link

Parse link and dispatch to the correct function based on the client found.

org-irc-visit-erc link

Visit an ERC buffer based on criteria found in link.

Documentation from the http://orgmode.org/worg/ website (either in its HTML format or in its Org format) is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and css stylesheets are licensed under the GNU General Public License v3 or later.