[O] How do I make org-mode columnview show all file results?

2014-03-12 Thread Bill Harris
ntries? Thanks, Bill -- Bill Harris http://facilitatedsystems.com/weblog/

Re: [Orgmode] File-level execute permissions?

2010-09-28 Thread Bill Harris
"Eric Schulte" writes: > Yes, you'll need to pull a copy of Org-mode from the git repository, > anything pulled after the date of my last message will work. Eric, Thanks, Bill -- Bill Harris http://makingsense.facilitatedsystems.com

[Orgmode] SQLite in 7.01h?

2010-09-18 Thread Bill Harris
;m running this test with GNU Emacs 22.2.1 on Debian Stable; I'm running sqlite3 version 3.5.9. What am I missing? Can you give me an example SQLite source code block that works? Thanks, Bill - -- Bill Harris http://makingsense.facilitatedsystems.com/ Facilitated Systems

Re: [Orgmode] SQLite in 7.01h?

2010-09-18 Thread Bill Harris
Bill Harris writes: > I've gotten v 7.01h to work on Debian Stable and XP for R, elisp, and > sh, but I can't figure out how to make it work for SQLite. I did enable > SQLite as one of the languages, but, when I execute the following > section, I get "No org-babel-

[Orgmode] File-level execute permissions?

2010-09-24 Thread Bill Harris
element I can set that asks one time for the entire file (or session, perhaps) for execute permission? I think that would be safer than blindly turning on permission, for I'd at least get one opportunity to abort exporting if I was surprised by the existence of src blocks. Thanks, Bill - --

Re: [Orgmode] File-level execute permissions?

2010-09-25 Thread Bill Harris
ut I do want a reminder that there is one or more code blocks in a file before I blithely execute the entire thing. Bill -- Bill Harris http://makingsense.facilitatedsystems.com/ Facilitated Systems Everett, WA 98208 USA http://www.facilitatedsystems.

Re: [Orgmode] File-level execute permissions?

2010-09-27 Thread Bill Harris
you pull down the latest version of > Org-mode. I've got 7.01h. I presume you mean something newer than that? Bill -- Bill Harris http://makingsense.facilitatedsystems.com/ Facilitated Systems Everett, WA 98208 USA http://www.facilitate

[O] Problem with J Source Code Blocks in Org Mode

2017-12-10 Thread Bill Harris
nput) (sit-for .1) (buffer-substring-no-properties beg (point-max)) Tips? Thanks, Bill PS: I'm running Emacs v25.1.1 and org mode 9.1.3. There's a bit more info at http://jsoftware.com/pipermail/general/2017-December/037363.html. -- Bill Harris

Re: [O] Problem with J Source Code Blocks in Org Mode

2017-12-12 Thread Bill Harris
Nicolas, Thanks for the idea. It turns out I also got a suggestion on the J General list, and that one worked. See http://jsoftware.com/pipermail/general/2017-December/037375.html. Bill