all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jeff Horn <jrhorn424@gmail.com>
To: emacs-orgmode@gnu.org
Cc: Jambunathan K <kjambunathan@gmail.com>
Subject: Re: Re: [BUG] htmlp and latexp
Date: Thu, 17 Feb 2011 18:14:38 -0500	[thread overview]
Message-ID: <AANLkTikRg3jeeuG_i8WDnDRAtVTrAQCBv4pgJ6MKXV_i@mail.gmail.com> (raw)
In-Reply-To: <81y65fq6j4.fsf@gmail.com>

I'm still encountering this bug.

Org-mode version 7.4 (release_7.4.418.g373c)

This looks like an old release, which is odd. I'm using Eric Schulte's
starter kit, and anyway just switched to the org master branch and
pulled down the latest commits. 'make clean', 'make info', and 'make
lisp/org-install.el' were my next steps.

Is it right to take the last 6 chars and search for a commit through
the web interface? It isn't turning up anything, and that string is
starting look familiar to me.

On Thu, Feb 17, 2011 at 5:50 AM, Jambunathan K <kjambunathan@gmail.com> wrote:
> Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:
>
>> Hi all,
>>
>> to make this explicit:  I can not export to latex any more, but instead
>> I get
>>  Exporting to LaTeX...
>>  when: Symbol's value as variable is void: htmlp
>>
>> Org HEAD
>> GNU emacs 23.2.1 (debian squeeze)
>>
>> This is my failing org-file:
>> * Test
>>   test
>>
>
> Have you tried recent head?
> Enable stacktrace: M-x toggle-debug-on-error
> Also include M-x org-version?
>
> Jambunathan K.
>
>
>> - Andreas
>>
>>
>> Am 16.02.2011 11:03, schrieb Bastien:
>>> Hi Dan,
>>>
>>> Dan Davison <dandavison7@gmail.com> writes:
>>>
>>>
>>>> Commit ed6d6760268 removed variables htmlp and latexp from
>>>> `org-export-preprocess-string'. Nothing wrong with that, but I think it
>>>> has broken export for those using org-special-blocks, which contains
>>>>
>>>> #+begin_src emacs-lisp
>>>> (defvar htmlp)
>>>> (defvar latexp)
>>>> (defun org-special-blocks-make-special-cookies ()
>>>>   "Adds special cookies when #+begin_foo and #+end_foo tokens are
>>>> seen.  This is run after a few special cases are taken care of."
>>>>   (when (or htmlp latexp)
>>>>     (goto-char (point-min))
>>>> ...
>>>> #+end_src
>>>>
>>> Fixed thanks.
>>>
>>>
>>>> IIuc htmlp and latexp occur occasionally in org code as somewhat
>>>> unofficial ways to test "am I in the middle of export?".
>>>>
>>> Now there is a uniform and official (!) way of getting the backend the
>>> user is currently exporting to:
>>>
>>>   (eq backend 'html)
>>>
>>> ...
>>>
>>>
>>>> They also occur in org-exp-blocks, but in deprecated code, so not a
>>>> priority to fix.
>>>>
>>> I fixed them there too.
>>>
>>> Thanks for reporting this!
>>>
>>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>



-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

  reply	other threads:[~2011-02-17 23:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-15 22:23 [BUG] htmlp and latexp Dan Davison
2011-02-16  8:44 ` Christian Moe
2011-02-16 10:01   ` Bastien
2011-02-16 10:01   ` Bastien
2011-02-16 10:07   ` Dan Davison
2011-02-16 10:44     ` Bastien
2011-02-16 17:11       ` Dan Davison
2011-02-18  9:49         ` Bastien
2011-02-22 19:08           ` [PATCH] " Dan Davison
2011-03-01 19:06             ` Bastien
2011-03-01 19:09             ` Bastien
2011-03-02  2:01               ` Dan Davison
2011-03-07 15:32                 ` Bastien
2011-02-16 10:03 ` Bastien
2011-02-17  8:46   ` Andreas Leha
2011-02-17 10:19     ` Sébastien Vauban
2011-02-17 10:50     ` Jambunathan K
2011-02-17 23:14       ` Jeff Horn [this message]
2011-02-17 23:32         ` Nick Dokos
2011-02-17 23:44         ` Bastien
2011-02-18  8:09         ` Christian Moe
2011-02-18  8:22       ` Andreas Leha
2011-02-18  8:49         ` Bastien
2011-02-18 22:52           ` Jeff Horn

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=AANLkTikRg3jeeuG_i8WDnDRAtVTrAQCBv4pgJ6MKXV_i@mail.gmail.com \
    --to=jrhorn424@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=kjambunathan@gmail.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.