[Orgmode] Re: patch: link to the log of an ERC session

2008-01-10 Thread Michael Olson
of doing that before, but I like the idea. Planner's ERC integration causes a new conversation to that person to be launched when clicking on its generated link. I could see merits in each approach. -- Michael Olson -- FSF Associate Member #652 | http://mwolso

[Orgmode] Re: Git org and Emacs CVS

2008-03-23 Thread Michael Olson
o-emacs script: ./scripts/sync-to-emacs - Check in the changes to Emacs using CVS. Or use git, checking in the change locally and then doing "git cvsexportcommit" to migrate that change to CVS. The latter option requires commit access to CVS and use of the read-only public

Re: [Orgmode] Re: Git org and Emacs CVS

2008-04-28 Thread Michael Olson
Carsten Dominik <[EMAIL PROTECTED]> writes: > Just did my first sync-from-emacs, seems to have gone all right! Glad to hear it. -- | Michael Olson | FSF Associate Member #652 | | http://mwolson.org/ | Hobbies: Lisp, HCoop | | Projects: Emacs, Muse, ERC, EMMS, E

[Emacs-orgmode] Interaction of org-mode and Muse (was: Adapting org-mode to my needs)

2006-04-26 Thread Michael Olson
such as Markdown and reSt. Perhaps org-mode syntax could be supported as well. If someone is familiar with both modes, feel free to suggest ways that they could complement one another. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text marku

Re: [Emacs-orgmode] Interaction of org-mode and Muse

2006-04-27 Thread Michael Olson
ving two projects with different markup syntaxes. One way of accomplishing this might be to make the regexps in most publishing rules to be variables, so that buffer-local values for them can be set. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text ma

[Emacs-orgmode] Re: Midnight and noon in agendas

2006-06-02 Thread Michael Olson
t would have the nice effect of giving people more hours in a day. I'm sure everyone could use that. :^) -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | IRC: mwolson on f

[Emacs-orgmode] Re: org-publish future ?

2006-06-06 Thread Michael Olson
the goals for the next+1 release of Muse, however. A very optimistic estimate for this functionality would be October 2006. A more practical estimate would be December 2006. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols

[Emacs-orgmode] Re: [David O'Toole] Fwd: Re: org-publish future ?

2006-06-06 Thread Michael Olson
ing that limits my possibilities to a subset of > LaTeX is a loss, not a gain. That may be true for those who have LaTeX experience. For those who don't, *any* decent attempt at making it easier to generate LaTeX documents from Org files would be a gain. -- Michael Olson -- FSF Ass

Re: [Emacs-orgmode] Re: [David O'Toole] Fwd: Re: org-publish future ?

2006-06-06 Thread Michael Olson
#x27;t get me wrong: I'm not proposing that anyone actually implement this for Org, I'm just defending the hypothetical existence of such a publisher. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_h

Re: [Emacs-orgmode] Re: org-publish future ?

2006-06-07 Thread Michael Olson
#x27;t be done, but I'm going to try to make it possible before this current release, as a "future-proofing" measure. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | |

[Emacs-orgmode] Re: Attention XEmacs users

2006-06-20 Thread Michael Olson
:\"." (cond ((fboundp 'file-remote-p) (file-remote-p file)) ((fboundp 'tramp-handle-file-remote-p) (tramp-handle-file-remote-p file)) ((and (boundp 'ange-ftp-name-format) (string-match ange-ftp-name-format file)) t)

[Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-15 Thread Michael Olson
html#sec3 for details on how to check out the code with developer access (available upon joining the remember-el project at https://gna.org/projects/remember-el/), or http://www.emacswiki.org/cgi-bin/wiki/RememberMode#RememberMode5 for how to check out the project as a non-developer. -- Michael Olson

[Orgmode] Re: convert region to html?

2007-05-19 Thread Michael Olson
e "*" (with-current-buffer buf (insert text) (muse-publish-markup-buffer title style) (goto-char (point-min)) (let ((inhibit-read-only t)) (remove-text-properties (point-min) (point-max) '(rear-nonsticky ni

[Orgmode] Re: emacs on the N800

2007-09-29 Thread Michael Olson
g/temp/emacsOrgN800.jpg > http://turingmachine.org/~dmg/temp/emacsOrgN800full.jpg That looks really cool. I'd love to see Emacs take off on handheld devices. -- Michael Olson -- FSF Associate Member #652 | http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | |

[Orgmode] Re: void-function remember-buffer

2007-11-01 Thread Michael Olson
there is no function > 'remember-buffer' which org.el in Emacs explicitly used. > > I think fixes are needed to make org.el work with remember.el in Emacs. I didn't realize that other modes were using remember-buffer when I renamed it to remember-finalize. I've ad