From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Daly Subject: Tutorial Typos Date: Mon, 15 Jul 2013 20:28:59 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11333dce2d3f7c04e19610de Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyt8a-00088f-Ap for emacs-orgmode@gnu.org; Mon, 15 Jul 2013 20:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uyt8W-0001EF-O6 for emacs-orgmode@gnu.org; Mon, 15 Jul 2013 20:29:04 -0400 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:61590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyt8W-0001E3-If for emacs-orgmode@gnu.org; Mon, 15 Jul 2013 20:29:00 -0400 Received: by mail-ob0-f171.google.com with SMTP id dn14so76346obc.16 for ; Mon, 15 Jul 2013 17:28:59 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11333dce2d3f7c04e19610de Content-Type: text/plain; charset=ISO-8859-1 To whom it may concern: While looking through the tutorial, I found a few typos which were confusing to me at first. In the 'Keep track of lists and notes' section, the following source code line: Start a new document (*C-x b), seems to be missing a trailing asterisk with regard to the keyboard shortcut C-x b, resulting in what looks like *C-x as the initial command. Fixed looks like this: Start a new document (*C-x b*), In Agendas: New shortcuts, the following source code line: - C-c .* -- add date Seems to be missing a lead asterisk, which causes a confusing looking shortcut in both the source and compiled versions, as well as a lack of bolding in the source version. Fixed looks like this: - *C-c .* -- add date In Agendas - Appointments and Deadlines section, the following source code line: /Call fred/ (*M-RET*Call fred), but at the end press *C-c .*. Should contain an additional space, between *M-RET* and 'Call fred.' The lack of space is causing the entire statement to be bolded in the source version, where 'M-RET' and 'C-c .' are the only things which should be bolded, as well as showing the C-c command as *C-c .. which is sorely confusing. Fixed looks so: /Call fred/ (*M-RET* Call fred), but at the end press *C-c .* . Thanks for putting together a nice tutorial! It helped me learn orgmode very quickly, despite the delay to figure out the typos. --001a11333dce2d3f7c04e19610de Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
To whom it may concern:
While looking = through the tutorial, I found a few typos which were confusing to me at first= .

In the 'Keep track of lists and notes' section, the = following source code line:

Start a new document (*C-x b),
=
seems to be missing a trailing asterisk with regard to the keyboard s= hortcut C-x b, resulting in what looks like *C-x as the initial command. Fi= xed looks like this:

Start a new document (*C-x b*),




In Agendas: New shortcuts, the following source code line:
- C-c .* -- add date
Seems to be missing a lead aste= risk, which causes a confusing looking shortcut in both the source and comp= iled versions, as well as a lack of bolding in the source version. Fixed lo= oks like this:

 - *C-c .* -- add date



In A= gendas - Appointments and Deadlines section, the following source code line= :
/Call fred/ (*M-RET*Call
   fred), but at the end press *C-c .*.
Should contain an addit= ional space, between *M-RET* and 'Call fred.' The lack of space is = causing the entire statement to be bolded in the source version, where '= ;M-RET' and 'C-c .' are the only things which should be bolded,= as well as showing the C-c command as *C-c .. which is sorely confusing. F= ixed looks so:

/Call fred/ (*M-RET* Call
   fred), but at the end press *C-c .* .

Thanks = for putting together a nice tutorial! It helped me learn orgmode very quick= ly, despite the delay to figure out the typos.
--001a11333dce2d3f7c04e19610de--