Re: [O] help advicing org-todo

2013-01-06 Thread Luca Ferrari
This is great! Thanks, Luca > (setq org-clock-in-switch-to-state "STRT") > (setq org-clock-out-switch-to-state "DONE") >

Re: [O] org bingo

2013-01-06 Thread Achim Gratz
Yasushi SHOJI writes: > + (org-agenda-buffer (if (buffer-live-p org-agenda-buffer) > + org-agenda-buffer)) --^ This should be a "when" form since there's no else clause. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron

Re: [O] org bingo

2013-01-06 Thread Yasushi SHOJI
Hi Tony, At Thu, 20 Dec 2012 16:43:37 +1100, Tony Day wrote: > > org-random-entry: select and goto a random todo entry. Prefix allows you > to select which todo keyword. > > https://gist.github.com/4343164 love that idea! However, I accidentally tried org-random-entry after org-agenda-exit and

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread Bastien
James Harkins writes: > I just looked at the footnote text... why did we go from "symlinks > work if the name is the same" to an unqualified "symlinks are not > supported"? I overlooked the difference. Please provide a patch. ~$ git clone git://orgmode.org/org-mode.git ~$ emacs & C-x f org-mo

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread James Harkins
On Jan 6, 2013 9:57 PM, "Bastien" wrote: > > Hi James, > > James Harkins writes: > > > I'm not sure of the procedure to contribute to the org manual, but I > > might suggest something like this, under MobileOrg section B2: > > I added a footnote: > http://orgmode.org/cgit.cgi/org-mode.git/commit/

Re: [O] Compatibility tests

2013-01-06 Thread Bastien
Achim Gratz writes: > Bastien writes: >> Please feel free to apply those patch, thanks a lot. > > Done. Thanks! >> PS: Is there any way to convert inline patches into attached >> patches easily from Gnus? > > I don't know, but they were inline by accident anyway. Sorry for that. > > I've almos

Re: [O] Logical not in org-entities.el

2013-01-06 Thread Bastien
Hi Florian, Florian Beck writes: > Thanks, but: \neg has to be put in math mode. Isn't it the case for other entities as well? -- Bastien

Re: [O] Logical not in org-entities.el

2013-01-06 Thread Florian Beck
On 01/06/2013 12:39 PM, Bastien wrote: In master, I added ("neg" "\\neg{}" nil "¬" "[angled dash]" "¬" "¬") in (defconst org-entities ...) so that you can now use it to produce \\neg{} where relevant. Thanks, but: \neg has to be put in math mode.

Re: [O] Ignoring empty subtrees/new exporter

2013-01-06 Thread Florian Beck
On 01/06/2013 11:24 AM, Nicolas Goaziou wrote: The global idea is correct, but I find that the implementation is too low level. It also taints original e-latex back-end. I suggest the following instead: Thanks a lot! A derived backend seems like a good idea. Unfortunatly, the function org-e

[O] how to add a alias to babel mode

2013-01-06 Thread Sofer Athlan
Hi, I want to be able to have this kind of code block (the reason is for ease of postprocessing with org-ruby with coderay_bash) #+begin_src bash #+end_src but I can't find a pointer on how to alias the "sh" babel mode to the string "bash". Can someone shows me the way ? Thanks, -- Sofer.

Re: [O] Compatibility tests

2013-01-06 Thread Achim Gratz
Bastien writes: > Please feel free to apply those patch, thanks a lot. Done. > PS: Is there any way to convert inline patches into attached > patches easily from Gnus? I don't know, but they were inline by accident anyway. Sorry for that. I've almost convinced XEmacs to run the tests, but load

Re: [O] clock consistency check doesn't work for today item

2013-01-06 Thread Bastien
Hi Yuchen, yuchen writes: > In fact, I find that this problem is caused by the absence of blank between > "CLOCK:" and the timestamp.I forget to type it :P > I don't know whether this is a bug... If you clock in and ou using org-clock-in and org-clock-out (or equivalent commands from the agenda

Re: [O] Compatibility tests

2013-01-06 Thread Bastien
Hi Achim, Achim Gratz writes: > First three patchs apply against maint: > Then merge into master and apply these two on top: Please feel free to apply those patch, thanks a lot. PS: Is there any way to convert inline patches into attached patches easily from Gnus? -- Bastien

Re: [O] Babel related bug in elpa version 20121231

2013-01-06 Thread Stelian Iancu
On Sunday, January 6, 2013, Eric Schulte wrote: > Tom Davey > writes: > > > Hi folks, > > > > This is a very interesting discussion. I too have run into this issue, > > and addressed it in a different way. > > > > My init.el contains only a defun and an add-hook. The defun is simple. > > It adds a

Re: [O] backslashchar in texinfo

2013-01-06 Thread Bastien
Hi Andy, Andy Moreton writes: > This still appears to be broken in emacs trunk - could you please update > the org manual there to fix this too ? This has been fixed in the emacs-24 branch and will be merged into trunk soon. http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-24&id=7c68

Re: [O] backslashchar in texinfo

2013-01-06 Thread Andy Moreton
On Sun 06 Jan 2013, Bastien wrote: > Hi Takaaki, > > Takaaki ISHIKAWA writes: > >> I found two build errors in the latest org manual(HEAD of git). >> >> 1. Using ``@backslashcar{}'' command in texinfo(L5114). >> 2. Missing ``@''(L3091). > > Thanks for reporting this! > >> The texinfo command was

Re: [O] Compatibility tests

2013-01-06 Thread Achim Gratz
Bastien writes: > As for XEmacs and Emacs 22, I'm fine with anything that > helps supporting these emacsen, unless it adds too much > extra complexity. First three patchs apply against maint: >From 4e2f6d7d8f870f834079ce010eb2049d61bb5576 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 6 J

[O] emacs initialization files in org mode

2013-01-06 Thread Alan Schmitt
Hello, After having read about the emacs-starter-kit on the list, I really like the idea of having my initialization files in org-mode. As I have many customizations already made, I don't want to dump everything to use esk. What I want is doing the same with my own keybindings and customizations.

Re: [O] clock consistency check doesn't work for today item

2013-01-06 Thread yuchen
Hi Bastien, Bastien altern.org> wrote: >Can you send a minimal .org file that we can use to reproduce the bug? Thanks for your attention to this matter. I'm sorry I post this mail twice by mistake.here is the test org file: >* Task1 > CLOCK:[2013-01-03 周四 23:24]--[2013-01-03 周四 23:42] => 0:18

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread Bastien
Hi James, James Harkins writes: > I'm not sure of the procedure to contribute to the org manual, but I > might suggest something like this, under MobileOrg section B2: I added a footnote: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=76684b5 Thanks! -- Bastien

Re: [O] Using Pandoc for export to EPub and Mediawiki Re: Bug: Status of the org-mediawiki.el [7.8.11]

2013-01-06 Thread Bastien
Hi Bernhard, "Bernhard F.W. Gschaider" writes: > If nobody is actively working on these export filters (Mediawiki) then > maybe "outsourcing" this conversion to pandoc and "only" integrating the > call into the "export menu" would be an interesting way to go Yes. If you can motivate someone ei

Re: [O] [new exporter] adhere org-export-date-timestamp-format?

2013-01-06 Thread Bastien
Hi Nicolas, thanks for looking into this. Nicolas Goaziou writes: > I'm not convinced by this variable. Back-ends are usually so much > different that a global variable aiming at formatting a date timestamp > in any of them doesn't sound very useful. > > Though it may be the job of back-ends to

Re: [O] Logical not in org-entities.el

2013-01-06 Thread Bastien
Hi Florian, Florian Beck writes: > With org-pretty-entities: > On display, org-entities handles all entities and displays them as unicode > characters, even inside math blocks. > On export, org-entities only handles entities outside math. Most of the > time it doesn't matter because the entity n

Re: [O] Bug: org-time-stamp sometimes moves my cursor to another monitor ( [7.8.11]

2013-01-06 Thread Bastien
Hi, E Sabof writes: > In emacs -Q > (setq mouse-autoselect-window t) > M-x org-mode > C-c . > The cursor will move. Fixed, thanks for the detailed explanations. -- Bastien

[O] Using Pandoc for export to EPub and Mediawiki Re: Bug: Status of the org-mediawiki.el [7.8.11]

2013-01-06 Thread Bernhard F.W. Gschaider
Hi all! Am 24.10.12 15:43, schrieb Bastien: > Hi Bernhard, > > Bernhard Gschaider writes: > >> May question: Is the support for Mediawiki-export abandoned? > > For now, yes. > > But I think it would be a nice format to export to. Just one question: does this HAVE to be implemented in org-m

Re: [O] Logical not in org-entities.el

2013-01-06 Thread Florian Beck
On 01/06/2013 07:14 AM, Bastien wrote: Hi Florian, Florian Beck writes: The confusion arises with org-pretty-entities because what you see is definitely not what you get. Mhh... not sure what you mean: what do you see that you don't get? With org-pretty-entities: On display, org-entities

Re: [O] Ignoring empty subtrees/new exporter

2013-01-06 Thread Nicolas Goaziou
Hello, Florian Beck writes: > I have a document with many sections not yet written (i.e. heading > without content) and I would like them to be ignored in the exported > file. I know, I could manually tag these headings with :noexport:, but > what about a more automated approach? > > Now, I trie

Re: [O] Bug: org-time-stamp sometimes moves my cursor to another monitor ( [7.8.11]

2013-01-06 Thread E Sabof
Apparently what doesn't work is (select-frame-set-input-focus), which might have something to do with calendar appearing in a separate frame depending on the value of calendar-setup. Meaning it's probably either an emacs bug, an xmonad bug or a xinerama bug. On Sun, Jan 6, 2013 at 8:46 AM, E Sabo

Re: [O] [new exporter] adhere org-export-date-timestamp-format?

2013-01-06 Thread Nicolas Goaziou
Hello, Bastien writes: > Rasmus writes: > >> Would it be desirable if the new exporter took the variable >> org-export-date-timestamp-format into consideration when formatting >> dates? > > I think so. What do you think, Nicolas? I'm not convinced by this variable. Back-ends are usually so

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread James Harkins
On Jan 4, 2013 11:34 PM, "Bastien" wrote: > > Hi James, > > James Harkins writes: > > > The outcome is the same as the first: document the issue. > > Org is yours :) I worked in software support for awhile, so... I know what it means, e.g., when some behavior is labeled a "known issue" ;-) I'm

Re: [O] Bug: org-time-stamp sometimes moves my cursor to another monitor ( [7.8.11]

2013-01-06 Thread E Sabof
In emacs -Q (setq mouse-autoselect-window t) M-x org-mode C-c . The cursor will move. Sometimes it will move the cursor on top of another frame, which will become active on my computer, since my window manager is also cursor-sensitive. On Sun, Jan 6, 2013 at 7:58 AM, Bastien wrote: > Hi, > >

Re: [O] backslashchar in texinfo

2013-01-06 Thread Takaaki ISHIKAWA
Hi Bastien, >> Could you change the line 3091 from ``@item'' to ``@item @@'' by hand? > > I think it should be @item, to mean "no special char in this table > line." Or am I missing something? Oh, I was so wrong. Please keep it as ``@item''. Thanks. >> I don't know why my patch was not generat

[O] clock consistency check doesn't work for today item

2013-01-06 Thread 李宇晨
Hello! I find that "clock consistency check" doesn't work for today item. For example, when I come into the log mode by C-c a l ,it looks like this: >XXX (someday before today) > Emacs: 12:56-16:09 Clocked: (3:13) STARTED The Org Manual > 生活: 16:34-16:49 Clocked: (0:15) 杂务 > 生活: