[O] Call for volunteer -- managing the publication setup wrt orgmode.org/worg and orgmode.org

2013-04-28 Thread Bastien
Hi all, next week, I will publish the version of Worg Jay and others have been working on. I will also try to clean up the server configuration to make it stable and to have errors reported accurately. Then it would be good to have someone in charge of this. This should not take too much time,

Re: [O] [BUG] New exporter exports TOC twice

2013-04-28 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > I am not saying multiple tocs should not be allowed. I am all for that. > However, I think that by inserting a #+TOC line, the user indicates > desire for local control. Therefore, org-export-with-toc should be ignored, > and, by extension, also #+OPTIONS: toc

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

2013-04-28 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > the change in org-macro.el to use a literal replacement string is still > missing in mainline Org. Is there something wrong with that patch or > should I apply it? IIRC I had told you that you could apply it. If that's not the case, you can apply it anyway ;) Than

Re: [O] bug in latex export?

2013-04-28 Thread Nicolas Goaziou
Hello, renato writes: > this in the .org file > > \begin{theoremwithname}[hei] > theorem > \begin{align*} > 2+2 > \end{align*} > \end{theoremwithname} > > gets latex-exported to this (note that after \endtheoremwithname > everything is replicated with escape characters): This should be fixed. T

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

2013-04-28 Thread Achim Gratz
Nicolas Goaziou writes: > IIRC I had told you that you could apply it. If that's not the case, > you can apply it anyway ;) Done in maint and master. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Waldorf Blofeld: http://Synth.Stromek

Re: [O] [PATCH] fix appointment warn time

2013-04-28 Thread Ivan Kanis
April, 27 at 14:02 Bastien wrote: >> It works great and it looks less expensive. Thank you! > > Great -- thanks for testing this. > > Still, I need to really understand what real problem it fixes... > is it because some of your functions needs to check the property > or is it during regular use of

Re: [O] Problem in org-capture-templates

2013-04-28 Thread Bastien
Hi Igor, Igor Sosa Mayor writes: > i'm experiencing since some weeks a very strange bug (maybe). I have > this simple template: > > (setq org-capture-templates > '(("e" "email (persönlich)" entry (file+headline "~/Documents/org/privat.org" > "Emails") > "* TODO %^{Wem} schreiben >SCHEDULED:

Re: [O] [PATCH] fix appointment warn time

2013-04-28 Thread Bastien
Ivan Kanis writes: > April, 27 at 14:02 Bastien wrote: > >>> It works great and it looks less expensive. Thank you! >> >> Great -- thanks for testing this. >> >> Still, I need to really understand what real problem it fixes... >> is it because some of your functions needs to check the property >>

Re: [O] Mobileorg- Automatic pushing and pulling

2013-04-28 Thread Alexander Baier
Hi Marvin, Maybe you can take a look at the last two FAQs[1] from the android-mobileorg project. Regards, Alex __ [1] https://github.com/matburt/mobileorg-android/wiki/FAQ Marvin Doyley writes: > Hi there, > > Does anybody kno

[O] About indentation when the src block is under a list

2013-04-28 Thread zwz
--text follows this line-- Here is an example: * array ** search - example #+BEGIN_SRC c /* find score in scores ,* return the index if found or -1 */ int search(int scores[], int n, int score){ int i = 0; for(; i - test The indentation of the src block is OK, but it is re

Re: [O] Problem in org-capture-templates

2013-04-28 Thread Igor Sosa Mayor
Hi Bastien, Am Sun, Apr 28, 2013 at 10:49:01AM +0200, Bastien wrote: > I cannot reproduce this. Does anyone can? thnaks for your answer. With 8.0.2 it still happens. How could I debug what is going on? I thought maybe is ido-mode the problem, but if i disable it, it still happens... Many than

Re: [O] How to analyze clocking reports (e. g. with spreadsheet application)?

2013-04-28 Thread Suvayu Ali
On Sun, Apr 28, 2013 at 08:29:05AM +0200, Martin Beck wrote: > > thanks for the pointer to the manual page. I had seen that, but for the > beginning (as my structure of tasks, projects and tags is not very well > "designed" yet, > I need some more sophisticated way to find out how my working time

Re: [O] Mobileorg- Automatic pushing and pulling

2013-04-28 Thread Thomas S. Dye
Aloha Yagnesh Raghava Yakkala, Yagnesh Raghava Yakkala writes: > Hello Thomas, > > On Apr 28 2013, t...@tsdye.com (Thomas S. Dye) wrote: > >> Aloha Feng Shu, >> >> Hmm. The links to an mobileorg FAQ here >> http://mobileorg.ncogni.to/support/ and here >> https://github.com/richard/mobileorg/wiki

Re: [O] How to analyze clocking reports (e. g. with spreadsheet application)?

2013-04-28 Thread OSiUX
El sáb, 27 abr 2013, Martin decía: > I'm using the org-mode clocking features (in org-mode 7.9.4) extensively > to document how much time I spent with which task and when. > > I wonder how I can export the data (e. g. to MS Excel) for further analysis; > * time consumed by different projects > *

Re: [O] Call for volunteer -- managing the publication setup wrt orgmode.org/worg and orgmode.org

2013-04-28 Thread Marc-Oliver Ihm
Hi, would this be enough ? : - Monitor the list for problems with worg several times a week - Run the export process once a week to explicitly look for problems - Contact the authors of any problematic files - Not really be able to greatly improve the exporting process itself, because of a lac

Re: [O] :session question

2013-04-28 Thread Achim Gratz
Eric Schulte writes: > If you mean that there should be new syntax for setting header arguments > on a file or sub-tree basis w/o using file local variables, I'd be happy > to apply a patch. I'm thinking that something like #+PROPERTY: header-args:R :session "*R*" :exports none should work. I'v

Re: [O] About indentation when the src block is under a list

2013-04-28 Thread Charles Berry
zwz gmail.com> writes: > Here is an example: > > * array > ** search >- example > #+BEGIN_SRC c > /* find score in scores >,* return the index if found or -1 */ > int search(int scores[], int n, int score){ > int i = 0; > for(; i return -1; > } > #+END_SRC > >

[O] [PATCH] Minor docfix

2013-04-28 Thread Philipp Moeller
Hi, as of 8.0 org-html uses org-html-head as a prefix for everything related to the HTML head. In one line the documentation is still referring to an old variable. AFAICT setting HTML_INCLUDE_STYLE also doesn't have any effect, but I haven't really confirmed that. Cheers, Philipp diff --git a/do

Re: [O] [PATCH] Minor docfix

2013-04-28 Thread Achim Gratz
Philipp Moeller writes: > as of 8.0 org-html uses org-html-head as a prefix for everything related > to the HTML head. In one line the documentation is still referring to an > old variable. AFAICT setting HTML_INCLUDE_STYLE also doesn't have any > effect, but I haven't really confirmed that. The d

Re: [O] worg-new-exporter successful publish locally

2013-04-28 Thread Jay Kerns
Dear Achim, On Sat, Apr 27, 2013 at 11:43 AM, Achim Gratz wrote: [snip] Thank you for looking into this. The worg-local-init.el is a great idea! Thanks, also, for confirming successful publish - that's great news. I have a question, a comment, and some information to add to my earlier message

[O] [Worg] [New Exporter] invalid time specification

2013-04-28 Thread Jay Kerns
Hello there, I've noticed people mentioning on the list that there is a problem with Worg not publishing, something about an invalid time specification. Having been publishing Worg locally myself, I noticed that I was getting a similar error when it came time to construct the sitemap.org. My work

[O] Collaborating with TODO lists and clocks.

2013-04-28 Thread Gareth Smith
Hi all, Does anyone use org to collaborate on task lists? It seems to me that it would be very natural to put a tasks.org file into a VCS repo, claim a task by changing its status from TODO to IN_PROGRESS (and committing that change), work, then mark as DONE at the end. That's all awesome - but

Re: [O] worg-new-exporter successful publish locally

2013-04-28 Thread Achim Gratz
Jay Kerns writes: > 1. I set up worg-local-init.el as you recommended and everything goes >smoothly until here: > > , > | Publishing file /home/jay/git/worg/org-hacks.org using > `org-html-publish-to-html' > | Loading cc-langs... > | Symbol's function definition is void: nil > ` Yes, I

Re: [O] Mobileorg- Automatic pushing and pulling

2013-04-28 Thread Marvin Doyley
Thanks for the link everybody, here is what I end up doing, i.e., I added these to my .emacs file (which worked like a charm) (add-hook 'after-init-hook 'org-mobile-pull) (add-hook 'kill-emacs-hook 'org-mobile-push) cheers M

Re: [O] Collaborating with TODO lists and clocks.

2013-04-28 Thread Richard Lawrence
Hi Gareth, Gareth Smith writes: > Does anyone use org to collaborate on task lists? It seems to me that it > would be very natural to put a tasks.org file into a VCS repo, claim a > task by changing its status from TODO to IN_PROGRESS (and committing > that change), work, then mark as DONE at th

Re: [O] worg-new-exporter successful publish locally

2013-04-28 Thread Jay Kerns
On Sun, Apr 28, 2013 at 3:12 PM, Achim Gratz wrote: [snip] > I've fixed it on Worg. > Confirmed - thanks! -- Jay

Re: [O] [PATCH] fix appointment warn time

2013-04-28 Thread Ivan Kanis
April, 28 at 10:59 Bastien wrote: >> Without your patch you should see that warntime is nil. > > Mhh... I don't see this. The call to (org-agenda) in your (progn...) > will refresh the text-properties in foo.org and C-u C-x = show the > property in both the agenda and foo.org. I clearly miss som

Re: [O] [Worg] [New Exporter] invalid time specification

2013-04-28 Thread Achim Gratz
Jay Kerns writes: > Doing `toggle-debug-on-error' yields (I'm deleting most of it) > > , > | Debugger entered--Lisp error: (error "Invalid time specification") > | format-time-string("%Y-%m-%d" "<2010-04-24 Sat>") > | org-publish-format-file-entry("%t" Uh-oh. That function should never ge

Re: [O] worg-new-exporter successful publish locally

2013-04-28 Thread Achim Gratz
Achim Gratz writes: > Something in cc-langs that doe not work correctly in batch mode, it > fails to define or select the correct fontification function for gawk. > In any case, it doesn't happen when you don't export in batch mode and > Emacs 23 does not have that problem, interestingly enough… I

Re: [O] worg-new-exporter successful publish locally

2013-04-28 Thread Jay Kerns
On Sun, Apr 28, 2013 at 4:21 PM, Achim Gratz wrote: > Achim Gratz writes: > > I've fixed this, not that I would know exactly how… :-) > Confirmed again, and thanks again! I'm really starting to warm up to this batch publishing approach, it's quite handy. -- Jay

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-28 Thread Eric Abrahamsen
Rick Frankel writes: > On Fri, Apr 26, 2013 at 10:14:17AM -0700, Eric Abrahamsen wrote: >> Rick Frankel writes: >> > >> > Therefore, `org-html-close-tag' should check that the doctype is not a >> > flavor of html4 rather than a flavor of xhtml. An alternative would be >> > to add ("xhtml5" . "")

[O] Buffer-local override of org-latex-title-command?

2013-04-28 Thread James Harkins
Hi, I've decided to write my next research article using org's LaTeX export. The first problem: the journal mandates one column for the title/author heading and the abstract, while the remainder of the text should be in two columns. TeX FAQ recommends the following [1]: \documentclass[twocolumn]