Search found 3 matches

by dagst47
Wed Jun 05, 2013 8:44 am
Forum: Emacs
Topic: org-mode, display only unchecked items in a list
Replies: 0
Views: 15342

org-mode, display only unchecked items in a list

In org-mode using a checkbox list (which I understand falls outside of the agenda views) I cannot find a way to display only the unchecked items on a list, or sort a list putting unchecked items first. Assigning a TODO on each item wouldn't be practical- for example, if you have a large grocery list...
by dagst47
Thu May 23, 2013 9:55 pm
Forum: Emacs
Topic: org-mode and yasnippet incompatibility
Replies: 0
Views: 15757

org-mode and yasnippet incompatibility

Using Aquamacs 2.4 (built on Emacs 23.3.50.1) with yasnippet 0.6.1. Whenever i'm in org-mode, after calling "M-x yas/minor-mode", <tab> does not expand the snippet from the shortcut snippet name, but I can still insert a snippet by using the menu. I even tried calling "yas/snippet-exp...
by dagst47
Sat May 11, 2013 10:03 am
Forum: Common Lisp
Topic: When does lisp use binary vs. base-10?
Replies: 4
Views: 9957

When does lisp use binary vs. base-10?

Hi all- I'm on a mission to learn about computers (beyond just using gui programs), and I've decided to tackle LISP. Working my way through the examples in the book Land of Lisp (by Dr. Barski, written to cover ANSI Common Lisp), I don't understand when lisp evaluates a number as base 10 versus bina...