Explorar el Código

Add NOBLOCKING to org-default-properties

This allows setting the NOBLOCKING property by hitting C-c C-c on
the :PROPERTIES: drawer
Bernt Hansen hace 16 años
padre
commit
187dac5f8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -11152,7 +11152,7 @@ but in some other way.")
     "LOCATION" "LOGGING" "COLUMNS" "VISIBILITY"
     "TABLE_EXPORT_FORMAT" "TABLE_EXPORT_FILE"
     "EXPORT_FILE_NAME" "EXPORT_TITLE" "EXPORT_AUTHOR" "EXPORT_DATE"
-    "ORDERED")
+    "ORDERED" "NOBLOCKING")
   "Some properties that are used by Org-mode for various purposes.
 Being in this list makes sure that they are offered for completion.")