Heya, some testing and suggestions...
* `org-version' is 4.36b in the last release (should be 4.37, no ?) * I like the new `org-export' behavior, but (1) the [t] key ("insert the export option template") is not defined; (2) the [x] key (XOXO export) is somewhat confusing, since no global C-x key is available anymore (maybe use [O]?) Suggestions: * Keeping stored link after insertion often depends on the link we need to insert. So `org-keep-stored-link-after-insertion' is OK, but some way to control this for every insertion (overriding the default value of the variable above) would be useful. Maybe C-u C-u C-u C-c C-l is okay ? * What about a default description with stored links ? For example, the default for a file would be the name of the file, the default for a w3m buffer would be the title of the page, the default for a bibtex entry would be some apalike (or user defined) formatted string, and so on. * org-narrow-to-current-level This is defined in org-blogging.el; i always use it when editing some big org file. (defun org-narrow-to-current-level nil "Narrow to current level." (interactive) (narrow-to-region (or (save-excursion (re-search-backward "^\\(\\*+\\) " nil t)) (point-min)) (or (save-excursion (re-search-forward (concat "^" (regexp-quote (substring (match-string 1) 0 (1- (length (match-string 1))))) "\\*? ") nil t) (match-beginning 0)) (point-min)))) Best regards, -- Bastien _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode