Re: [O] clocking ongoing items

2012-12-14 Thread William Gardella
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: Hi all! I wonder how others are clocking ongoing isues, which are not really todos but more like issues collecting clocked time for work done regularly. Example: Reading mail and organising daily priorities of tasks. This todo

Re: [O] org-sync doesn't work with recent org-element.el

2012-12-14 Thread Jonas Hörsch
hi all, hi aurélien, then, i suppose the answer to my main question, whether someone has started updating org-sync, is a no and i'll thus try. i'm not too proficient in elisp yet, so any hints of a clean transition are appreciated. i plan to alter any parts, which read/write cons lists (i mean

Re: [O] org-export-docbook-xsl-fo-proc-command

2012-12-14 Thread trammi
Bastien bzg at altern.org writes: trammi milan.tramosljanin at gmx.de writes: Bastien bzg at altern.org writes: Did you check C-h v org-export-docbook-xslt-proc-command RET ? Yes, but I don't have this variable? I think it's here since org-docbook.el is in Org. Did you

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-14 Thread Bastien
Hi Bernt, Bernt Hansen be...@norang.ca writes: I get the following error when doing C-c ' in a table Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) org-edit-src-code() org-edit-special() call-interactively(org-edit-special nil nil) I fixed this, thanks!

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-14 Thread Bastien
- (if (= end beg) temp - (goto-char beg) - (insert \n) - (org-edit-src-find-region-and-lang + (if (and beg end) + (if (= end beg) + temp + (goto-char beg) + (insert \n) +

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-14 Thread Le Wang
On Fri, Dec 14, 2012 at 8:04 AM, Bernt Hansen be...@norang.ca wrote: I get the following error when doing C-c ' in a table --8---cut here---start-8--- Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) org-edit-src-code()

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-14 Thread Bastien
Hi Le, Le Wang l26w...@gmail.com writes: If I press C-' before on a line BEFORE +begin_src ..., then doing comparison with = with beg==nil and end==nil causes wrong-type-argument error. I think the check should happen before, see how I did it here:

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-14 Thread Bastien
Le Wang l26w...@gmail.com writes: ;; Move marker with inserted text for case when src block is ;; just one empty line, i.e. beg == end. - (end (copy-marker (make-marker) t)) + (end (let ((marker (make-marker))) + (set-marker-insertion-type marker t) +

Re: [O] clocking ongoing items

2012-12-14 Thread Memnon Anon
Rainer Stengele rainer.steng...@online.de writes: I wonder how others are clocking ongoing isues, which are not really todos but more like issues collecting clocked time for work done regularly. Example: Reading mail and organising daily priorities of tasks. *** STRT [#C] Reading Mail/News

[O] S-TAB cycling opening archive subtrees

2012-12-14 Thread Vincent Beffara
Hi, When cycling visibility of a subtree using TAB, subtrees with the :ARCHIVE: tag are not opened, and that is a very good thing. But when I cycle a buffer globally using S-TAB, their contents are shown, which feels like the wrong thing to do ... same if I do C-u TAB instead. C-u S-TAB does

Re: [O] S-TAB cycling opening archive subtrees

2012-12-14 Thread Memnon Anon
Vincent Beffara vbeffara...@gmail.com writes: When cycling visibility of a subtree using TAB, subtrees with the :ARCHIVE: tag are not opened, and that is a very good thing. But when I cycle a buffer globally using S-TAB, their contents are shown, which feels like the wrong thing to do ...

Re: [O] PDF docs from Org-mode: not valid PDF?

2012-12-14 Thread Jambunathan K
LibreOffice's export to PDF has this option File-Export as PDF-PDF/A-1a If you change the preferences in the UI, I am not sure whether it will kicked in with command line export. I will be interested in knowing what you find with the above option. ps: You can export to PDF via

[O] retrieve value of a property from a property-drawer (was: org-sync doesn't work with recent org-element.el)

2012-12-14 Thread Jonas Hörsch
Hej, org-element-wizards, i found that the following use of org-element-map retrieves reliably the value of a key from a property drawer. is such a use, especially the temporary overriding of the headline's type to org-data, to be considered allowed usage or rather a hack and thus to be avoided?

[O] Recent changes to the new exporter?

2012-12-14 Thread Alan Schmitt
Hello, I compiled the new exporter recently (to test the asynchronous export), but since then a file I was working on can no longer be exported using the koma exporter. I'm getting the following error: byte-code: Before first headline at position 4046 in buffer

[O] inline TODO?

2012-12-14 Thread John Kitchin
Is there a way to have a TODO item in an org-file that is not in a headline and that shows up in the agenda? I have been using org-mode to write papers, and often in the middle of a section I want to make a TODO item, right where something needs to be done, and I do not want to make a new heading

Re: [O] inline TODO?

2012-12-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/12/12 15:53, John Kitchin wrote: Is there a way to have a TODO item in an org-file that is not in a headline and that shows up in the agenda? Hi Look for inline tasks:

Re: [O] clocking ongoing items

2012-12-14 Thread Rainer Stengele
Am 14.12.2012 07:51, schrieb Rainer Stengele: Hi all! I wonder how others are clocking ongoing isues, which are not really todos but more like issues collecting clocked time for work done regularly. Example: Reading mail and organising daily priorities of tasks. This todo will not finish

Re: [O] inline TODO?

2012-12-14 Thread John Kitchin
That is exactly what I wanted! Thanks. John --- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Fri, Dec 14, 2012 at 10:27

[O] prevent drawer from folding for specific subtree

2012-12-14 Thread Rainer Stengele
Hi all! I have subtrees which I do clock regularly, never closing them. I always do have to adjust the clockings manually. When I am bookmark-jumping to one of these subtrees and then clock in the clock drawer is always closed - which normally is fine. But in this case I would like to maybe have

Re: [O] babel perl issue

2012-12-14 Thread Eric Schulte
Bastien b...@altern.org writes: Eric Schulte schulte.e...@gmail.com writes: This patch doesn't apply for me with git am to the HEAD of the repo so I can't test it directly Please try this new one against current db51b8 commit in master. This patch is still broken org-mode$ git

Re: [O] Recent changes to the new exporter?

2012-12-14 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: I compiled the new exporter recently (to test the asynchronous export), but since then a file I was working on can no longer be exported using the koma exporter. I'm getting the following error: byte-code: Before first headline at

[O] Builds on OSX fails recently

2012-12-14 Thread Neuwirth Erich
On OSX 10.8.2 with Emacs 24.2.1 when trying make up2 I get Ran 334 tests, 333 results as expected, 1 unexpected (2012-12-14 18:29:01+0100) 5 expected failures 1 unexpected results: FAILED test-org-src/blank-line-block make[1]: *** [test-dirty] Error 1 make: *** [up2] Error 2 Yestereday,

[O] display outline headings up to certain level in search-view

2012-12-14 Thread Abdó Roig-Maranges
Hi, Let's say I have an org file structured like this * Project 1 ** Tasks foo ** Ideas * Project 2 ** Tasks bar When I search 'foo' I'd like the agenda search-view to display 'Project 1' instead of the closer, but less informative 'Tasks' The attached patch solves this by adding a

Re: [O] babel perl issue

2012-12-14 Thread Eric Schulte
Bastien b...@altern.org writes: Eric Schulte schulte.e...@gmail.com writes: This patch is still broken (I don't know why ~$ git format-patch master did not produce an applicable patch.) These three ones are applicable against master/68d4de2. Bare in mind this is just meant as a proof it

Re: [O] When facts change

2012-12-14 Thread Achim Gratz
Rasmus writes: When the facts change, I change my mind. What do you do, sir? If the facts have been changing once, I can wait for them to change again. Or they may not even be facts after all. :-) Perhaps that opinion is too dear for some practitioner, as Lord Keynes was when he allegedly

Re: [O] PDF docs from Org-mode: not valid PDF?

2012-12-14 Thread Achim Gratz
Michael Hannon writes: To proceed with this, I need to generate a series of PDF documents and have the boss's admin assistant try to print them.  Unfortunately, I've been swamped with some other stuff this week and haven't had a chance to work on this. Would it be possible that you first

[O] Include single values from a org-table into a code-block

2012-12-14 Thread Florian Adamsky
Hello, at the moment I'm drafting a paper and I would like to insert values from a org-table into a code-block. After searching a bit a found a mail thread from 2010 [1] which says I have to do the following: src_emacs-lisp[:var d=test-table[3,1]]{d} This works fine but only in non code-blocks.

Re: [O] babel perl issue

2012-12-14 Thread Bastien
Hi Eric, Eric Schulte schulte.e...@gmail.com writes: Would that feel cleaner to you? I feel so. Please let me think more about it, and thanks to be open to this possibility. I'm confident we can keep a good balance between conveniency (when editing various ob* files) and maintainability

Re: [O] Include single values from a org-table into a code-block

2012-12-14 Thread Eric Schulte
Florian Adamsky fa-orgm...@haktar.org writes: Hello, at the moment I'm drafting a paper and I would like to insert values from a org-table into a code-block. After searching a bit a found a mail thread from 2010 [1] which says I have to do the following: src_emacs-lisp[:var

Re: [O] [ANN] Asynchronous export for new exporter

2012-12-14 Thread Nicolas Goaziou
t...@tsdye.com (Thomas S. Dye) writes: Move point to the result and press 'd'. Or 'C' to clear them all. I tangle the initialization file from my document. Can you show me how to configure asynchronous export to run org-babel-tangle-file before export to insure that the initialization file

Re: [O] [ANN] Asynchronous export for new exporter

2012-12-14 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Move point to the result and press 'd'. Or 'C' to clear them all. I tangle the initialization file from my document. Can you show me how to configure asynchronous export to run org-babel-tangle-file before

Re: [O] org-mobile-push error produces wrong-type-argument error

2012-12-14 Thread Ben Finney
Conor Nash nas...@tcd.ie writes: When I try to run org-mobile-push I get an error in the minibuffer: Wrong type argument: listp, todo. I am getting the same error. I'm using the Org mode that comes with Emacs (“GNU Emacs 23.4.1”). The backtrace from the error is: = Debugger entered--Lisp

Re: [O] PDF docs from Org-mode: not valid PDF?

2012-12-14 Thread Radhakrishnan CV
On Sat, Dec 15, 2012 at 12:37 AM, Achim Gratz strom...@nexgo.de wrote: Michael Hannon writes: To proceed with this, I need to generate a series of PDF documents and have the boss's admin assistant try to print them. Unfortunately, I've been swamped with some other stuff this week and

[O] test failure

2012-12-14 Thread Nick Dokos
``make test'' fails on just-updated org: Org-mode version 7.9.2 (release_7.9.2-725-ge55681 @ /home/nick/elisp/org-mode/lisp/) with the following backtrace: , | Test test-org-src/blank-line-block backtrace: | signal(user-error (No special environment to edit here)) | user-error(No