On Mon, 11 Nov 2013 09:12:05 -0800 (PST) Chris George <[email protected]> wrote:
> What does @@ mean at the beginning of a headline? > > I searched through LeoDocs.leo and found the @asis section which tells me > what it does for @asis nodes, but I couldn't find a definition or > explanation anywhere else to tell me what it means for all other nodes. Typically @directives must start with precisely "@directive<space>" to be recognized, so @@directive is just a quick way of disabling them, making them into plain text that has no special meaning. @ignore serves the same purpose in some cases, and I think there are a few cases of "@ directive", i.e. disabling by inserting a space. There's at least one exception, the @bookmarks directive from bookmarks.py looks for @bookmarks anywhere in the headline, so @@ wouldn't disable it. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
