[O] [PATCH] add support for configurable nested lists in org-export-generic

2011-11-29 Thread Rob Giardina
diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index 12bbcdb..97b9134 100644 --- a/contrib/lisp/org-export-generic.el +++ b/contrib/lisp/org-export-generic.el @@ -475,9 +475,6 @@ in this way, it will be wrapped." (setq org-generic-export-type "demo") -(defva

[O] [PATCH] fix quoting in org-agenda-with-point-at-orig-entry (apparently unused except in my CLOSED prop sorting code)

2011-11-29 Thread Rob Giardina
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 0a98fbe..5a7614c 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1741,8 +1741,8 @@ If STRING is non-nil, the text property will be fetched from position 0 in that string. If STRING is nil, it will be fetched from the beginnin