From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: org-mode tutorial? Date: Sun, 28 Apr 2013 09:58:36 +0200 Message-ID: <87txmrytlf.fsf@bzg.ath.cx> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367135934 14680 80.91.229.3 (28 Apr 2013 07:58:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Apr 2013 07:58:54 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Steven Degutis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 28 09:58:58 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UWMVe-0001H9-1s for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Apr 2013 09:58:58 +0200 Original-Received: from localhost ([::1]:52274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWMVd-0006sG-PE for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Apr 2013 03:58:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWMVT-0006rp-C8 for help-gnu-emacs@gnu.org; Sun, 28 Apr 2013 03:58:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWMVS-00058y-Lm for help-gnu-emacs@gnu.org; Sun, 28 Apr 2013 03:58:47 -0400 Original-Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:59912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWMVS-00058d-Fe for help-gnu-emacs@gnu.org; Sun, 28 Apr 2013 03:58:46 -0400 Original-Received: by mail-wg0-f47.google.com with SMTP id j13so2880055wgh.26 for ; Sun, 28 Apr 2013 00:58:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=a5e+Ugg4zRM6JCXBji1kYONJ+s3JDGegrrnu3NYxzQ8=; b=n+OT2E+tChGhxdp4E/jsPnr4uIom3q0oy7/D++TLGsBriZy/myFlEbaL5Pd1ueFUkO vaI0Aq5xVl/wab+wO41boJwYQnCpFHpmf8dC2bH17aGVrY0kGn2Sv3qFwlOWRYjwBAcz 0CvLpJNTkm3tpU4s4/NGqFPoB3DEa5BZF3wsHZKJc+UwfF4uwINzG6y9WGGFc6clqhWg bX6phu6EQkA46zJzXxAAXmOmREYfyOZzGdvyv/J2J7PFjocr9kUycbpONrdiZwUtxpMJ T4g5KbxBHuwIyRQHXGs4vAWzltyS5NB10Mh1loTiSt+vQLtnzsaVfymoLj8WOSA9JKUC pGjw== X-Received: by 10.180.90.70 with SMTP id bu6mr11647191wib.34.1367135925089; Sun, 28 Apr 2013 00:58:45 -0700 (PDT) Original-Received: from bzg.localdomain (ANice-651-1-403-124.w86-205.abo.wanadoo.fr. [86.205.147.124]) by mx.google.com with ESMTPSA id a9sm13326925wiv.0.2013.04.28.00.58.41 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Apr 2013 00:58:43 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 992001C20276; Sun, 28 Apr 2013 09:58:36 +0200 (CEST) In-Reply-To: (Steven Degutis's message of "Sat, 27 Apr 2013 14:21:20 -0500") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22f X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90381 Archived-At: Steven Degutis writes: > Can someone please point me to a really basic tutorial or explanation > on how to use org-mode to create hierarchical lists? I basically mean > something like html's [ul] and [li] elements, nested. Maybe we forgot to mention the "obvious": use M- to nest a list item, and M- to "unnest" it. -- Bastien