UP | HOME

Org API

Table of Contents

Org-ICalendar API functions (org-icalendar.el)

org-icalendar-cleanup-string s &optional is-body maxlength

Take out stuff and quote what needs to be quoted. When is-body is non-nil, assume that this is the body of an item, clean up whitespace, newlines, drawers, and timestamps, and cut it down to maxlength characters.

org-icalendar-cleanup-string-rfc2455 s &optional is-body maxlength

Take out stuff and quote what needs to be quoted. When is-body is non-nil, assume that this is the body of an item, clean up whitespace, newlines, drawers, and timestamps, and cut it down to maxlength characters. This seems to be more like RFC 2455, but it causes problems, so it is not used right now.

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.