From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: intra links and worg Date: Thu, 06 Feb 2014 19:30:55 +0100 Message-ID: References: <87ob2ki4nq.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBTjG-0008Te-5A for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 13:31:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBTjA-0003vv-9W for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 13:31:14 -0500 In-Reply-To: <87ob2ki4nq.fsf@bzg.ath.cx> (Bastien's message of "Thu, 06 Feb 2014 17:31:37 +0100") 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: Bastien Cc: emacs-orgmode Hi Bastien, Bastien writes: > Hi Alan, > > if you can, please test this quick patch. > > All tests pass fine but it's not the definitive patch as there > are other issues in this areas we need to check first. But > tests will help, as always. I tried it and it does not change anything on worg. It works on a simple test file, but I'm wondering if some file specific options for worg may change this. Here is the header with which I'm trying this: --8<---------------cut here---------------start------------->8--- #+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc todo:nil #+STARTUP: align fold nodlcheck hidestars oddeven lognotestate #+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@) #+TAGS: Write(w) Update(u) Fix(f) Check(c) #+TITLE: Creating letters with KOMA-Script =scrlttr2= and Org-mode #+AUTHOR: Viktor Rosenfeld and Rasmus Pank Roulund #+EMAIL: v.rosenfeld@gmx.de #+LANGUAGE: en #+PRIORITIES: A C B #+CATEGORY: worg --8<---------------cut here---------------end--------------->8--- Thanks, Alan