[Orgmode] Errors in git?

2009-08-03 Thread Michael Zeller
+ filename) (backup-inhibited t) (buffer (find-file-noselect filename)) (region (buffer-string))) Apologies if this is just something I did wrong, but all I did was git clone and change the Makefile! Not su

Re: [Orgmode] Include mechanism for web publishing

2009-07-28 Thread Michael Zeller
Opps, for some reason the important portion didn't copy. You'll have to forgive me, I'm still learning gnus. Michael Zeller writes: > diff --git a/doc/org.texi b/doc/org.texi > index e28b185..43cd2ab 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -8262,13

Re: [Orgmode] Include mechanism for web publishing

2009-07-28 Thread Michael Zeller
) - (cond ((equal (downcase markup) "src") - (setq start (format "#+begin_src %s %s\n" - (or lang "fundamental") - (or switches "")) - end "#+end_src")) - ((equal (downcase markup) "org") nil) - (t (setq start (format "#+begin_%s %

Re: [Orgmode] emacs on the iPhone

2009-07-21 Thread Michael Zeller
s/.Settings to bring up the Wifi settings and register without buying a dataplan. I spend about $10 a month prepaid and use Skype for everything else. > > Greetings > > Sven Thanks, ~Michael Zeller ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: org-style folding for a .emacs

2009-07-15 Thread Michael Zeller
lors like org-mode does. Hope that helps, ~Michael Zeller Sébastien Vauban writes: > Hello Michael, > >>> Does anyone have a recipe for easy org-style folding of an elisp file? I'd >>> like to divide my .emacs into segments to make it easier to oversee and >>

Re: [Orgmode] org-style folding for a .emacs

2009-07-13 Thread Michael Zeller
guessing you mean to make segments such as ;;* SHORTCUTS and ;;* VARIABLES, this will do that, but not too much more. I haven't tried hideshow before, but this solution has worked for me in other modes, particularly in R-mode, where you use #*, #**, etc, instead. Just remember to activate outlin