Re: [O] posting guide?

2013-03-13 Thread François Pinard
Jay Kerns gjkerns...@gmail.com writes: As Org grows there will be additional newbies (hopefully hundreds!) and additional hostile individuals (hopefully epsilon). Those are the two categories targeted by this proposal. I sadly have to agree somehow. The Perl crowd, for example, was warm and

Re: [O] posting guide?

2013-03-13 Thread Thomas S. Dye
Aloha Jay, Jay Kerns gjkerns...@gmail.com writes: That's my point: I propose that we, as a community, come to some sort of consensus as to what un/acceptable behavior is and an accepted mechanism of response. One way to accomplish this is with a posting guide. I have some thoughts about

Re: [O] Where does org-mode elisp hacking go?

2013-03-13 Thread Charles Berry
Lawrence Bottorff galaxybeinglambda at gmail.com writes: I see on the org-hacks.html page lots of interesting elisp code. If I wanted to use some of this (lots of this) it seems wrong to shove it all in my .emacs file. My first guess would be to put what I want into separate .el

Re: [O] posting guide?

2013-03-13 Thread Jay Kerns
Dear Tom, Perfect - that's just what I'm looking for. And that's exactly what I'll do. Cheers, Jay On Mar 13, 2013 6:16 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha Jay, Jay Kerns gjkerns...@gmail.com writes: That's my point: I propose that we, as a community, come to some sort of

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
I found that I need to add (require 'org-exp-blocks) to my .emacs But now I get another error: Symbol's value as variable is void: org-agenda-export-html-style My guess is that I need another require in .emacs Please help ,me what I need to do. Currently I do -=-=-=-=-=-=-=-=-= (require 'org)

Re: [O] Abbrev with org-mode

2013-03-13 Thread Bastien
Steve Prud'Homme sprud...@gmail.com writes: I do that : C-h v org-export-with-drawers RET and after export Use this (setq org-export-with-drawers t) in your .emacs file HTH, -- Bastien

Re: [O] posting guide?

2013-03-13 Thread Bastien
t...@tsdye.com (Thomas S. Dye) writes: It tries to stay away from prescription, and it deliberately avoids mentioning all the bad behaviors that can be found on mailing lists. Please feel free to edit so it suits! +1! -- Bastien

Re: [O] LaTeX export. Substitute some headlines with arbitrary command

2013-03-13 Thread Charles Berry
Andrey Yankin yankin013 at gmail.com writes: Hi!I want arbitrary top level headline to be exported not as \section (or whatever it is) but with some other arbitrary latex command. [snip] The filter mechanism might be a good choice. Here is an example of modifying a headline:

Re: [O] posting guide?

2013-03-13 Thread Bastien
Hi Jay, Jay Kerns gjkerns...@gmail.com writes: Please note that messages to the emacs-orgmode list are expected to be civil and focused toward our mutual interest of Org mode. /Ad hominem/ or other attacks of a personal nature will not be tolerated by the community. Any strenuous

Re: [O] Further problems with export

2013-03-13 Thread Bastien
Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: Symbol's value as variable is void: org-agenda-export-html-style How do you get this error? My guess is that I need another require in .emacs (require 'org) is the only thing you need. If you add requires for org-e-* libraries,

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-13 Thread Robert Eckl
Martin elwood...@web.de writes: Bastien bzg at altern.org writes: Hi Martin, Martin elwood151 at web.de writes: However I still have the problem that M-x org-version produces an error: Org-mode version N/A-fixup (N/A-fixup !!check installation!! @

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
I install everything in site-lisp On OSX this is /Applications/Emacs.App/Contents/Resources/site-lisp/org This should be on the load path automatically. And I did not change my configuration and everything worked fine for quite some time. On Mar 13, 2013, at 11:56 PM, Bastien b...@altern.org

Re: [O] Further problems with export

2013-03-13 Thread Aaron Ecay
Hi Erich, org-exp-blocks only works with the old exporter, not the new one. It was removed from the master branch git repo in commit ee3b3eb on Mar 2. I’m not clear what version of org you are using (seems it’s not master, as the org-e-foo files have been renamed ox-foo), but you should beware

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-13 Thread Vincent Beffara
Hi, Agreed ... I believe the only problem will occur when one of a multiply occurring event is edited / deleted on the cal side. I have nothing more constructive to propose than just don't do that ... My use-case is just as a way to push org changes to cal and nothing more, and for

Re: [O] LaTeX export. Substitute some headlines with arbitrary command

2013-03-13 Thread Nick Dokos
Andrey Yankin yankin...@gmail.com wrote: Hi! I want arbitrary top level headline to be exported not as \section (or whatever it is) but with some other arbitrary latex command. I even do not want to use headline text. Just write \intro instead of \section{...} in tex file. I've

Re: [O] posting guide?

2013-03-13 Thread James Harkins
Jay Kerns gjkernsysu at gmail.com writes: Yes, I can add people to my SPAM filter (which I did, BTW), but that action protects only *me*. It does not protect the community. It also doesn't protect digest readers such as myself. I was quite annoyed by Jambunathan's suggestion that individual

Re: [O] posting guide?

2013-03-13 Thread Robert Horn
Bastien writes: No objection of course, but it feels both formal and empty to me. I share Bastien's opinion. My experience with community building is that describing and rewarding exemplary behavior is much more useful than attempting to set strict rules of behavior. You need some basic

Re: [O] posting guide?

2013-03-13 Thread Thorsten Jolitz
Robert Horn rjh...@alum.mit.edu writes: It's much better for people trying be be like her, because everyone respects and honors her, rather than following some set of detailed rules. Her??? Who is she? Never met her on this list -- cheers, Thorsten

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
OK, one of my problems was that I did not notice that Emacs itself has org in its lisp directory. So I had two versions. So I started again and did a fresh install of Emacs but I also had a version installed in my ~/.emacs.d/elpa and then I installed a third version in site-lisp Of cours, that

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
Further investigation shows that in the git version org-special-blocks.el contains (require org-html) but no file org-html.el exists. How can I solve this problem? On Mar 14, 2013, at 2:15 AM, Neuwirth Erich erich.neuwi...@univie.ac.at wrote: OK, one of my problems was that I did not notice

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
So for a try I changed (require org-html) to (require ox-html) I could build it, and with the git version of org being the only version in the load-path I tried to export a file as html file C-c C-e h o and then I get Symbol's value as variable is void: org-element-document-properties What

Re: [O] Further problems with export

2013-03-13 Thread Bastien
Hi Erich, what about starting from a fresh Emacs and Org install, following the instructions on http://orgmode.org/org.html#Installation and report back then? Deleting the built-in Org version is calling for trouble... just install the new version on top of the existing one, set the correct

Re: [O] Worg contrib updates

2013-03-13 Thread Bastien
Hi Rick, Rick Frankel r...@rickster.com writes: I have added the two new slideshow exporters to the worg/exporters/ page. Thanks! My question is, should i add them to the contrib page as well (under the HTML presentation section)? I'd say yes. Also, should that section be updated to

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-13 Thread Bastien
Hi John, John Hendy jw.he...@gmail.com writes: I volunteer to help update Worg, if desired. I've been using emacs to just write the .tjp directly, but wanted to switch to using the actual Orgmode format for easier rearranging. I can go through that process and document stuff along the way

Re: [O] posting guide?

2013-03-13 Thread Jay Kerns
On Wed, Mar 13, 2013 at 8:34 PM, Robert Horn rjh...@alum.mit.edu wrote: I share Bastien's opinion. My experience with community building is that describing and rewarding exemplary behavior is much more useful than attempting to set strict rules of behavior. You need some basic rules, but

Re: [O] posting guide?

2013-03-13 Thread Bastien
Hi Jay, Jay Kerns gjkerns...@gmail.com writes: As promised, I added a sentence to that paragraph: Ad hominem comments are out of place and will not be tolerated by the community. If one of you feels this is inconsistent with Org's spirit, feel free to delete my change (it is a wiki, after

Re: [O] Beginner footnotes question

2013-03-13 Thread Eric Abrahamsen
Lawrence Bottorff galaxybeinglam...@gmail.com writes: Sorry, I'm stumbling badly here. I now realize the org-footnote-auto-label needs to be set to avoid the default (t) behavior of doing numbered footnotes ( [fn:1] ) after C-c C-x f auto-inserts. Good. But where do the in-buffer settings go?

Re: [O] Further problems with export

2013-03-13 Thread Nick Dokos
Neuwirth Erich erich.neuwi...@univie.ac.at wrote: Further investigation shows that in the git version org-special-blocks.el contains (require org-html) but no file org-html.el exists. How can I solve this problem? What branch are you using? If you are on maint, both org-special-blocks.el

Re: [O] LaTeX export. Substitute some headlines with arbitrary command

2013-03-13 Thread Andrey Yankin
Sorry if it wasn't clear. I should have illustrate this. Input: * Headline 1 ** Node 1.1 Content 1 * Headline 2 Content 2 * Headline 3 Content 3 * Headline 4 Content 4 * Headline 5 Content 5 Desired output: \intro \subsection{Node 1.1} Content 1 \section{Headline 2} Content 2

<    1   2