Re: [O] how to get org-version using emacs batch mode.

2014-04-23 Thread Supriya Sawant
Is it possible to redirect or get the output of batch mode command in variable. cmd = emacs --batch --eval '(message (org-version))' ouput=cmd print output i.e output contains version no.(output=7.9.3f) On Wed, Apr 23, 2014 at 12:00 PM, Bastien b...@gnu.org wrote: Supriya Sawant

Re: [O] how to get org-version using emacs batch mode.

2014-04-23 Thread Nicolas Richard
Supriya Sawant sp.sawan...@gmail.com writes: Is it possible to redirect or get the output of batch mode command in variable. Assuming you use bash : $ MYOUTPUT=$(emacs --batch --eval '(princ (org-version))') $ echo $MYOUTPUT 8.2.5c -- Nico.

Re: [O] How to get rid of clocktable summary time in the form 2d 02:00

2014-04-11 Thread Bastien
Buddy Butterfly buddy.butter...@web.de writes: Solved it. If anyone is interested, here it goes: Thanks for sharing. Neither the 2 settings given below nor the links helped very much. Instead I customized the variable org-time-clocksum-format and switcht off (deselected) the Days entry

Re: [O] How to get rid of clocktable summary time in the form 2d 02:00

2014-04-03 Thread Buddy Butterfly
Anyone? Still have no clue Am 01.04.2014 00:59, schrieb Buddy Butterfly: Am 31.03.2014 10:46, schrieb Sebastien Vauban: Bastien wrote: Buddy Butterfly buddy.butter...@web.de writes: I would like to have the summary times in a clocktable be displayed only in hours, like 48:00 instead of

Re: [O] How to get rid of clocktable summary time in the form 2d 02:00

2014-04-03 Thread Buddy Butterfly
Solved it. If anyone is interested, here it goes: Neither the 2 settings given below nor the links helped very much. Instead I customized the variable org-time-clocksum-format and switcht off (deselected) the Days entry completely. Cheers, Matt Am 02.04.2014 10:09, schrieb Buddy Butterfly:

Re: [O] How to get rid of clocktable summary time in the form 2d 02:00

2014-03-31 Thread Sebastien Vauban
Bastien wrote: Buddy Butterfly buddy.butter...@web.de writes: I would like to have the summary times in a clocktable be displayed only in hours, like 48:00 instead of 2d. Or, is it possible to define that 1d corresponds to 8:00 as a working day? So in the above example I would rather like to

Re: [O] How to get rid of clocktable summary time in the form 2d 02:00

2014-03-31 Thread Buddy Butterfly
Am 31.03.2014 07:50, schrieb Bastien: Hi buddy, Buddy Butterfly buddy.butter...@web.de writes: I would like to have the summary times in a clocktable be displayed only in hours, like 48:00 instead of 2d. Or, is it possible to define that 1d corresponds to 8:00 as a working day? So in the

Re: [O] How to get rid of clocktable summary time in the form 2d 02:00

2014-03-31 Thread Buddy Butterfly
Am 31.03.2014 10:46, schrieb Sebastien Vauban: Bastien wrote: Buddy Butterfly buddy.butter...@web.de writes: I would like to have the summary times in a clocktable be displayed only in hours, like 48:00 instead of 2d. Or, is it possible to define that 1d corresponds to 8:00 as a working day?

[O] How to get headline title without statistic cookies.

2014-03-30 Thread Marcin Antczak
Hi, As in topic. I got some headline with statistic cookies. For example: * My example headline [3/6][50%] How could I output headline text without cookies? (org-element-property :title headline) returns entire title string with cookies. Is there any easy way to avoid them in output?

Re: [O] How to get headline title without statistic cookies.

2014-03-30 Thread Nick Dokos
Marcin Antczak marcin.antc...@neutrico-themes.pl writes: Hi, As in topic. I got some headline with statistic cookies. For example: * My example headline [3/6][50%] How could I output headline text without cookies? (org-element-property :title headline) returns entire title string with

Re: [O] How to get headline title without statistic cookies.

2014-03-30 Thread Marcin Antczak
Nick Dokos writes: Marcin Antczak marcin.antc...@neutrico-themes.pl writes: Hi, As in topic. I got some headline with statistic cookies. For example: * My example headline [3/6][50%] How could I output headline text without cookies? (org-element-property :title headline) returns

Re: [O] How to get rid of clocktable summary time in the form 2d 02:00

2014-03-30 Thread Bastien
Hi buddy, Buddy Butterfly buddy.butter...@web.de writes: I would like to have the summary times in a clocktable be displayed only in hours, like 48:00 instead of 2d. Or, is it possible to define that 1d corresponds to 8:00 as a working day? So in the above example I would rather like to see

[O] How to get rid of clocktable summary time in the form 2d 02:00

2014-03-28 Thread Buddy Butterfly
Hi, I would like to have the summary times in a clocktable be displayed only in hours, like 48:00 instead of 2d. Or, is it possible to define that 1d corresponds to 8:00 as a working day? So in the above example I would rather like to see 5d (workingdays) corresponding to 40:00. Clocktable

[O] How to get effort summary in clocktable in agenda?

2014-02-05 Thread Subhan Tindall
Hi, i've got an agenda report that includes a clocktable that looks like this: | File | Effort | ALLTAGS | Headline | Time | |--++-+--+| | | ALL| | *Total time* | *8:24* |

Re: [O] How to get updates about new features in Orgmode

2013-12-19 Thread Bastien
Hi Truong, Truong Ha truonghat...@outlook.com writes: I am wondering whether there is a page in http://orgmode.org/ telling new features or updates in Orgmode? We announce new features of major releases here: http://orgmode.org/Changes.html For more fine-grained information, you'd better

[O] How to get updates about new features in Orgmode

2013-12-18 Thread Truong Ha
Hi, I am wondering whether there is a page in http://orgmode.org/ telling new features or updates in Orgmode? I keep updating my Org-mode from MELPA, but dunno what's going on or any new goodies just come. Thanks,Ha

Re: [O] How to get notify from Org-mode's clock, timestamps, and appointments etc with in modeline or with notify-send etc programs ?

2013-11-20 Thread Alexander Baier
chris numbch...@gmail.com writes: I want to good way to notify me about Org-mode's clock, timestamps, effort estimates and appointments etc with in Emacs's modeline or with notify programs like notify-send. And I hope this notify solution also can work for calendar events, new email's

Re: [O] How to get notify from Org-mode's clock, timestamps, and appointments etc with in modeline or with notify-send etc programs ?

2013-11-20 Thread stardiviner
Excerpts from [ Alexander Baier ] On [2013-11-20 11:49:48 +0100]: chris numbch...@gmail.com writes: You might want to take a look at this library: https://github.com/djcb/sauron Regards, Alex This is really great. Thanks very much. -- [ stardiviner ] Kill the world if you

[O] How to get notify from Org-mode's clock, timestamps, and appointments etc with in modeline or with notify-send etc programs ?

2013-11-19 Thread chris
I want to good way to notify me about Org-mode's clock, timestamps, effort estimates and appointments etc with in Emacs's modeline or with notify programs like notify-send. And I hope this notify solution also can work for calendar events, new email's arrival, and IRC notification. (I know maybe

[O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Omid
I have posted a question to tex.stackexchange.com on How to get BibTeX to work with Org mode LaTeX export? Here is a link to it: http://tex.stackexchange.com/questions/114864/how-to-get-bibtex-to-work-with-org-mode-latex-export. I thought this mailing list might be the best place to ask for help

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Yury Bulka
I believe you should put the \bibliographystyle and \bibliography commands at the end of the document before \end{document}. Next, to compile the file, you should first run pdflatex YOURFILE.tex, then run bibtex YOURFILE (without extension or with .aux), and then again pdflatex, possibly twice.

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Omid
- The \bibliographystyle and \bibliography commands are at the end of the document. - The question is about how to get Org mode to do the whole job, as there is a command for it which is supposed to do exactly that but it doesn't. On Sat, May 18, 2013 at 4:28 AM, Yury Bulka yurk...@gmail.com

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Jay Kerns
Hi Omid, On Sat, May 18, 2013 at 4:40 AM, Omid omidl...@gmail.com wrote: - The \bibliographystyle and \bibliography commands are at the end of the document. - The question is about how to get Org mode to do the whole job, as there is a command for it which is supposed to do exactly that but

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Nick Dokos
Yury Bulka yurk...@gmail.com writes: I think you can also adjust the variable `org-latex-to-pdf-process' in order to include a bibtex command (not tested yet) in the org pdf export procedure. N.B: the variable has been renamed in org-mode 8 - it is now called org-latex-pdf-process. --

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Nick Dokos
Jay Kerns gjkerns...@gmail.com writes: - The question is about how to get Org mode to do the whole job, as there is a command for it which is supposed to do exactly that but it doesn't. Have you tried (something like) the following in your init file? (setq org-latex-pdf-process (quote

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Thomas S. Dye
Omid omidl...@gmail.com writes: I am trying to get Emacs (24.3.1), Org-mode (8.0.3, from ELPA) and BibTeX (from TeX Live 2012) to work together. I have followed the instructions under the Bibliography section in http://orgmode.org/worg/org-tutorials/org-latex-export.html but after I've

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Omid
Hi Jay, Thanks for your suggestion, and thank you to all for your help. With a minor modification (changing --clean to --build=local, since otherwise texi2dvi does not see my other included files unless I use -I) it does solve the problem, except for the efficiency, as Nick pointed out. I think

Re: [O] How to get === on a line by itself to be a special string

2013-02-12 Thread Samuel Wales
On 2/10/13, Nicolas Goaziou n.goaz...@gmail.com wrote: (defun my-rule-markup (paragraph backend info) (when (and (org-export-derived-backend-p backend 'html) (string-match p\ncode=/code\n/p\n* paragraph)) hr width=\10%\

Re: [O] How to get === on a line by itself to be a special string

2013-02-10 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: I want separators like this: === to be treated as a special string in HTML. This was the case in the old exporter. [...] I don't want them to be interpreted as code. I don't want to turn off all code just to get this one thing to work.

Re: [O] How to get a paper scanner into org-mode workflow

2013-01-01 Thread Karl Voit
* Torsten Wagner torsten.wag...@gmail.com wrote: Hi, Hi Torsten! I plan to buy a document scanner with ADF and duplex function to scan all incoming/intermediate/outgoing papers, convert them into PDF and link those into my org-files. I definitely recommend you to but Fujitsu ScanScap S1500.

[O] How to get a paper scanner into org-mode workflow

2012-12-31 Thread Torsten Wagner
Hi, I plan to buy a document scanner with ADF and duplex function to scan all incoming/intermediate/outgoing papers, convert them into PDF and link those into my org-files. I was wondering if someone did something like this already? I use Linux and hence I am looking for a Linux friendly

Re: [O] How to get graphs to display inline (immediately upon creation)?

2012-09-18 Thread Bastien
Hi Richard, Richard Stanton stan...@haas.berkeley.edu writes: One minor issue: if there are no images in the org file, I now get the message No images to display inline When executing a code block. This should not be the case anymore (from master). Thanks, -- Bastien

[O] How to get graphs to display inline (immediately upon creation)?

2012-09-09 Thread Richard Stanton
I'm using Org-mode version 7.9.1 (release_7.9.1-154-g659be3 @ c:/emacs/site-lisp/org-mode/lisp/) I'd like to use org mode to display inline graphs, but am having some trouble. Here's a sample org file (with results block), which creates a single plot using R: - #+TITLE:

Re: [O] How to get graphs to display inline (immediately upon creation)?

2012-09-09 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu wrote: I'm using Org-mode version 7.9.1 (release_7.9.1-154-g659be3 @ c:/emacs/site= -lisp/org-mode/lisp/) I'd like to use org mode to display inline graphs, but am having some troub= le. Here's a sample org file (with results block), which creates a

Re: [O] How to get graphs to display inline (immediately upon creation)?

2012-09-09 Thread Richard Stanton
Yes! Thanks very much. That seems to work fine. -Original Message- From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] Sent: Sunday, September 09, 2012 10:13 PM To: Richard Stanton Cc: emacs-orgmode@gnu.org Subject: Re: [O] How to get graphs to display inline (immediately

Re: [O] How to get graphs to display inline (immediately upon creation)?

2012-09-09 Thread Richard Stanton
: RE: [O] How to get graphs to display inline (immediately upon creation)? Yes! Thanks very much. That seems to work fine. -Original Message- From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] Sent: Sunday, September 09, 2012 10:13 PM To: Richard Stanton Cc: emacs

Re: [O] How to get Wrap at Window Edge in org-mode?

2012-05-23 Thread Carsten Dominik
On May 22, 2012, at 7:21 PM, Bastien wrote: Hi Marius, Marius Hofert marius.hof...@math.ethz.ch writes: I am working with Xubuntu 12.04 on a MacBook Air (4,1) with org-mode version 7.8.09. I use the following code to get Wrap at Window Edge in org-agenda-mode: , | (add-hook

[O] How to get Wrap at Window Edge in org-mode?

2012-05-22 Thread Marius Hofert
Hi, I am working with Xubuntu 12.04 on a MacBook Air (4,1) with org-mode version 7.8.09. I use the following code to get Wrap at Window Edge in org-agenda-mode: , | (add-hook 'org-agenda-mode-hook | '(lambda() |(if truncate-lines (toggle-truncate-lines -1)) |

Re: [O] How to get Wrap at Window Edge in org-mode?

2012-05-22 Thread Russell Adams
On Tue, May 22, 2012 at 05:49:00PM +0200, Marius Hofert wrote: Hi, I am working with Xubuntu 12.04 on a MacBook Air (4,1) with org-mode version 7.8.09. I use the following code to get Wrap at Window Edge in org-agenda-mode: , | (add-hook 'org-agenda-mode-hook | '(lambda() |

Re: [O] How to get Wrap at Window Edge in org-mode?

2012-05-22 Thread Marius Hofert
Dear Russell, I thought so, too, but it does not properly wrap standard .org files (including sections etc.). Instead of Wrap at Window Edge, I still obtain Truncate Long Lines mode in .org files. Cheers, Marius

Re: [O] How to get Wrap at Window Edge in org-mode?

2012-05-22 Thread Russell Adams
The code segment you posed earlier with the lambda statement may override that behavior. Have you tried removing that and restarting emacs? On Tue, May 22, 2012 at 06:14:07PM +0200, Marius Hofert wrote: Dear Russell, I thought so, too, but it does not properly wrap standard .org files

Re: [O] How to get Wrap at Window Edge in org-mode?

2012-05-22 Thread Marius Hofert
Dear Russell, thanks for helping. Yes. I even removed ~/.emacs.desktop and restarted. Still, a standard .org file is shown in Truncate Long Lines mode instead of (the overall emacs default) Wrap at Window Edge. Cheers, Marius -- ETH Zurich Dr. Marius Hofert RiskLab, Department of

Re: [O] How to get Wrap at Window Edge in org-mode?

2012-05-22 Thread Bastien
Hi Marius, Marius Hofert marius.hof...@math.ethz.ch writes: I am working with Xubuntu 12.04 on a MacBook Air (4,1) with org-mode version 7.8.09. I use the following code to get Wrap at Window Edge in org-agenda-mode: , | (add-hook 'org-agenda-mode-hook | '(lambda() |

Re: [O] How to get Wrap at Window Edge in org-mode?

2012-05-22 Thread Marius Hofert
Hi Bastien, Many thanks, that's exactly what I was looking for! Cheers, Marius 05/22/2012 07:21 PM, Bastien wrote: Hi Marius, Marius Hofertmarius.hof...@math.ethz.ch writes: I am working with Xubuntu 12.04 on a MacBook Air (4,1) with org-mode version 7.8.09. I use the following code to

Re: [O] How to get to work non-interactive publishing?

2012-05-21 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: -Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte Sent: Saturday, May 19, 2012 5:39 PM To: Mikhail Titov Cc: emacs-orgmode@gnu.org Subject: Re: [O] How

Re: [O] How to get to work non-interactive publishing?

2012-05-21 Thread Mikhail Titov
-Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte Sent: Saturday, May 19, 2012 5:39 PM To: Mikhail Titov Cc: emacs-orgmode@gnu.org Subject: Re: [O] How to get to work non-interactive

Re: [O] How to get to work non-interactive publishing?

2012-05-21 Thread Mikhail Titov
-Original Message- From: Eric Schulte [mailto:eric.schu...@gmx.com] Sent: Monday, May 21, 2012 1:11 PM To: Mikhail Titov Cc: emacs-orgmode@gnu.org Subject: Re: [O] How to get to work non-interactive publishing? ... Another weird issue I experience when batch-publishing

Re: [O] How to get to work non-interactive publishing?

2012-05-21 Thread Mikhail Titov
-Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov Sent: Monday, May 21, 2012 4:06 PM To: 'Eric Schulte' Cc: emacs-orgmode@gnu.org Subject: Re: [O] How to get to work non-interactive

Re: [O] How to get to work non-interactive publishing?

2012-05-19 Thread Mikhail Titov
On 05/18/2012 07:19 AM, Eric Schulte wrote: I can publish project if I don’t use –-batch . So the following works just fine: emacs -nw --eval '(org-publish-project myproj)' However nothing happens if I try emacs --batch --eval '(org-publish-project myproj)' Does anybody have an idea how to

Re: [O] How to get to work non-interactive publishing?

2012-05-19 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: On 05/18/2012 07:19 AM, Eric Schulte wrote: I can publish project if I don’t use –-batch . So the following works just fine: emacs -nw --eval '(org-publish-project myproj)' However nothing happens if I try emacs --batch --eval '(org-publish-project

Re: [O] How to get to work non-interactive publishing?

2012-05-18 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: Hello! I can publish project if I don’t use –-batch . So the following works just fine: emacs -nw --eval '(org-publish-project myproj)' However nothing happens if I try emacs --batch --eval '(org-publish-project myproj)' Does anybody have an idea how to

[O] How to get to work non-interactive publishing?

2012-05-17 Thread Mikhail Titov
Hello! I can publish project if I don’t use –-batch . So the following works just fine:emacs -nw --eval '(org-publish-project myproj)' However nothing happens if I try emacs --batch --eval '(org-publish-project myproj)' Does anybody have an idea how to pin point the problem? It just

Re: [O] How to get header in second table generated by src block

2012-03-10 Thread Marc-Oliver Ihm
Hi, if you add :colnames yes, like this: #+call: raw-to-table[:exports results](table=raw2) :colnames yes you get the headers, that you expect. regards, Marc

Re: [O] How to get header in second table generated by src block

2012-03-10 Thread Vladimir Lomov
Hello, ** Marc-Oliver Ihm [2012-03-10 17:58:52 +0100]: Hi, if you add :colnames yes, like this: #+call: raw-to-table[:exports results](table=raw2) :colnames yes you get the headers, that you expect. Aha, I thought I should put ~:colnames~ inside ~[]~ regards, Marc Thanks Marc. --- WBR,

[O] How to get header in second table generated by src block

2012-03-09 Thread Vladimir Lomov
--- 8 --- #+TITLE: One code two tables Hello, I'm adopting my workflow to org, and now I want to understand what I do wrong in following. Suppose I have two tables with headers and three columns. In export to html I want to get two tables with

[O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
Hi, I usually export to PDF via LaTeX. One of the symbols I use a lot is the degree symbol (as in degrees C) and typically do this with a latex-ism: ^{\circ}C This doesn't export well to ODT. Can anybody suggest what I can use that would? Using ^{o}C works but doesn't look very nice (lower

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
Eric S Fraga e.fr...@ucl.ac.uk writes: Hi, I usually export to PDF via LaTeX. One of the symbols I use a lot is the degree symbol (as in degrees C) and typically do this with a latex-ism: ^{\circ}C This doesn't export well to ODT. Can anybody suggest what I can use that would?

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Carson Chittom
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric S Fraga e.fr...@ucl.ac.uk writes: Hi, I usually export to PDF via LaTeX. One of the symbols I use a lot is the degree symbol (as in degrees C) and typically do this with a latex-ism: ^{\circ}C This doesn't export well to ODT. Can anybody

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
Carson Chittom car...@wistly.net writes: Eric S Fraga e.fr...@ucl.ac.uk writes: Eric S Fraga e.fr...@ucl.ac.uk writes: Hi, I usually export to PDF via LaTeX. One of the symbols I use a lot is the degree symbol (as in degrees C) and typically do this with a latex-ism: ^{\circ}C

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Christian Moe
On 1/12/12 5:22 PM, Eric S Fraga wrote: I'm not sure if any of these symbols, in general, export well to ODT? At least the UTF solution seems to work in my specific case! Hi, I prefer utf-8 myself, but should it be impractical for any reason, Org's built-in \deg entity is another

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Carson Chittom
Christian Moe m...@christianmoe.com writes: I prefer utf-8 myself, but should it be impractical for any reason, Org's built-in \deg entity is another possibility. Terminate with {} before non-space character, e.g.: Global mean temperature rose 0.74 \deg{}C over 1906--2005. See the

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
Christian Moe m...@christianmoe.com writes: On 1/12/12 5:22 PM, Eric S Fraga wrote: I'm not sure if any of these symbols, in general, export well to ODT? At least the UTF solution seems to work in my specific case! Hi, I prefer utf-8 myself, but should it be impractical for any reason,

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Christian Moe
On 1/12/12 8:49 PM, Eric S Fraga wrote: Is there a list for symbols that will translate properly in ODT export, akin to the org-entities variable? That variable knows about latex, ascii, html, ... but not ODT! Not to worry, org-entities and ODT both speak utf-8. Yours, Christian

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Eric S Fraga
Christian Moe m...@christianmoe.com writes: On 1/12/12 8:49 PM, Eric S Fraga wrote: Is there a list for symbols that will translate properly in ODT export, akin to the org-entities variable? That variable knows about latex, ascii, html, ... but not ODT! Not to worry, org-entities and ODT

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-16 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: On 15.10.2011, at 16:14, Eric S Fraga wrote: Carsten Dominik carsten.domi...@gmail.com writes: On 14.10.2011, at 13:31, Nicolas Goaziou wrote: [...] I have nothing against (1) as item bullets, as it doesn't interfere with any

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-15 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: On 14.10.2011, at 13:31, Nicolas Goaziou wrote: [...] I have nothing against (1) as item bullets, as it doesn't interfere with any existing Org syntax. That is not the only criterion. Adding new syntax elements make more ASCII

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-15 Thread Marius Hofert
I'm 100% with Eric, just that I would say - and (1) are enough. On 2011-10-15, at 16:14 , Eric S Fraga wrote: Carsten Dominik carsten.domi...@gmail.com writes: On 14.10.2011, at 13:31, Nicolas Goaziou wrote: [...] I have nothing against (1) as item bullets, as it doesn't interfere

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-15 Thread Bernt Hansen
Eric S Fraga e.fr...@ucl.ac.uk writes: I am in the keep it simple school. So long as org allows me to distinguish between numbered and unnumbered itemised lists, I am happy. I actually would prefer less choices than there are currently because I would like to get to my choice more quickly

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-15 Thread Carsten Dominik
On 15.10.2011, at 16:14, Eric S Fraga wrote: Carsten Dominik carsten.domi...@gmail.com writes: On 14.10.2011, at 13:31, Nicolas Goaziou wrote: [...] I have nothing against (1) as item bullets, as it doesn't interfere with any existing Org syntax. That is not the only criterion.

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-14 Thread Nicolas Goaziou
Hello, Nick Dokos nicholas.do...@hp.com writes: Marius Hofert marius.hof...@math.ethz.ch wrote: What do you mean by better solution? As far as I can tell, your approach is precisely what Suvayu pointed to. No: what Suvayu pointed to can be done with the standard latex exporter, so it

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-14 Thread Jambunathan K
What about letting go those two variables and create `org-list-bullet-types', which would be a list of strings like: '(- + * 1. 1) (1) a. a) A) A.) It would be hard-coded but every bullet type could be opt-in or opt-out via customize. The default value should be as short

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-14 Thread Carsten Dominik
On 14.10.2011, at 13:31, Nicolas Goaziou wrote: Hello, Nick Dokos nicholas.do...@hp.com writes: Marius Hofert marius.hof...@math.ethz.ch wrote: What do you mean by better solution? As far as I can tell, your approach is precisely what Suvayu pointed to. No: what Suvayu pointed to

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-14 Thread suvayu ali
Hi everyone, On Fri, Oct 14, 2011 at 2:05 PM, Jambunathan K kjambunat...@gmail.com wrote: Is it psychologically very taxing to see 1. instead of a (1) in an Org buffer. Could it be so taxing that a user's productivity will be impacted by it? For my personal use I don't care much as long as

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-14 Thread Marius Hofert
Hi all, I am quite impressed by this discussion, thanks a lot. I am an org-mode user for just a couple of days, and an emacs user for four weeks today. Needless to say, I can't contribute anything useful to this discussion. The only thing(s) I would like to say is/are: (1) If it is not too

[O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Marius Hofert
Dear all, In the manual, I found that numbered lists can be created with 1), 2), ... or 1., 2., ... How can I get numbered lists like this: (1), (2),...? I found org-list-demote-modify-bullet, but the help (and a google search) did not help me in finding a solution to this. Cheers, Marius

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread suvayu ali
On Thu, Oct 13, 2011 at 11:11 AM, Marius Hofert marius.hof...@math.ethz.ch wrote: Dear all, In the manual, I found that numbered lists can be created with 1), 2), ... or 1., 2., ... How can I get numbered lists like this: (1), (2),...? I found org-list-demote-modify-bullet, but the help

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Marius Hofert
Dear Suvayu, thanks. It would be good to know how latex export can be customized to achieve this. Cheers, Marius On 2011-10-13, at 11:37 , suvayu ali wrote: On Thu, Oct 13, 2011 at 11:11 AM, Marius Hofert marius.hof...@math.ethz.ch wrote: Dear all, In the manual, I found that numbered

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread suvayu ali
Hi Marius, On Thu, Oct 13, 2011 at 5:26 PM, Marius Hofert marius.hof...@math.ethz.ch wrote: Dear Suvayu, thanks. It would be good to know how latex export can be customized to achieve this. This thread might be helpful: http://thread.gmane.org/gmane.emacs.orgmode/46763/focus=46771 --

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Nick Dokos
[ I started this earlier but I guess I didn't send it out. Suvayu has replied in the meantime with a pointer to a better solution than this one, but this might be of some minor interest to some people as well - besides, I spent a whole 20 minutes on it, half of it trying to figure out why

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Marius Hofert
Dear Nick, thanks for helping. What do you mean by better solution? As far as I can tell, your approach is precisely what Suvayu pointed to. Using your approach, of course much more is possible, please look at the create enumitem package with all its customizations. But this approach is a

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Alan E. Davis
Without diving into how to set it up in org-mode, the paralist package for LaTeX enables inline numbered lists, as in %% In preamble \usepackage{paralist} %% In document \begin{inparaenum} \item first element \item second element \end{inparaenum} As to how to organize this to be an option

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Nick Dokos
Marius Hofert marius.hof...@math.ethz.ch wrote: What do you mean by better solution? As far as I can tell, your approach is precisely what Suvayu pointed to. No: what Suvayu pointed to can be done with the standard latex exporter, so it would not require changes to org-list-generic-to-latex.

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Nick Dokos
Alan E. Davis lngn...@gmail.com wrote: Without diving into how to set it up in org-mode, the paralist package for LaTeX enables inline numbered lists, as in %% In preamble \usepackage{paralist} %% In document \begin{inparaenum}    \item first element   \item second element

<    1   2