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
So I have several files with different parts of my document in them, and org-wc doesn't include their word count in its count. Is there a way to do this?
The text was updated successfully, but these errors were encountered:
This is also somewhat tricky, as the INCLUDE keyword can select what parts of the file to include in complex ways. It won’t work to just jump into the file, count words there, and include it.
Doing this "right" would involve doing the same steps as org-export, where the buffer is copied to a temporary buffer and INCLUDE keywords "expanded" (correct parts included and trees shifted). See org-export-as and org-export-expand-include-keyword. So we would need to make a buffer copy and run org-wc there, which presents some new problems (more complicated to put word count overlays on subtrees for example).
So I have several files with different parts of my document in them, and org-wc doesn't include their word count in its count. Is there a way to do this?
The text was updated successfully, but these errors were encountered: