Skip to content

Instantly share code, notes, and snippets.

diff --git a/orgparse/node.py b/orgparse/node.py
index bd3afc3..2efa507 100644
--- a/orgparse/node.py
+++ b/orgparse/node.py
@@ -374,7 +374,10 @@ class OrgBaseNode(Sequence):
def __iter__(self):
yield self
level = self.level
+ nsl = self.next_same_level
for node in self.env._nodes[self._index + 1:]:
#include <Python.h>
#include <numpy/arrayobject.h>
#include <complex.h>
#include "ioAHMED.h"
#include "timeAHMED.h"
#include "vec3d.h"
#include "cmplx.h"
#include "bemcluster.h"
diff --git a/content/modules/shell.js b/content/modules/shell.js
index 0cc7320..a8af7f2 100644
--- a/content/modules/shell.js
+++ b/content/modules/shell.js
@@ -354,6 +354,9 @@ const shell =
add : add,
init : function () {
+ if (!localCommands)
+ localCommands = getLocalCommands();
Modified lisp/org.el
diff --git a/lisp/org.el b/lisp/org.el
index cf01800..0facd97 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -16899,9 +16899,7 @@ But do this only if the variable `org-display-custom-times' is set."
org-time-stamp-custom-formats)
time (org-fix-decoded-time t1)
str (format-time-string
- (concat
;;; eab-kbd.el ---
;; Copyright (C) 2010, 2011, 2012, 2013 Evgeny Boykov
;;
;; Author: artscan@list.ru
;; Keywords:
;; Requirements:
;; Status: not intended to be distributed yet
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun gblogger-post-entry ()
"Posts current Org entry to blogger"
(interactive)
(let ((body (org-get-entry))
(name (org-get-heading t t))
(tags (mapconcat 'identity (org-get-local-tags) ","))
(file-name (concat
temporary-file-directory
(make-temp-name "blogger-org-export-")