emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Latex export of subtree not working for me
@ 2010-09-15 10:43 Torsten Anders
  2011-02-02 23:23 ` Bastien
  2011-02-02 23:23 ` Bastien
  0 siblings, 2 replies; 7+ messages in thread
From: Torsten Anders @ 2010-09-15 10:43 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 644 bytes --]

Dear all,

I would like to export only a subtree of an org file to PDF via Latex (ultimately using the package beamer).

When doing export/publish (C-c C-e) I am given a menu with options, including the options "only export current subtree" and "publish enclosing subtree". If I choose any of these and then select a publishing command (e.g., export to Latex), then I get the following error.

  org-export: Symbol's function definition is void: activate-mark

What am I missing? 

BTW: I am using the latest org mode version (just did git pull) with Aquamacs 1.9 on MacOS 10.5. 

Thank you very much! 

Best
Torsten Anders



[-- Attachment #1.2: HTML --]
[-- Type: text/html, Size: 903 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Latex export of subtree not working for me
@ 2010-09-18 23:06 Torsten Anders
  2010-09-20 18:14 ` David Maus
  0 siblings, 1 reply; 7+ messages in thread
From: Torsten Anders @ 2010-09-18 23:06 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1055 bytes --]

Dear all,

sorry for bothering you again with my question from a couple of days ago (see below).

I would appreciate with someone could briefly confirm whether exporting/publishing a subtree works for you (so I know whether the reported problem is related to org mode or to my own Emacs configuration).

Thank you very much! 

Best,
Torsten

----------
On Wed, 15 Sep 2010, Torsten Anders wrote 

Dear all,

I would like to export only a subtree of an org file to PDF via Latex (ultimately using the package beamer).

When doing export/publish (C-c C-e) I am given a menu with options, including the options "only export current subtree" and "publish enclosing subtree". If I choose any of these and then select a publishing command (e.g., export to Latex), then I get the following error.

  org-export: Symbol's function definition is void: activate-mark

What am I missing? 

BTW: I am using the latest org mode version (just did git pull) with Aquamacs 1.9 on MacOS 10.5. 

Thank you very much! 

Best
Torsten Anders



[-- Attachment #1.2: HTML --]
[-- Type: text/html, Size: 1370 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Latex export of subtree not working for me
  2010-09-18 23:06 Torsten Anders
@ 2010-09-20 18:14 ` David Maus
  0 siblings, 0 replies; 7+ messages in thread
From: David Maus @ 2010-09-20 18:14 UTC (permalink / raw)
  To: Torsten Anders; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1545 bytes --]

Torsten Anders wrote:
>Dear all,

>sorry for bothering you again with my question from a couple of days ago (see below).

>I would appreciate with someone could briefly confirm whether exporting/publishing a subtree works for you (so I know whether the reported problem is related to org mode or to my own Emacs configuration).

>Thank you very much!

>Best,
>Torsten

>----------
>On Wed, 15 Sep 2010, Torsten Anders wrote

>Dear all,

>I would like to export only a subtree of an org file to PDF via Latex (ultimately using the package beamer).

>When doing export/publish (C-c C-e) I am given a menu with options, including the options "only export current subtree" and "publish enclosing subtree". If I choose any of these and then select a publishing command (e.g., export to Latex), then I get the following error.

>  org-export: Symbol's function definition is void: activate-mark

>What am I missing?

>BTW: I am using the latest org mode version (just did git pull) with Aquamacs 1.9 on MacOS 10.5.

Looks like a problem with Aquamacs to me:

,----[ *Help* ]
| activate-mark is a compiled Lisp function in `simple.el'.
|
| (activate-mark)
|
| Activate the mark.
|
| [back]
`----

The export fails because this function is not available.  Looks like
although Aquamacs 1.9 is based on Emacs 22, it lacks this library.

You might try to check EmacsWiki for information about this issue:
http://www.emacswiki.org/emacs/AquamacsEmacs

Best,
 -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Latex export of subtree not working for me
@ 2010-09-20 21:13 Torsten Anders
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Anders @ 2010-09-20 21:13 UTC (permalink / raw)
  To: dmaus; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1899 bytes --]

Dear David,

>   Looks like although Aquamacs 1.9 is based on Emacs 22, it lacks this library.

thank you very much for your helpful feedback. The problem is indeed solved with the latest version of Aquamacs (2.1), as I just found out.

Best,
Torsten


>>> David Maus  20/09/10 7:29 PM >>>
Torsten Anders wrote:
>Dear all,

>sorry for bothering you again with my question from a couple of days ago (see below).

>I would appreciate with someone could briefly confirm whether exporting/publishing a subtree works for you (so I know whether the reported problem is related to org mode or to my own Emacs configuration).

>Thank you very much!

>Best,
>Torsten

>----------
>On Wed, 15 Sep 2010, Torsten Anders wrote

>Dear all,

>I would like to export only a subtree of an org file to PDF via Latex (ultimately using the package beamer).

>When doing export/publish (C-c C-e) I am given a menu with options, including the options "only export current subtree" and "publish enclosing subtree". If I choose any of these and then select a publishing command (e.g., export to Latex), then I get the following error.

>  org-export: Symbol's function definition is void: activate-mark

>What am I missing?

>BTW: I am using the latest org mode version (just did git pull) with Aquamacs 1.9 on MacOS 10.5.

Looks like a problem with Aquamacs to me:

,----[ *Help* ]
| activate-mark is a compiled Lisp function in `simple.el'.
|
| (activate-mark)
|
| Activate the mark.
|
| [back]
`----

The export fails because this function is not available.  Looks like
although Aquamacs 1.9 is based on Emacs 22, it lacks this library.

You might try to check EmacsWiki for information about this issue:
http://www.emacswiki.org/emacs/AquamacsEmacs

Best,
 -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de


[-- Attachment #1.2: HTML --]
[-- Type: text/html, Size: 2335 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Latex export of subtree not working for me
  2010-09-15 10:43 Latex export of subtree not working for me Torsten Anders
@ 2011-02-02 23:23 ` Bastien
  2011-02-02 23:23 ` Bastien
  1 sibling, 0 replies; 7+ messages in thread
From: Bastien @ 2011-02-02 23:23 UTC (permalink / raw)
  To: Torsten Anders; +Cc: emacs-orgmode

Hi Carsten,

"Torsten Anders" <Torsten.Anders@beds.ac.uk> writes:

> I would like to export only a subtree of an org file to PDF via Latex
> (ultimately using the package beamer).
>
> When doing export/publish (C-c C-e) I am given a menu with options,
> including the options "only export current subtree" and "publish
> enclosing subtree". If I choose any of these and then select a
> publishing command (e.g., export to Latex), then I get the following
> error.
>
>   org-export: Symbol's function definition is void: activate-mark
>
> What am I missing?

I can't reproduce this.  Can you provide a backtrace?

  http://orgmode.org/manual/Feedback.html

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Latex export of subtree not working for me
  2010-09-15 10:43 Latex export of subtree not working for me Torsten Anders
  2011-02-02 23:23 ` Bastien
@ 2011-02-02 23:23 ` Bastien
  2011-02-02 23:31   ` Torsten Anders
  1 sibling, 1 reply; 7+ messages in thread
From: Bastien @ 2011-02-02 23:23 UTC (permalink / raw)
  To: Torsten Anders; +Cc: emacs-orgmode

Hi Torsten,

"Torsten Anders" <Torsten.Anders@beds.ac.uk> writes:

> I would like to export only a subtree of an org file to PDF via Latex
> (ultimately using the package beamer).
>
> When doing export/publish (C-c C-e) I am given a menu with options,
> including the options "only export current subtree" and "publish
> enclosing subtree". If I choose any of these and then select a
> publishing command (e.g., export to Latex), then I get the following
> error.
>
>   org-export: Symbol's function definition is void: activate-mark
>
> What am I missing?

I can't reproduce this.  Can you provide a backtrace?

  http://orgmode.org/manual/Feedback.html

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Latex export of subtree not working for me
  2011-02-02 23:23 ` Bastien
@ 2011-02-02 23:31   ` Torsten Anders
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Anders @ 2011-02-02 23:31 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Dear Bastien,

Thank you for your reply. This problem report is several months old, and I meanwhile resolved it. If I remember correctly, I reported the solution back. I think this problem was solved by updating to Aquamacs 2, but it is so long ago, I may misremember. But if not then it was something similarly simple...

Again, thanks for checking.

Best,
Torsten

On 2 Feb 2011, at 23:23, Bastien wrote:

> Hi Torsten,
> 
> "Torsten Anders" <Torsten.Anders@beds.ac.uk> writes:
> 
>> I would like to export only a subtree of an org file to PDF via Latex
>> (ultimately using the package beamer).
>> 
>> When doing export/publish (C-c C-e) I am given a menu with options,
>> including the options "only export current subtree" and "publish
>> enclosing subtree". If I choose any of these and then select a
>> publishing command (e.g., export to Latex), then I get the following
>> error.
>> 
>>  org-export: Symbol's function definition is void: activate-mark
>> 
>> What am I missing?
> 
> I can't reproduce this.  Can you provide a backtrace?
> 
>  http://orgmode.org/manual/Feedback.html
> 
> Thanks,
> 
> -- 
> Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-02-02 23:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-15 10:43 Latex export of subtree not working for me Torsten Anders
2011-02-02 23:23 ` Bastien
2011-02-02 23:23 ` Bastien
2011-02-02 23:31   ` Torsten Anders
  -- strict thread matches above, loose matches on Subject: below --
2010-09-18 23:06 Torsten Anders
2010-09-20 18:14 ` David Maus
2010-09-20 21:13 Torsten Anders

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).