Re: [O] ox-html.el removal

2013-03-11 Thread Achim Gratz
Jambunathan K writes: > I would like to remove ox-html.el from Org distribution. My > relationship with ox-html.el is a bit complicated and I am not sure how > far I can go forward on this front. Legal questions aside, which I'm not qualified to answer, here's a german proverb: "Geschenkt is ge

Re: [O] [RFC] Simplify attributes syntax

2013-03-11 Thread Nicolas Goaziou
Follow up: > The following patch simplifies syntax for attributes. > > From the user POV, it removes necessity to quote or escape characters. > For example, these are now valid: > > #+attr_latex: :font \footnotesize :align |l|c|c| > #+attr_foo: :prop var="value" :another-prop nil > > From the

Re: [O] ox-html.el removal

2013-03-11 Thread Jay Kerns
On Mon, Mar 11, 2013 at 3:11 AM, Achim Gratz wrote: [snip] > Nevertheless my suggestion to the Org community is to respect your wish > and move these two files to contrib... [snip] I have to say I think Achim is really on the right track, here. Also for those interested in a bit of historical

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Daimrod
Achim Gratz writes: > Daimrod writes: >> @All: Can I use (require 'cl) and ignore the warning or is there better >> solution? > > You could if this would never go into mainline, where it is not allowed > due to the namespace pollution that cl causes. You could use cl-lib > instead, but then this

Re: [O] ox-html.el removal

2013-03-11 Thread Carsten Dominik
On 11.3.2013, at 05:08, Jambunathan K wrote: > > Even if my combative positioning doesn't amount to anything much, I want > to throw in a little friction by the way of Bastien and the current > release. I am stating my purpose in no uncertain terms - yes it is to > delay the release or cause co

Re: [O] Copyright/Distribution questions (Emacs/Orgmode)

2013-03-11 Thread Christian Egli
The following message is a courtesy copy of an article that has been posted to gmane.emacs.devel as well. Jambunathan K writes: > I would like to withdraw my pleasure in having these files distributed > as part of Org distribution. These files have been published under the GNU GPL[1] which give

Re: [O] Create course material with org-mode

2013-03-11 Thread Torsten Wagner
Hi Thorsten, thanks for the links. I will look into them. Actually the topic is not exactly OT, I'm looking for a "meta-system" which helps me to keep all those different things together. Hopefully, in a way which allows me to generate different kind of course material from the same sources. I wa

[O] Exporter problem: cannot activate options

2013-03-11 Thread Rainer Stengele
Hi! Using Org-mode version 8.0-pre (release_8.0-pre-35-g5fd7bb I cannot seem to get export options to work. I have ** DONE [#A] text :LOGBOOK: CLOCK: [2013-03-11 Mo 11:30]--[2013-03-11 Mo 11:45] => 0:15 CLOCK: [2013-03-07 Do 10:30]--[2013-03-07 Do 11:00] => 0:30

Re: [O] Create course material with org-mode

2013-03-11 Thread Andreas Röhler
Am 11.03.2013 11:52, schrieb Torsten Wagner: Hi Thorsten, thanks for the links. I will look into them. Actually the topic is not exactly OT, I'm looking for a "meta-system" which helps me to keep all those different things together. Hopefully, in a way which allows me to generate different kind

Re: [O] org-exp-bibtex missing in git?

2013-03-11 Thread Andreas Leha
Jambunathan K writes: > Andreas Leha writes: > >> \footfullcite[prenote][postnote]{key} > > What would prenote and postnote typically contain. Where would they > appear in the exported document - In the citation reference or in the > citation definition. Can the same key have different pre-not

Re: [O] trouble exporting just one subtree while using babel and R code blocks--spoke too soon

2013-03-11 Thread Christopher W. Ryan
OK< back at the office computer . . . In org version 7.9.3f on Windows XP, my C-c C-e is bound to org-export. I guess that's the old exporter. The org-related parts of my .eamcs are below. Clearly not the most elegant .emacs file--I'm still pretty new at this! --

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Frank Terbeck
Daimrod wrote: > Achim Gratz writes: >> Daimrod writes: >>> @All: Can I use (require 'cl) and ignore the warning or is there better >>> solution? >> >> You could if this would never go into mainline, where it is not allowed >> due to the namespace pollution that cl causes. You could use cl-lib >>

Re: [O] ox-html.el removal

2013-03-11 Thread Jay Kerns
Dear Carsten, I certainly support your position. And if *anybody's* wishes should be honoured, I would think yours should be at the top of that list, along with the wishes of the other (at least) 4 copyright holders' of ox-html.el. Cheers, Jay On Mon, Mar 11, 2013 at 4:58 AM, Carsten Dominik

Re: [O] Editing folded headlines and ellipses

2013-03-11 Thread Darlan Cavalcante Moreira
That is another nice feature of org-mode I didn't know about. I set the variable to 'error now.. Any reason why nil is the default? At Sun, 10 Mar 2013 10:57:15 +0100, Suvayu Ali wrote: > > Hi Bastien, > > On Sun, Mar 10, 2013 at 10:34:26AM +0100, Bastien wrote: > > Suvayu Ali writes: > > >

Re: [O] Copyright/Distribution questions (Emacs/Orgmode)

2013-03-11 Thread Jambunathan K
Christian You are mixing licensing and copyright assignment. They are two different things. I am withdrawing my pleasure in giving a consent for inclusion in Emacs. IMO, opinion I can do so for the files haven't landed in Emacs yet. If you look at some of my posts in Orgmode list, I make it

[O] colorg weekly report

2013-03-11 Thread François Pinard
Hi, people. Still had absolutely no time for computers this weekend. It may take maybe two weeks still before my move is complete enough that I can work again in my new location. I'll resume my weekly reports only then. François

Re: [O] Create course material with org-mode

2013-03-11 Thread W. Greenhouse
Hi Torsten, Torsten Wagner writes: > Actually the topic is not exactly OT, I'm looking for a "meta-system" > which helps me to keep all those different things together. > Hopefully, in a way which allows me to generate different kind of > course material from the same sources.  > I was wondering

Re: [O] new version of org-mew.el

2013-03-11 Thread Tokuya Kameshima
Hi Bastien, Could you apply the attached patch to org-mew.el? This will fix a problem where `org-mew-store-link' does not care the Mew's case feature. Thank you, --Tokuya On Mon, 25 Feb 2013 20:36:52 +0900 (JST), Tokuya Kameshima wrote: > The attached is the new version of org-mew.el with sever

Re: [O] new version of org-mew.el

2013-03-11 Thread Bastien
Hi Tokuya, Tokuya Kameshima writes: > Could you apply the attached patch to org-mew.el? > This will fix a problem where `org-mew-store-link' does not care the > Mew's case feature. Applied, thanks a lot! -- Bastien

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Bastien
Daimrod writes: > I've done this, thanks for the advice. Thanks for fixing this! And to Achim for the useful directions. -- Bastien

Re: [O] ox-html.el removal

2013-03-11 Thread Bastien
Hi all, there is no reason not to include ox-html.el and ox-odt.el into Org 8.0. As for their inclusion into Emacs, we will have time to sort this out. Thanks, -- Bastien

[O] #+BEGIN_SRC problem when exporting

2013-03-11 Thread Luca Ferrari
Hi all, maybe I'm getting something wrong but when I add to a file the following block: #+BEGIN_SRC shell ![+-] program ![+-] hostname #+END_SRC and do a Latex export I got an "unbalanced" error. I suspect the problem is tied to the "+" signs that are within the block. Is there a trick I can use

Re: [O] [RFC] Org version of the Org manual

2013-03-11 Thread Thomas S. Dye
Aloha Achim, Achim Gratz writes: > Thomas S. Dye writes: >> I do have a problem here. I think I have mis-configured BTEST_POST. >> >> I have this: >> >> BTEST_POST = >> # -L /ert # needed for Emacs23, Emacs24 has >> ert built in >> # -L /ess # needed for runnin

Re: [O] ox-html.el removal

2013-03-11 Thread Rustom Mody
> > A child with Asperger’s syndrome may notice that a woman in the line at > the supermarket checkout is obese, and remark, in his or her usual tone of > voice and volume, that the lady is fat and needs to go on a diet. The > child’s opinion is that she should be grateful for the observation and >

[O] M-q fill-paragraph and timestamps

2013-03-11 Thread Russell Adams
Minor question, I frequently use inactive timestamps in org, and noticed that M-q (fill-paragraph) will often combine my timestamp in with the text I'm writing. Is there a method to prevent that? ie: [2013-03-11 Mon 11:33] This is a typical note. [2013-03-11 Mon 11:33] I did it again, but now I

[O] Different spacing in html output compared to info and pdf

2013-03-11 Thread Thomas S. Dye
Aloha all, This Org source: - {{{kbdkey(S-,TAB)}}} or {{{kbdspckey(C-u,TAB)}}}, ~org-global-cycle~ :: yields this texinfo output: @item @kbd{S-@key{TAB}} or @kbd{C-u @key{TAB}}, @code{org-global-cycle} which looks fine in info: `S-' or `C-u ', `org-global-cycle' and in pdf: S-TAB or C-u TA

Re: [O] #+BEGIN_SRC problem when exporting

2013-03-11 Thread Eric Schulte
Luca Ferrari writes: > Hi all, > maybe I'm getting something wrong but when I add to a file the following > block: > > #+BEGIN_SRC shell > ![+-] program > ![+-] hostname > #+END_SRC > > and do a Latex export I got an "unbalanced" error. I suspect the > problem is tied to the "+" signs that are w

Re: [O] M-q fill-paragraph and timestamps

2013-03-11 Thread Samuel Wales
On 3/11/13, Russell Adams wrote: > Minor question, I frequently use inactive timestamps in org, and > noticed that M-q (fill-paragraph) will often combine my timestamp in > with the text I'm writing. > > Is there a method to prevent that? [ts] \\ par Samuel -- The Kafka Pandemic: http://thekaf

[O] Tweaking org-agenda view

2013-03-11 Thread Marvin Doyley
Hi there, Is there a way to remove agenda file name from org-agenda weekly view. More specifically, I am trying to reduce the amount of clutter in agenda view - I just want the content, don't care about the file name Thanks M

Re: [O] ox-html.el removal

2013-03-11 Thread Jambunathan K
Carsten Dominik writes: > We will see in how far the FSF will follow your arguments and what > will happen when we merge 8.0 into the Emacs distribution. So I don't > see a reason to hold up the 8.0 release. With respect to Emacs, we > will have time to resolve the issue one way or another. Me

Re: [O] Tweaking org-agenda view

2013-03-11 Thread Nick Dokos
Marvin Doyley wrote: > Hi there, > > Is there a way to remove agenda file name from org-agenda weekly view.  More > specifically, I am > trying to reduce the amount of clutter in agenda view - I just want the > content, don't care about > the file name > Customize org-agenda-prefix-format -

Re: [O] Help with babel results

2013-03-11 Thread Michael Gauland
On 11/03/13 12:48, Eric Schulte wrote: > I've now committed this patch. Thanks--that was fast. Works for me now. Kind Regards, Mike signature.asc Description: OpenPGP digital signature

Re: [O] ox-html.el removal

2013-03-11 Thread Jambunathan K
Check with Nicolas and see to what percentage he agrees with what is shown down below as on that particular date. Jay Kerns writes: > On Mon, Mar 11, 2013 at 3:11 AM, Achim Gratz wrote: > [snip] > >> Nevertheless my suggestion to the Org community is to respect your wish >> and move these

Re: [O] ox-html.el removal

2013-03-11 Thread Eric Schulte
Jambunathan K writes: > Carsten Dominik writes: > >> We will see in how far the FSF will follow your arguments and what >> will happen when we merge 8.0 into the Emacs distribution. So I don't >> see a reason to hold up the 8.0 release. With respect to Emacs, we >> will have time to resolve th

Re: [O] Tweaking org-agenda view

2013-03-11 Thread Marvin Doyley
Hi Nick, this solved my problem. Thanks M On Mon, Mar 11, 2013 at 1:36 PM, Nick Dokos wrote: > Marvin Doyley wrote: > > > Hi there, > > > > Is there a way to remove agenda file name from org-agenda weekly view. > More specifically, I am > > trying to reduce the amount of clutter in agenda vie

[O] [New Exporter] deriving from derived backends?

2013-03-11 Thread Rick Frankel
Nicolas- I am trying to derive a backend from another derived backend (i want to override certain entries in the options-alist), but it does not seem to work. The menu entries are created, but the in the second-level derived backend are not being picked up. Should this work? Or do i need a differ

Re: [O] Org Community

2013-03-11 Thread Ivan Kanis
March, 10 at 13:01 Scott Randby wrote: > However, I am concerned about the future of org. There is one > individual who is poisoning the atmosphere by engaging in unfair and > unfounded name calling that simply should not be included in messages > to this list. I think we should ignore him. I hav

Re: [O] M-q fill-paragraph and timestamps

2013-03-11 Thread Russell Adams
On Mon, Mar 11, 2013 at 10:17:57AM -0700, Samuel Wales wrote: > On 3/11/13, Russell Adams wrote: > > Minor question, I frequently use inactive timestamps in org, and > > noticed that M-q (fill-paragraph) will often combine my timestamp in > > with the text I'm writing. > > > > Is there a method to

Re: [O] Tweaking org-agenda view

2013-03-11 Thread Marvin Doyley
One other question, Is there a way to increase line spacing (height) in agenda view ? thanks M On Mon, Mar 11, 2013 at 2:23 PM, Marvin Doyley wrote: > Hi Nick, > > this solved my problem. Thanks > M > > > On Mon, Mar 11, 2013 at 1:36 PM, Nick Dokos wrote: > >> Marvin Doyley wrote: >> >> > Hi

Re: [O] emacs export org-mode to wiki: especially for the org-mode tables

2013-03-11 Thread Christopher Allan Webber
I think the old org wiki exporters were pre the new exporter? I could be wrong. Would be nice to see a new mediawiki exporter to be written for the new exporter code! filebat Mark writes: > hi all > > I badly need the feature of exporting org-mode to wiki(like mediawiki). > > After google for a

Re: [O] M-q fill-paragraph and timestamps

2013-03-11 Thread Samuel Wales
On 3/11/13, Russell Adams wrote: >> [ts] \\ >> par > > Adding double \'s didn't work for me. No other ideas. It works in Emacs 24.2 with git master; did you try point in par? -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it.

[O] Agenda buffer behavior

2013-03-11 Thread Gregory Benjamin
Hi, Org-mode version 7.9.3e I am getting used to the various Agenda views. One thing that seems 'wrong' to me is that whenever I invoke the main agenda view with 'C-c a a' it reuses (overwrites) the '*Org Agenda*' buffer. Similarly, if invoke the all todos view with 'C-c a t' it overwrites the pr

Re: [O] M-q fill-paragraph and timestamps

2013-03-11 Thread Russell Adams
> No other ideas. It works in Emacs 24.2 with git master; did you try > point in par? I'm on 23.3, I wonder if fill-paragraph changed. Thanks. -- Russell Adamsrlad...@adamsinfoserv.com PGP Key ID: 0

Re: [O] Org Community

2013-03-11 Thread Samuel Wales
Thank you for writing that, Scott. On 3/10/13, Scott Randby wrote: > Last September, I attended a talk given by the lead developers of a > prominent free software project. One of the developers spoke about the > importance of maintaining a friendly community that does not drive > people away. In

Re: [O] Tweaking org-agenda view

2013-03-11 Thread Nick Dokos
Marvin Doyley wrote: > One other question, > > Is there a way to increase line spacing (height) in agenda view ? Maybe add a \n at the beginning of org-agenda-prefix-format? Nick

Re: [O] (no subject)

2013-03-11 Thread T.F. Torrey
Thank you for your thoughtful reply. -- T. Bastien writes: > Hi Terry, > > I hear you. I completely agree that Org should not be less flexible > than it has been so far. At least not for very good reasons, shared > by both the developers and the users. IOW: ease of maintainance and > code con

Re: [O] ox-html.el removal

2013-03-11 Thread T.F. Torrey
Jambunathan K writes: > Meanwhile, someone should fix up the FSF assignment notice on those > files. As far as I am concerned, it is a routine housekeeping thing and > hasn't taken effect. I am not assigning any copyright to FSF. Section 1a of the copyright assignment agreement is very specifi

Re: [O] Create course material with org-mode

2013-03-11 Thread T.F. Torrey
Hello Thorsten, Torsten Wagner writes: > Actually the topic is not exactly OT, I'm looking for a "meta-system" which > helps me to keep all those different things together. Hopefully, in a way > which allows me to generate different kind of course material from the same > sources. > I was wonder

Re: [O] Different spacing in html output compared to info and pdf

2013-03-11 Thread Achim Gratz
Thomas S. Dye writes: > Help? Nice riddle. But here's what I think is happening: your macro expansion ends with a texinfo export snippet. That export snippet is ignored by the the HTML backend as it should, but in doing so the post-blank that the export snippet has gobbled up greedily during par

Re: [O] Org Community

2013-03-11 Thread Loyall, David
FWIW, I believe that the org-mode community should do what we can to oblige Jambunathan's request, even if/when we're not legally required to do so. I think that we should do the same for any human who wants to withdraw from an endeavor. (Don't each of you feel that your code is a part of you?

[O] inline Babel calls in math environments and table cells

2013-03-11 Thread Jay Kerns
Greetings, I am in the process of updating materials to the new exporter in anticipation of Org 8.0. It appears that inline SRC blocks are not being evaluated in table cells and math environments in the new exporter, for instance, something like this: \( SRC_R[:exports results]{2+3} \) or like

Re: [O] inline Babel calls in math environments and table cells

2013-03-11 Thread Jay Kerns
Let me make clear: I'm talking about on export to LaTeX the code blocks aren't evaluated. I can execute in the buffer and everything works fine. -- Jay On Mon, Mar 11, 2013 at 4:54 PM, Jay Kerns wrote: > Greetings, > > I am in the process of updating materials to the new exporter in

Re: [O] Org Community

2013-03-11 Thread François Pinard
Scott Randby writes: > There is one individual who is poisoning the atmosphere by engaging in > unfair and unfounded name calling that simply should not be included > in messages to this list. The Internet wisdom (I mean, years of accumulated experience by lots of people) suggests that we comple

[O] How to set html-postamble per file?

2013-03-11 Thread Jos'h Fuller
Hi! In one of my *.org files, I want to change the org-export-html-postamble-format. Is there any way to set this in the file, like with the #+OPTIONS stuff? The :PROPERTIES: drawer doesn't seem to work for this. Based on a web search, I also tried this: * COMMENT Local variables

Re: [O] inline Babel calls in math environments and table cells

2013-03-11 Thread Eric Schulte
Jay Kerns writes: > Greetings, > > I am in the process of updating materials to the new exporter in > anticipation of Org 8.0. It appears that inline SRC blocks are not > being evaluated in table cells and math environments in the new > exporter, for instance, something like this: > > \( SRC_R[:

Re: [O] RFC: Creating a new org-contrib.git repository

2013-03-11 Thread Achim Gratz
Bastien writes: > The advantage is (1) to separate Org's core logs (the one that are > further merged into Emacs) from the org-contrib.git logs, and (2) to > open org-contrib.git more widely, i.e., make it safe for anyone to > push commits there with no fear of doing something wrong in Org's > main

Re: [O] Create course material with org-mode

2013-03-11 Thread Brian van den Broek
On 9 March 2013 17:21, Torsten Wagner wrote: > Hi, > > I plan to create new course materials for teaching at university level. > I'm looking for a system which enables me to keep all materials together and > to reuse as much as possible the same source files. > > E.g., for a particular topic, I

Re: [O] Create course material with org-mode

2013-03-11 Thread Marcin Borkowski
Dnia 2013-03-11, o godz. 13:30:41 tftor...@tftorrey.com (T.F. Torrey) napisał(a): > Hello Thorsten, > > Torsten Wagner writes: > > > Actually the topic is not exactly OT, I'm looking for a > > "meta-system" which helps me to keep all those different things > > together. Hopefully, in a way whic

Re: [O] Agenda optimization (new worg page and new defaults)

2013-03-11 Thread Bastien
Hi Carsten, Carsten Dominik writes: > I think this is the right decision, thanks. And thanks for the nice > documentation! Tis might deserve a spot in the manual, in the final > chapter. I've done this now, thanks, -- Bastien

Re: [O] Agenda buffer behavior

2013-03-11 Thread Marcin Borkowski
Dnia 2013-03-11, o godz. 12:26:52 Gregory Benjamin napisał(a): > Hi, > > Org-mode version 7.9.3e > > I am getting used to the various Agenda views. One thing that seems > 'wrong' to me is that whenever I invoke the main agenda view with 'C-c > a a' it reuses (overwrites) the '*Org Agenda*' buff

Re: [O] Create course material with org-mode

2013-03-11 Thread Marco
Hi list, and Terry, > This is more or less precisely the structure I use for managing my work. > I maintain each project as one Org file, keeping together all related > text, todo lists, spreadsheets, web pages, letters, and even files like > SVG files. This way I can add just one file (per proje

Re: [O] RFC: Creating a new org-contrib.git repository

2013-03-11 Thread Bastien
Hi Achim, Achim Gratz writes: >> On the technical side: does anyone know what incantations needs to >> be done for this? I use git filter-branch (and its --tree-filter >> option) from time to time but I'm definitely not an expert. What >> we want at the end is: > > Rewriting the history so tha

Re: [O] Tweaking org-agenda view

2013-03-11 Thread Marvin Doyley
Thanks, Cheers M Sent from my iPhone On Mar 11, 2013, at 3:37 PM, Nick Dokos wrote: > Marvin Doyley wrote: > >> One other question, >> >> Is there a way to increase line spacing (height) in agenda view ? > > Maybe add a \n at the beginning of org-agenda-prefix-format? > > Nick >

Re: [O] ox-html.el removal

2013-03-11 Thread Jonathan Leech-Pepin
Hello, T.F. Torrey writes: > Jambunathan K writes: > >> Meanwhile, someone should fix up the FSF assignment notice on those >> files. As far as I am concerned, it is a routine housekeeping thing and >> hasn't taken effect. I am not assigning any copyright to FSF. > > Section 1a of the copyrig

[O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-11 Thread T.F. Torrey
Hello, The new markdown exporter (which I didn't think I'd use, but now greatly appreciate) seems to export underlines as HTML rather than markdown. In other words, this: The _second_ thing. exports as this: The second thing. I'm not experienced with markdown, but this doesn't look right to m

Re: [O] Different spacing in html output compared to info and pdf

2013-03-11 Thread Thomas S. Dye
Aloha Achim, Achim Gratz writes: > Thomas S. Dye writes: >> Help? > > Nice riddle. But here's what I think is happening: your macro expansion > ends with a texinfo export snippet. That export snippet is ignored by > the the HTML backend as it should, but in doing so the post-blank that > the e

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-11 Thread Bastien
Hi Terry, tftor...@tftorrey.com (T.F. Torrey) writes: > I'm not experienced with markdown, but this doesn't look right to > me. I fixed this in master. AFAIK there is no syntax for underlining in Markdown, so underlined text in Org will be exported as plain text in Markdown. See http://stack

Re: [O] inline Babel calls in math environments and table cells

2013-03-11 Thread Jay Kerns
Hello there, On Mon, Mar 11, 2013 at 5:26 PM, Eric Schulte wrote: > Hi Jay, > > This sounds like a question about the new exporter which is beyond my > ken. > > However, code blocks may be called from Org-mode tables, using the `sbe' > [1] macro. > > Hope this helps, Thank you. Yes, it defini

Re: [O] Small tutorial on how to use Perl within org

2013-03-11 Thread D M German
Hi Tom, Thomas S Dye twisted the bytes to say: [...] >> >> http://turingmachine.org/~dmg/emacs/examplePerl.org Tom> Nice. Tom> It would be great to use this document as the basis of ob-doc-perl. Tom> Perl is one of about 20 languages that need to be documented at Tom> http://orgmode.or

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-11 Thread Rick Frankel
On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote: > Hi Terry, > > tftor...@tftorrey.com (T.F. Torrey) writes: > > > I'm not experienced with markdown, but this doesn't look right to > > me. > > AFAIK there is no syntax for underlining in Markdown, so underlined > text in Org will be expo

Re: [O] Org Community

2013-03-11 Thread François Pinard
"Loyall, David" writes: > the org-mode community should do what we can to oblige Jambunathan's > request, even if/when we're not legally required to do so. I read you, but no, not in this case. > (Don't each of you feel that your code is a part of you?) Yes, of course. However, when I put my

Re: [O] Small tutorial on how to use Perl within org

2013-03-11 Thread Thomas S. Dye
Aloha Daniel, D M German writes: > Hi Tom, > It sounds good. I'll do it. I'll probably have it ready the end of the > week or beginning of next. > > I'll also take care of SQL, which I have been using under Org too. This is welcome news. Let me know if there is any way I can help. All the b

Re: [O] Agenda buffer behavior

2013-03-11 Thread Eric Abrahamsen
Gregory Benjamin writes: > Hi, > > Org-mode version 7.9.3e > > I am getting used to the various Agenda views. One thing that seems > 'wrong' to me is that whenever I invoke the main agenda view with 'C-c > a a' it reuses (overwrites) the '*Org Agenda*' buffer. Similarly, if > invoke the all todos

Re: [O] How to set html-postamble per file?

2013-03-11 Thread Eric Abrahamsen
Jos'h Fuller writes: > Hi! > > In one of my *.org files, I want to change the > org-export-html-postamble-format. > > Is there any way to set this in the file, like with the #+OPTIONS stuff? > The :PROPERTIES: drawer doesn't seem to work for this. > > Based on a web search, I also tried this: >

Re: [O] A proposal (ox-html.el/ox-odt.el)

2013-03-11 Thread Jambunathan K
Carsten, Stefan and others Let me table a proposal. All parties - including me - unequivocally agree that interest of Emacs users should be kept in mind. I want to fork ox-html.el and ox-odt.el (as it stands today in Org repo) to GNU ELPA repo. I request that Emacs maintainers recognize the GN

[O] Basic beamer export

2013-03-11 Thread JBash
Hello, I am apparently missing something very basic in the setup for beamer export. I have used http://orgmode.org/worg/exporters/beamer/ox-beamer.html as a guide and have: ;; Export to Beamer Presentation (require 'ox-latex) (add-to-list 'org-latex-classes '("beamer"