You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem: Within a code block, when poly-org-mode is enabled, (org-entry-properties) returns nil. This seems to be the same for various other org-specific functions.
(My specific use case is calling org-babel-tangle, which seems to be broken by this, although I haven't tested extensively).
It would be nice to be able to execute code within the context of the "other" mode, perhaps via a macro (poly-with-org-mode ...), or if the issue affects other poly mode-pairings, (poly-with-outer-mode ...).
This issue may be related to other issues that are already on here - I looked but couldn't tell. Apologies if it's effectively a duplicate.
The text was updated successfully, but these errors were encountered:
Within inner (non-org) modes there is no org mode. The workaround is to advice those functions which should be working across all modes to execute in the base org-mode buffer.
Glad to have found this discussion as it precisely addresses issue I was about to raise, namely that org-babel-demarcate-block does not work when called from inner mode. The solution is to
Hello! Discovered this package today & love it.
My problem: Within a code block, when poly-org-mode is enabled,
(org-entry-properties)
returnsnil
. This seems to be the same for various other org-specific functions.(My specific use case is calling org-babel-tangle, which seems to be broken by this, although I haven't tested extensively).
It would be nice to be able to execute code within the context of the "other" mode, perhaps via a macro
(poly-with-org-mode ...)
, or if the issue affects other poly mode-pairings,(poly-with-outer-mode ...)
.This issue may be related to other issues that are already on here - I looked but couldn't tell. Apologies if it's effectively a duplicate.
The text was updated successfully, but these errors were encountered: