From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Rationale for *text* -> \alert{text} for Beamer export? Date: Thu, 2 May 2013 12:44:31 +0200 Message-ID: <20130502104431.GD17914@kuru.dyndns-at-home.com> References: <20130501170006.57df8cf2@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXr0B-0002EI-Q6 for emacs-orgmode@gnu.org; Thu, 02 May 2013 06:44:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXr08-00037s-1L for emacs-orgmode@gnu.org; Thu, 02 May 2013 06:44:39 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:59339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXr07-00037d-R5 for emacs-orgmode@gnu.org; Thu, 02 May 2013 06:44:35 -0400 Received: by mail-we0-f180.google.com with SMTP id x43so342930wey.25 for ; Thu, 02 May 2013 03:44:35 -0700 (PDT) Received: from kuru.dyndns-at-home.com (ip82-139-118-35.lijbrandt.net. [82.139.118.35]) by mx.google.com with ESMTPSA id g4sm9546054wib.11.2013.05.02.03.44.33 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 02 May 2013 03:44:33 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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 On Wed, May 01, 2013 at 11:41:49AM -1000, Thomas S. Dye wrote: > John Hendy writes: > > > On Wed, May 1, 2013 at 10:00 AM, Marcin Borkowski wrote: > > 3) So, markup should be semantic, rather than visual. > > It is possible to achieve identical results using visual markup, of > course, but why not let the computer keep track of things instead? > > > > Sure, and understood. In general, I'm using *text* simply to call > > attention to something important. I work in product development, so > > something like: > > > > Customer response to product sampling: > > - *US:* blah blah blah > > - *China:* blah blah blah > > - *India: blah blah blah > > Here, to achieve semantic markup, you would use description lists > > - US :: blah > - China :: blah > - India :: blah Description lists align at the "::", which can look weird when you have headings of very different lengths. So I often use \structure{..}. I have a filter that translates +strikethrough+ text to structure[1]. Footnotes: [1] -- Suvayu Open source is the future. It sets us free.