all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Thomas S. Dye" <tsd@tsdye.com>
To: Mauro Rovezzi <mauro.rovezzi@gmail.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: LaTeX export: inline markup underscore problem
Date: Mon, 11 Apr 2011 17:34:02 -1000	[thread overview]
Message-ID: <898A07CA-797A-478B-9A08-ADDBA0834BBF@tsdye.com> (raw)
In-Reply-To: <BANLkTimDUR+YB_jj3FKszYCcq6ve0TpJvw@mail.gmail.com>

Aloha Mauro,

It appears that the new link type is not defined.  Have you executed  
the source block, define-citep-link?

Also, version 6.21 is probably too old for at least some of the LaTeX  
export.  It is probably not worth the trouble to try to set things up  
for that version of Org-mode.

hth,
Tom

On Apr 11, 2011, at 8:54 AM, Mauro Rovezzi wrote:

> Hello Thomas,
>
> On Mon, Apr 11, 2011 at 6:58 PM, Thomas S. Dye <tsd@tsdye.com> wrote:
>> Aloha Mauro,
>> On my system I define a citep link:
>>
>> #+source: define-citep-link
>> #+begin_src emacs-lisp :results silent
>>     (org-add-link-type
>>      "citep" 'ebib
>>      (lambda (path desc format)
>>        (cond
>>         ((eq format 'html)
>>          (format "(<cite>%s</cite>)" path))
>>         ((eq format 'latex)
>>          (if (or (not desc) (equal 0 (search "citep:" desc)))
>>                (format "\\citep{%s}" path)
>>                (format "\\citep[%s]{%s}" desc path)
>>   )))))
>> #+end_src
>>
>> then the following Org-mode source:
>>
>> Hawaiian archaeology's response to the late Roger Green's call for an
>> investigation of diachronic settlement patterns
>> [[citep:green84:_settl_patter_studies_ocean]] has been slow and  
>> difficult.
>>
>> exports as:
>>
>> Hawaiian archaeology's response to the late Roger Green's call for an
>> investigation of diachronic settlement patterns
>> \citep{green84:_settl_patter_studies_ocean} has been slow and  
>> difficult.
>>
>> Perhaps you could post a minimal example that doesn't work for you?
>> Note that this solution doesn't depend on ebib.  It is perfectly OK  
>> to enter
>> the bibliography key by hand if you prefer.
>
> Yes, I did the same but I get different behavior. If I put the same
> code in a .org file (the current file where the citation is or the
> #+SETUPFILE), the LaTeX export is
> \hyperref[citep:green84:_settl_patter_studies_ocean] 
> {citep:green84:_settl_patter_studies_ocean},
> while if I put the same in my .emacs, it is exported as
> \texttt{cite:green84:_settl_patter_studies_ocean}. This happens in Org
> version 6.21b (Ubuntu 10.10 version). while in the last version from
> Git it transforms to
> \hyperref[citep-green84-_settl_patter_studies_ocean] 
> {citep:green84:_settl\_patter\_studies\_ocean}
>
> Well, something is going weird...
>
>> On your other observation:
>> I don't use underscores in headlines, so hadn't run across the  
>> limitation in the cross references that you mention.  I don't know  
>> if there is any way around this.
>>  If you do find a way, please feel free to add the solution to the  
>> LaTeX
>> export tutorial.
>
> OK, but for this is easier to just change the labels and remove
> underscores, so this is definitely a minor point.
>
> Anyway, thanks a lot for your help!
> M.

      reply	other threads:[~2011-04-12  3:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09 16:55 LaTeX export: inline markup underscore problem Mauro Rovezzi
2011-04-10 19:36 ` Thomas S. Dye
2011-04-10 20:08   ` Nick Dokos
2011-04-10 20:45     ` Thomas S. Dye
2011-04-11  1:44       ` Nick Dokos
2011-04-11  4:52         ` Thomas S. Dye
2011-04-11 13:55         ` Mauro Rovezzi
2011-04-11 16:58           ` Thomas S. Dye
2011-04-11 18:54             ` Mauro Rovezzi
2011-04-12  3:34               ` Thomas S. Dye [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=898A07CA-797A-478B-9A08-ADDBA0834BBF@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mauro.rovezzi@gmail.com \
    --cc=nicholas.dokos@hp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.