emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to suppress latex exporting as a list if a name that begins with a single letter
@ 2017-09-26 23:22 Charles Millar
  2017-09-27  6:00 ` Eric S Fraga
  2017-09-27  6:27 ` Michael Strey
  0 siblings, 2 replies; 6+ messages in thread
From: Charles Millar @ 2017-09-26 23:22 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

For example

A. Persons Name is exported as

1. Persons Name

not

A. Persons Name.

Charlie Millar

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

* Re: How to suppress latex exporting as a list if a name that begins with a single letter
  2017-09-26 23:22 How to suppress latex exporting as a list if a name that begins with a single letter Charles Millar
@ 2017-09-27  6:00 ` Eric S Fraga
  2017-09-27 12:02   ` Charles Millar
  2017-09-27  6:27 ` Michael Strey
  1 sibling, 1 reply; 6+ messages in thread
From: Eric S Fraga @ 2017-09-27  6:00 UTC (permalink / raw)
  To: Charles Millar; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

On Tuesday, 26 Sep 2017 at 19:22, Charles Millar wrote:
> For example
>
> A. Persons Name is exported as
>
> 1. Persons Name

You must have set org-list-allow-alphabetical to non-nil... maybe turn
this off?
-- 
: Eric S Fraga via Emacs 26.0.50, Org release_9.1-64-g657302

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

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

* Re: How to suppress latex exporting as a list if a name that begins with a single letter
  2017-09-26 23:22 How to suppress latex exporting as a list if a name that begins with a single letter Charles Millar
  2017-09-27  6:00 ` Eric S Fraga
@ 2017-09-27  6:27 ` Michael Strey
  2017-09-27 12:05   ` Charles Millar
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Strey @ 2017-09-27  6:27 UTC (permalink / raw)
  To: Charles Millar; +Cc: emacs-orgmode@gnu.org

Hi Charlie,

On Di, 2017-09-26 at 19:22, Charles Millar wrote:
> A. Persons Name is exported as
>
> 1. Persons Name
>
> not
>
> A. Persons Name.

What about marking as verbatim?
=A. Person=

Best regards
Michael Strey

-- 
http://www.strey.biz * https://twitter.com/michaelstrey

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

* Re: How to suppress latex exporting as a list if a name that begins with a single letter
  2017-09-27  6:00 ` Eric S Fraga
@ 2017-09-27 12:02   ` Charles Millar
  2017-09-27 13:56     ` Eric S Fraga
  0 siblings, 1 reply; 6+ messages in thread
From: Charles Millar @ 2017-09-27 12:02 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

On 09/27/2017 02:00, Eric S Fraga wrote:
> On Tuesday, 26 Sep 2017 at 19:22, Charles Millar wrote:
>> For example
>>
>> A. Persons Name is exported as
>>
>> 1. Persons Name
> You must have set org-list-allow-alphabetical to non-nil... maybe turn
> this off?
You are correct. I did that soooo.. long ago I forgot.

I read the documentation and I suppose that there is no way to set that 
variable on a per file basis. Correct?

Could a header argument be implemented to override this?

Charlie Millar

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

* Re: How to suppress latex exporting as a list if a name that begins with a single letter
  2017-09-27  6:27 ` Michael Strey
@ 2017-09-27 12:05   ` Charles Millar
  0 siblings, 0 replies; 6+ messages in thread
From: Charles Millar @ 2017-09-27 12:05 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

On 09/27/2017 02:27, Michael Strey wrote:
> Hi Charlie,
>
> On Di, 2017-09-26 at 19:22, Charles Millar wrote:
>> A. Persons Name is exported as
>>
>> 1. Persons Name
>>
>> not
>>
>> A. Persons Name.
> What about marking as verbatim?
> =A. Person=
>
> Best regards
> Michael Strey
>
I will give this a try later on.

For the moment, as Eric suggested, I have reset 
org-list-allow-alphabetical to nil.

Thanks.

Charlie Millar

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

* Re: How to suppress latex exporting as a list if a name that begins with a single letter
  2017-09-27 12:02   ` Charles Millar
@ 2017-09-27 13:56     ` Eric S Fraga
  0 siblings, 0 replies; 6+ messages in thread
From: Eric S Fraga @ 2017-09-27 13:56 UTC (permalink / raw)
  To: Charles Millar; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

On Wednesday, 27 Sep 2017 at 08:02, Charles Millar wrote:

[...]

> I read the documentation and I suppose that there is no way to set
> that variable on a per file basis. Correct?

You could use emacs file variables for this, along the lines of

# -*- org-set-list-allow-alphabetical: nil; -*-

at the top of the file or a local variables list at the end (see Emacs
info manual for more information).

-- 
: Eric S Fraga via Emacs 26.0.50, Org release_9.1-64-g657302

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

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

end of thread, other threads:[~2017-09-27 13:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-26 23:22 How to suppress latex exporting as a list if a name that begins with a single letter Charles Millar
2017-09-27  6:00 ` Eric S Fraga
2017-09-27 12:02   ` Charles Millar
2017-09-27 13:56     ` Eric S Fraga
2017-09-27  6:27 ` Michael Strey
2017-09-27 12:05   ` Charles Millar

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).