Joachim Osnabryg | 31 Dec 00:06
Picon
Favicon

org- & remember-mode in Aquamacs - How to get it work?

Hi,

I'm rather new to Aquamacs (&Emacs). After the first successful 
steps to use Aquamacs to write and compile .tex documents I'm now 
trying to get the org- & remember-mode to work for me as a 
To-Do-, Day Planner, Notes and Ideas container etc.

Lost before the "blackbox", I decided to adopt John Wiegley's 
configuration for that (to begin with), as described at
http://www.newartisans.com/2007/08/using-org-mode-as-a-day-planner.html#comment-247

I put his configuration code into my
~/Library/Preferences/Aquamacs\ Emacs/Preferences.el

> (require 'org-install)
> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
> etc …

Furthermore I copied his day planning template to ~/todo.org

I tried to proceed with "So, let’s enter a group of tasks. If 
you’re using “My configuration” from above, hit C-M-r followed by 
the t key to input a new task."

Instead of getting a Task, I just get the characters »®t« by 
pressing C-M-r, i. e. ctrl+alt+r on my MacBook.

Given that the e-mail-list remember-el-discuss <at> gna.org (at least 
at the newsgroup gmane.emacs.remember.general) has had it's last 
post on 30.04.09, I address this question for help also to 
(Continue reading)

Wei-Wei Guo | 30 Apr 04:44
Picon

Can Remember use multiple backend?

Dear all,

I want to use remember writing notes with the rst-mode backend and planning my tasks
with the org-mode backend. Can I do this?

Best wishes,
Wei-Wei
mwolson | 18 Apr 16:30
Picon
Picon

[commit][master] remember.texi: Update copyright notice and version.

commit c427b154533c7a560dc0b130caff6bc328b7bdc0
Author: Michael W. Olson <mwolson <at> gnu.org>
Date:   Fri Apr 18 07:29:25 2008 -0700

    remember.texi: Update copyright notice and version.

diff --git a/ChangeLog b/ChangeLog
index a40cd1c..0497aef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-18  Michael Olson  <mwolson <at> gnu.org>
+
+	* remember.texi: Update copyright notice and version.
+
 2008-04-16  Michael Olson  <mwolson <at> gnu.org>

 	* Release Remember 2.0.
diff --git a/remember.texi b/remember.texi
index acffd9e..b0c3381 100644
--- a/remember.texi
+++ b/remember.texi
@@ -12,9 +12,10 @@
 @syncodeindex fn cp

 @copying
-This manual is for Remember Mode, version 1.9
+This manual is for Remember Mode, version 2.0

-Copyright @copyright{} 2001, 2004, 2005, 2007 Free Software Foundation, Inc.
(Continue reading)

William Xu | 18 Apr 08:17
Picon
Gravatar

info bug?

In remember 2.0, the info file still says: 

,----
| "This manual is for Remember Mode, version 1.9"
`----

Shouldn't it be updated to 2.0 as weel? 

--

-- 
William

http://williamxu.net9.org
Michael Olson | 17 Apr 06:30
Face
Picon
Picon

Remember 2.0 released

I am pleased to announce the release of Remember 2.0.

Remember is an Emacs mode for quickly remembering data. It uses
whatever back-end is appropriate to record and correlate the data, but
its main intention is to allow you to express as little structure as
possible up front.

** Release info

Tarball   :: http://download.gna.org/remember-el/remember-2.0.tar.gz
Zip file  :: http://download.gna.org/remember-el/remember-2.0.zip
Commit ID :: 79f69e6188e4e084c9761b24ecb54b5cac9f41e3

Instructions follow for those who track the source code using git.  If
you wish to track the development of Remember, visit
<http://www.emacswiki.org/cgi-bin/wiki/MuseDevelopment> for
instructions and substitute "remember" whenever you see "muse" :^) .

This release has the signed git tag "=v2.0=".  The tag points at a
commit object with the Commit ID mentioned above.  To verify the tag,
do:

  git fetch origin
  git tag -v v2.0

To check out the release, do:

  git checkout v2.0

To switch back to the master branch, do:
(Continue reading)

mwolson | 17 Apr 06:20
Picon
Picon

[commit][master] Release Remember v2.0.

commit 79f69e6188e4e084c9761b24ecb54b5cac9f41e3
Author: Michael W. Olson <mwolson <at> gnu.org>
Date:   Wed Apr 16 21:13:47 2008 -0700

    Release Remember v2.0.

diff --git a/ChangeLog b/ChangeLog
index 3ed47cd..a40cd1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-04-16  Michael Olson  <mwolson <at> gnu.org>

+	* Release Remember 2.0.
+
 	* Makefile (dist): Update to use git.
 	(debbuild, debrevision, debrelease): Remove obsolete targets.

diff --git a/Makefile.defs b/Makefile.defs
index 4b4ea31..880378d 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -17,5 +17,5 @@ INSTALLINFO = install-info --info-dir=$(INFODIR)

 # Useful only for the maintainer
 PROJECT    = remember
-VERSION    = 1.9
+VERSION    = 2.0
 MANUAL     = remember
diff --git a/remember.el b/remember.el
(Continue reading)

mwolson | 17 Apr 06:20
Picon
Picon

[commit][master] Makefile.defs: Remove obsolete variables.

commit 37d412f038afa7744adb6226bb50618922488193
Author: Michael W. Olson <mwolson <at> gnu.org>
Date:   Wed Apr 16 21:02:20 2008 -0700

    Makefile.defs: Remove obsolete variables.

diff --git a/ChangeLog b/ChangeLog
index 5168b8e..3ed47cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 	* Makefile (dist): Update to use git.
 	(debbuild, debrevision, debrelease): Remove obsolete targets.

+	* Makefile.defs (DEBNAME, LASTUPLOAD, BUILDOPTS): Remove obsolete
+	variables.
+
 2008-03-23  Michael Olson  <mwolson <at> gnu.org>

 	* Makefile: Build both remember.texi and remember-extra.texi.
diff --git a/Makefile.defs b/Makefile.defs
index 4c0e3f7..4b4ea31 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -17,8 +17,5 @@ INSTALLINFO = install-info --info-dir=$(INFODIR)

 # Useful only for the maintainer
 PROJECT    = remember
-DEBNAME    = remember-el
 VERSION    = 1.9
(Continue reading)

mwolson | 17 Apr 06:20
Picon
Picon

[commit][master] Makefile: Update .PHONY lines.

commit 9a2d3fb443c52dbdd3d5667ff89ceffe33137611
Author: Michael W. Olson <mwolson <at> gnu.org>
Date:   Wed Apr 16 21:01:10 2008 -0700

    Makefile: Update .PHONY lines.

diff --git a/Makefile b/Makefile
index 1f61d01..450f382 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-.PHONY: all autoloads lisp doc clean realclean distclean fullclean install test dist release debbuild
debrevision debrelease
+.PHONY: all autoloads lisp doc clean realclean distclean fullclean install
+.PHONY: test dist release
 .PRECIOUS: %.elc

 include Makefile.defs
mwolson | 17 Apr 06:20
Picon
Picon

[commit][master] Make NEWS.

commit 7a69391fc8006f16dc7883ab2f770ff505ac8d1e
Author: Michael W. Olson <mwolson <at> gnu.org>
Date:   Wed Apr 16 21:13:24 2008 -0700

    Make NEWS.

diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..3436ded
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,36 @@
+Remember NEWS --- History of user-visible changes       -*- outline -*-
+
+* Changes in Remember 2.0
+
+** Remember.el is now part of Emacs 23.
+
+** remember-diary.el has been removed.
+Its functionality is now included in remember.el.
+
+** The manual has been greatly improved, reorganized, and split
+into two separate manuals.  remember.texi documents features that are
+included with Emacs, while remember-extra.texi documents features
+which are not included with Emacs.
+
+** The customize interface
+
+*** `remember-mode-hook' has a checkbox for `org-remember-apply-template'.
+*** `remember-handler-functions' has a checkbox for `org-remember-handler'.
(Continue reading)

mwolson | 17 Apr 06:20
Picon
Picon

[commit][master] Makefile: Update dist target to use git.

commit 991d6f4b5345658366a0ce2c3eef7bb23f8e6358
Author: Michael W. Olson <mwolson <at> gnu.org>
Date:   Wed Apr 16 20:54:33 2008 -0700

    Makefile: Update dist target to use git.

diff --git a/ChangeLog b/ChangeLog
index 68744f7..5168b8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-16  Michael Olson  <mwolson <at> gnu.org>
+
+	* Makefile (dist): Update to use git.
+	(debbuild, debrevision, debrelease): Remove obsolete targets.
+
 2008-03-23  Michael Olson  <mwolson <at> gnu.org>

 	* Makefile: Build both remember.texi and remember-extra.texi.
diff --git a/Makefile b/Makefile
index fb9d24a..1f61d01 100644
--- a/Makefile
+++ b/Makefile
@@ -60,11 +60,10 @@ distclean:
 	-rm -fr ../$(PROJECT)-$(VERSION)

 dist: autoloads distclean
-	tla inventory -sB | tar -cf - --no-recursion -T- | \
-	  (mkdir -p ../$(PROJECT)-$(VERSION); cd ../$(PROJECT)-$(VERSION) && \
-	  tar xf -)
(Continue reading)

mwolson | 24 Mar 05:10
Picon
Picon

[commit][master] Update manual

commit b456bf3b7988a91c73490b7fe5d864354f5a7cd1
Author: Michael W. Olson <mwolson <at> gnu.org>
Date:   Sun Mar 23 20:24:44 2008 -0700

    Update manual

diff --git a/Makefile b/Makefile
index e1ae094..fb9d24a 100644
--- a/Makefile
+++ b/Makefile
 <at>  <at>  -6,7 +6,7  <at>  <at>  include Makefile.defs
 EL  = $(filter-out $(PROJECT)-autoloads.el,$(wildcard *.el))
 ELC = $(patsubst %.el,%.elc,$(EL))
 
-all: autoloads lisp $(MANUAL).info
+all: autoloads lisp $(MANUAL).info $(MANUAL)-extra.info
 
 lisp: $(ELC)
 
 <at>  <at>  -29,28 +29,34  <at>  <at>  $(PROJECT)-autoloads.el: $(EL)
 %.html: %.texi
 	makeinfo --html --no-split $<
 
-doc: $(MANUAL).info $(MANUAL).html
+doc: $(MANUAL).info $(MANUAL)-extra.info $(MANUAL).html $(MANUAL)-extra.html
 
 clean:
 	-rm -f *.elc *~
 
 realclean fullclean: clean
(Continue reading)


Gmane