Re: [O] Needing help on org-gnus + LaTeX export -

2013-10-02 Thread Suvayu Ali
On Wed, Oct 02, 2013 at 05:56:32AM +0200, Joseph Vidal-Rosset wrote: (unless (boundp 'org-export-latex-classes) (setq org-export-latex-classes nil)) (add-to-list 'org-export-latex-classes '(beamer These variables are from the old exporter. See:

Re: [O] Bug: dates in heading break beamer export

2013-10-02 Thread Daniele Pizzolli
On 09/30/2013 06:02 PM, Daniele Pizzolli wrote: But org-mode allow this! I think that if something is allowed in org-mode syntax but not by the underlining tools used for export, the exporter should take care to find a suitable workaround. Hello all, I see all your interesting points on the

Re: [O] Bug: code and footnotes (was Bug: dates in heading break beamer export)

2013-10-02 Thread Daniele Pizzolli
On 09/30/2013 07:05 PM, Marcin Borkowski wrote: [] - =string=[footnote] Just curious: what's the problem with =string=[footnote]? Hello Marcin, This line do no really cause errors on latex but do no export the code and/or the footnote and leaves the equals in the output. Here are some

Re: [O] Needing help on org-gnus + LaTeX export -

2013-10-02 Thread Joseph Vidal-Rosset
2013/10/2 Suvayu Ali fatkasuvayu+li...@gmail.com These variables are from the old exporter. See: http://orgmode.org/worg/org-8.0.html http://orgmode.org/worg/exporters/beamer/ox-beamer.html http://orgmode.org/worg/exporters/beamer/ or the manual. Many thanks. It works fine now.

Re: [O] org-debbugs.el

2013-10-02 Thread Michael Albinus
Michael Albinus michael.albi...@gmx.de writes: Hi, I have produced a very first shot of org-debbugs.el. It shows you bug reports from debbugs.gnu.org as TODO items. It needs the debbugs package from the GNU ELPA repository. Well, there hasn't been too much response for this. I have completed

Re: [O] Using Variable Width Fonts for org-mode and Fixed Width forTabless

2013-10-02 Thread Ian Barton
On 27/09/13 08:19, Alan Schmitt wrote: Hi Ian, li...@wilkesley.net writes: I am struggling to get this to work. In my init files I have: (set-default-font DejaVu Serif Italic) I have followed the advice on StackOverflow

Re: [O] Using Variable Width Fonts for org-mode and Fixed WidthforTablesss

2013-10-02 Thread Alan Schmitt
Hi Ian, li...@wilkesley.net writes: That sort of works. The fonts in org-table, etc are fixed pitch as expected. However, I seem unable to set a variable width font using text-mode-hook. Whatever font I choose Emacs ends up using DejaVu Sans Mono. Is it because the variable-pitch-mode is

Re: [O] multiple indirect buffers, and limiting to a drawer

2013-10-02 Thread Matt Price
On Tue, Oct 1, 2013 at 3:28 PM, Bob Newell bobnew...@bobnewell.net wrote: Aloha Matt, For some while I've been also working on my writer-mode for org-mode, and run into similar problems. (However, I don't think I ever intend writer-mode for general release; it will probably just remain

Re: [O] multiple indirect buffers, and limiting to a drawer

2013-10-02 Thread Matt Price
On Tue, Oct 1, 2013 at 5:37 PM, Myles English mylesengl...@gmail.com wrote: Hi Matt, mopto...@gmail.com writes: (3) in the right-hand panel, I'd like to just show the properties drawer of the currently active heading. Can someone suggest the best way to create that third buffer (or more

Re: [O] [BUG] in org-property-drawer-re?

2013-10-02 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: This is just a cheep way to match any character at all, because \000 should not be part of any string (in C it indicates the end of a string). In principle you could put any character you are sure will not turn up, but \000 seems to be

Re: [O] org-debbugs.el

2013-10-02 Thread Suvayu Ali
Hi Michael, On Wed, Oct 02, 2013 at 09:46:08AM +0200, Michael Albinus wrote: Michael Albinus michael.albi...@gmx.de writes: Hi, I have produced a very first shot of org-debbugs.el. It shows you bug reports from debbugs.gnu.org as TODO items. It needs the debbugs package from the GNU

Re: [O] multiple indirect buffers, and limiting to a drawer

2013-10-02 Thread Matt Price
On Tue, Oct 1, 2013 at 1:19 PM, Thorsten Jolitz tjol...@gmail.com wrote: Matt Price mopto...@gmail.com writes: Hi, (1) in a narrow window on the left, an outline of the whole org-file, which I take to represent a major writing project (2) in the main window, a heading element in an

Re: [O] Using Variable Width Fonts for org-mode and Fixed WidthforTablesss

2013-10-02 Thread Ian Barton
On 02/10/13 10:10, Alan Schmitt wrote: Hi Ian, li...@wilkesley.net writes: ur help. That sort of works. The fonts in org-table, etc are fixed pitch as expected. However, I seem unable to set a variable width font using text-mode-hook. Whatever font I choose Emacs ends up using DejaVu Sans

Re: [O] [BUG] in org-property-drawer-re?

2013-10-02 Thread Carsten Dominik
On Oct 2, 2013, at 11:55 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: This is just a cheep way to match any character at all, because \000 should not be part of any string (in C it indicates the end of a string). In principle

Re: [O] [BUG] in org-property-drawer-re?

2013-10-02 Thread Nicolas Goaziou
Carsten Dominik carsten.domi...@gmail.com writes: This is why the real matching Org does is first looking for a begin line, and then for the END line, in two independent searches. Not always: see `org-block-regexp' and `org-babel-src-block-regexp', for example. Regards, -- Nicolas Goaziou

Re: [O] multiple indirect buffers, and limiting to a drawer

2013-10-02 Thread Thorsten Jolitz
Matt Price mopto...@gmail.com writes: Although navigation inside the Org-modes buffers is quite convenient, its somehow even more convenient to have a splitted screen and switch to the read-only navi-buffer and use 1-key bindings for navigation, visibility changes, all kinds of buffer views,

Re: [O] AUCTeX key bindings within Org documents

2013-10-02 Thread Nicolas Richard
AW alexander.will...@t-online.de writes: How can I get it switched on in every org-buffer automagically? You can do this : (add-hook 'org-mode-hook 'org-auctex-keys-minor-mode) -- Nico.

Re: [O] [BUG] in org-property-drawer-re?

2013-10-02 Thread Carsten Dominik
On Oct 2, 2013, at 1:14 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Carsten Dominik carsten.domi...@gmail.com writes: This is why the real matching Org does is first looking for a begin line, and then for the END line, in two independent searches. Not always: see `org-block-regexp'

Re: [O] [BUG] in org-property-drawer-re?

2013-10-02 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Carsten Dominik carsten.domi...@gmail.com writes: This is just a cheep way to match any character at all, because \000 should not be part of any string (in C it indicates the end of a string). In principle you could put any character you

Re: [O] AUCTeX key bindings within Org documents

2013-10-02 Thread Nicolas Richard
Marcin Borkowski mb...@wmi.amu.edu.pl writes: C-c C-c was my idea - but now I've read this, I agree, this might be not a brilliant one. OTOH, C-c C-e got rebound to org-auckeys-environment... Dunno. Could trigger export in org-ctrl-c-ctrl-c-final-hook, i.e. if nothing else worked. -- Nico.

Re: [O] org-debbugs.el

2013-10-02 Thread Michael Albinus
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi Michael, Hi Suvayu, I tried to test by looking for a specific bug. This is what I tried: - search phrase: emacsclient - submitter: fatkasuvayu (that is leading part of my email address) - status: done or nothing But then I get an empty

Re: [O] org-debbugs.el

2013-10-02 Thread Michael Albinus
Michael Albinus michael.albi...@gmx.de writes: I tried to test by looking for a specific bug. This is what I tried: - search phrase: emacsclient - submitter: fatkasuvayu (that is leading part of my email address) - status: done or nothing But then I get an empty *Org Bugs* buffer. Hmm,

Re: [O] org-debbugs.el

2013-10-02 Thread Suvayu Ali
On Wed, Oct 02, 2013 at 01:44:36PM +0200, Michael Albinus wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: A small problem though, calling org-debbugs-search or org-debbugs-bugs from an *Org Bugs* buffer gives me the following backtraces: Oops. Fixed, patch appended. Problem fixed,

Re: [O] org-debbugs.el

2013-10-02 Thread Suvayu Ali
On Wed, Oct 02, 2013 at 01:47:33PM +0200, Michael Albinus wrote: Michael Albinus michael.albi...@gmx.de writes: I tried to test by looking for a specific bug. This is what I tried: - search phrase: emacsclient - submitter: fatkasuvayu (that is leading part of my email address) -

Re: [O] Org mode issue tracker

2013-10-02 Thread Michael Albinus
Brett Viren b...@bnl.gov writes: Hi, Hi Brett, * TODO Subject timestamp :emacs_ver:org_ver:org_module: ... Emacs version ends up as a tag: * TODO . :24.3: Or, if I add an Org version: * TODO .

Re: [O] Summary Blocks Time

2013-10-02 Thread Eric S Fraga
Gustav Wikström gustav.e...@gmail.com writes: Esben Stien address@hidden writes: Any pointers as to how I can do this? Got it;) (setq org-time-clocksum-format '(:hours %d :require-hours t :minutes :%02d :require-minutes t)) Good find Esben! Actually, this recent change to

Re: [O] Summary Blocks Time

2013-10-02 Thread Carsten Dominik
On Oct 2, 2013, at 2:52 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Gustav Wikström gustav.e...@gmail.com writes: Esben Stien address@hidden writes: Any pointers as to how I can do this? Got it;) (setq org-time-clocksum-format '(:hours %d :require-hours t :minutes :%02d

Re: [O] [Babel] :colnames no no longer default for Emacs Lisp [Was] Lisp error: (wrong-type-argument listp hline)

2013-10-02 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: Hi Eric, I think this breaks Marc-Oliver Ihm's lob-table-operations.org. I use these a lot with #+call: lines. Any tips on how to get the old behavior back? You could add the following to your configuration which would replace the previous default.

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-10-02 Thread Eric Schulte
Liam Healy l...@healy.washington.dc.us writes: On Sun, Sep 29, 2013 at 3:46 PM, Eric Schulte schulte.e...@gmail.com wrote: Liam Healy l...@healy.washington.dc.us writes: I noticed that raw results from in-line code blocks were disappearing in the new LaTeX exporter, and bisected the repo to

Re: [O] Bug: dates in heading break beamer export

2013-10-02 Thread Nicolas Goaziou
Hello, Daniele Pizzolli d...@toel.it writes: In fact I use org-mode primarily to stay away from *tex nuisances... and I think that I am not the only one. I know enough latex to find a workaround myself (not enough to offer a general reliable solution) but I do not think that this will be a

Re: [O] Bug: dates in heading break beamer export

2013-10-02 Thread Daniele Pizzolli
On 10/02/2013 03:45 PM, Nicolas Goaziou wrote: Hello, Daniele Pizzolli writes: In fact I use org-mode primarily to stay away from *tex nuisances... and I think that I am not the only one. I know enough latex to find a workaround myself (not enough to offer a general reliable solution) but I

Re: [O] Bug: dates in heading break beamer export

2013-10-02 Thread Nicolas Goaziou
Daniele Pizzolli d...@toel.it writes: Yes, I think is fair to drop the markup. OK. I would also think that this is safe default when nested markup is bad. Do you have an exhaustive list of such cases? Maybe the exporter can emit a notice/warning. That it dropped the markup? Yes, sorry,

Re: [O] Bug: dates in heading break beamer export

2013-10-02 Thread Daniele Pizzolli
On 10/02/2013 05:55 PM, Nicolas Goaziou wrote: Daniele Pizzolli writes: Yes, I think is fair to drop the markup. OK. I would also think that this is safe default when nested markup is bad. Do you have an exhaustive list of such cases? No, not really but I try to report them as soon I

Re: [O] Summary Blocks Time

2013-10-02 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: [...] This got me last week as well for clock reports. Carsten's response was to set (setq org-time-clocksum-format %d:%02d) So this is new behavior that broke with an earlier setting? When did it change, with 8.0? Carsten, I have no

[O] Yet another question about email and org-mode

2013-10-02 Thread Alan E. Davis
I am happy to use native emacs mail, for sending email. What I want to be able to do is keep a copy of my email in an org-mode file. This file could be in datebook format, or just a list, especially if I can tag each email using org-mode tags. The solutions I have seen for using org-mode for

Re: [O] Org Tutorials need more structure

2013-10-02 Thread Alan E. Davis
To be brief, the tutorials and other parts of the worg webpages could do with some updating. Org-mode has been through a good amount of evolution. One isolated example is the remember tutorials. These could, at the least, be marked with a paragraph inset at the top of the file: a statement

Re: [O] Yet another question about email and org-mode

2013-10-02 Thread Josiah Schwab
Hi Alan, I am happy to use native emacs mail, for sending email. What I want to be able to do is keep a copy of my email in an org-mode file. Taking a step back, is there a reason that you want to keep a copy of the email contents in the org file, as opposed to including a link to the email

Re: [O] Different OPTIONS according to export format

2013-10-02 Thread Pascal Quesseveur
Thank you. So it is one reason to upgrade. -- Pascal Quesseveur pques...@gmail.com

[O] Bug: org-open-at-point bug for radio targets [8.2 (8.2-6-gd745cd-elpa @ /home/ben/.emacs.d/elpa/org-20130930/)]

2013-10-02 Thread ben
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] AUCTeX key bindings within Org documents

2013-10-02 Thread Marcin Borkowski
Dnia 2013-10-02, o godz. 13:36:22 Nicolas Richard theonewiththeevill...@yahoo.fr napisał(a): Marcin Borkowski mb...@wmi.amu.edu.pl writes: C-c C-c was my idea - but now I've read this, I agree, this might be not a brilliant one. OTOH, C-c C-e got rebound to org-auckeys-environment...

Re: [O] Bug: dates in heading break beamer export

2013-10-02 Thread Marcin Borkowski
Dnia 2013-10-02, o godz. 18:10:57 Daniele Pizzolli d...@toel.it napisał(a): Of course, that's a similar problem: footnotes are not allowed in headlines. Though, in this case, it isn't possible to drop the markup. What LaTeX code do you suggest? Mmm, I think you are asking to the wrong

[O] Difficulties Accessing git Repository

2013-10-02 Thread Josiah Schwab
Hi orgmode.org overlords, I just tried to pull from the main org-mode git repository. I encountered the following failure. , | monolith:(stable) org-mode$ git pull | fatal: read error: Connection reset by peer ` I checked and I am able to pull from worg. , | monolith:(master)

Re: [O] Yet another question about email and org-mode

2013-10-02 Thread Suvayu Ali
On Wed, Oct 02, 2013 at 11:24:18AM -0700, Josiah Schwab wrote: Hi Alan, I am happy to use native emacs mail, for sending email. What I want to be able to do is keep a copy of my email in an org-mode file. Taking a step back, is there a reason that you want to keep a copy of the email

Re: [O] Difficulties Accessing git Repository

2013-10-02 Thread Suvayu Ali
On Wed, Oct 02, 2013 at 01:50:45PM -0700, Josiah Schwab wrote: Hi orgmode.org overlords, I just tried to pull from the main org-mode git repository. I encountered the following failure. , | monolith:(stable) org-mode$ git pull | fatal: read error: Connection reset by peer `

Re: [O] Bug: dates in heading break beamer export

2013-10-02 Thread Suvayu Ali
On Wed, Oct 02, 2013 at 05:55:44PM +0200, Nicolas Goaziou wrote: Daniele Pizzolli d...@toel.it writes: Yes, I think is fair to drop the markup. OK. I would also think that this is safe default when nested markup is bad. Do you have an exhaustive list of such cases? Maybe the

[O] exporting to beamer error: org-beamer--normalize-argument: Wrong type argument: stringp, nil

2013-10-02 Thread Rob Stewart
Hi, I have followed this tutorial to export from org to beamer frames. http://orgmode.org/worg/exporters/beamer/ox-beamer.html . Unfortunately, the frames are not created for 2nd level headings. Instead, subsections are used. I am using org-mode from the git repository, pulled today using commit

Re: [O] Release 8.2

2013-10-02 Thread Mike McLean
On Sep 19, 2013, at 4:27 PM, Carsten Dominik carsten.domi...@gmail.com wrote: Microsoft Outlook support has been added to /org-mac-link.el/ ~ Thanks to Marc McLean for this patch. Probably way to late now, but “Mike McLean”