Re: [O] Bug: org-babel-tangle purges comma at the beginning of a line ]

2013-02-27 Thread Nicolas Goaziou
Hello, Simon Campese emacs-orgm...@campese.de writes: I just noticed that org-babel-tangle removes the comma if its at the beginning of a line inside a source block. This seems to be independent from the language indicated (tried with sh, js and emacs-lisp) and also independent from the

[O] Exporter interface question

2013-02-27 Thread Carsten Dominik
Hi, I have a question about the exporter dispatcher. I much appreciate that `C-u C-c C-e' repeats the previous export action, that is extremely useful. I often only export a subtree of a document, and I was wondering if others would also find this proposal useful: When exporting a subtree,

[O] BUG copyright sign

2013-02-27 Thread Andreas Röhler
When evaluating the source examples attached, it fails sending Traceback (most recent call last): File stdin, line 1, in module UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 0: ordinal not in range(128) UnicodeEncodeError-lp-550661-test.org Description: Lotus

Re: [O] [PATCH] ox-latex: provide width and height options for images

2013-02-27 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: Thank you for your patch. Here are a few comments. These are implemented with \resizebox, and thus are uniform across different types of image inclusion (\includegraphics, \input of tikz images). This differs from the older way of using width

Re: [O] BUG copyright sign

2013-02-27 Thread Bastien
Andreas Röhler andreas.roeh...@easy-emacs.de writes: When evaluating the source examples attached, it fails sending Traceback (most recent call last): File stdin, line 1, in module UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 0: ordinal not in range(128)

Re: [O] logdone enhancement

2013-02-27 Thread Bastien
Hi Arun, Arun Persaud apers...@lbl.gov writes: * project ** TODO headline :repeat: a longer description of what the todo item is about SCHEDULED: 2013-06-18 Tue +1m The SCHEDULED line should be right after the headline, see the manual. It can sometimes work

Re: [O] [org-contacts] need help for making gnus/message-mode integration optional

2013-02-27 Thread Bastien
Hi Simon, Simon Campese emacs-orgm...@campese.de writes: My reason for this request: For email address completion in message mode, I use a program that scans through my whole email database (I use notmuch to manage emails and have all my mails stored locally). This program is stored in

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-27 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: Since updating to latest Org this morning, I couldn't open anymore my file ~/org/work.org. Symptom? Org-mode gets loaded, but buffer remains blank, and Emacs is (apparently) inflooping, with letting me stop it (with C-g).

Re: [O] [PATCH] ob-core: do not ask for confirmation if cached value is current

2013-02-27 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Babel asks for confirmation to evaluate a source block even when it is going to use the cached value. This patch skips the superfluous confirmation in that case (no evaluation takes place, the cached value is used). thanks for the patch. I

Re: [O] Exporter interface question

2013-02-27 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: I much appreciate that `C-u C-c C-e' repeats the previous export action, that is extremely useful. I often only export a subtree of a document, and I was wondering if others would also find this proposal useful: When exporting a

Re: [O] BUG copyright sign

2013-02-27 Thread Andreas Röhler
Am 27.02.2013 09:30, schrieb Bastien: Andreas Röhler andreas.roeh...@easy-emacs.de writes: When evaluating the source examples attached, it fails sending Traceback (most recent call last): File stdin, line 1, in module UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in

[O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-02-27 Thread Sebastien Vauban
Hello, Consider this Org block: #+begin_src org * Headline inside an Org block Text of that entry. #+end_src I don't remember exactly why (I think, sometimes, TAB'ing did not work properly to prefix the dangerous lines with a `,'), I had to do it manually: go and prefix every headline of the

Re: [O] tangle multiple code blocks belonging to the same file

2013-02-27 Thread Bastien
Hi Zech, Not To Miss not.to.m...@gmail.com writes: I know C-u C-c C-v t tangles current code block only, even if there are other code blocks that have the same tangle file name. Isn't it counterintuitive? It makes more sense that this command tangles all the code blocks that belongs to the

Re: [O] BUG copyright sign

2013-02-27 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: Forms work from all Python shells You need to test the form in a regular shell, not a Python shell. See `org-babel-sh-command'. AFAIS bug is caused by calling shell-command-on-region See above, and edebug-defun

[O] Shortcuts for setting or changing the warning period -3d in DEADLINE timestamps?

2013-02-27 Thread Martin Beck
I often use individual warning periods for defining how many days before the DEADLINE the task will show up in my agenda like DEADLINE: 2013-02-27 Wed -3d However, it seems not to be possible to enter this warning period directly when defining a date with the calendar e. g. by C-C C-D. Is there

Re: [O] logdone enhancement

2013-02-27 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Arun Persaud apers...@lbl.gov writes: * project ** TODO headline :repeat: a longer description of what the todo item is about SCHEDULED: 2013-06-18 Tue +1m The SCHEDULED line should be right after the headline, see the manual. It

Re: [O] [PATCH] ob-core: do not ask for confirmation if cached value is current

2013-02-27 Thread Achim Gratz
Bastien bzg at altern.org writes: thanks for the patch. I applied it but renamed cache? and cache-current? to cache-p and cache-current-p. Thanks. I have no preference either way regarding the names, I was just following the example of cache?, which I copied from the original code. There's

Re: [O] BUG copyright sign

2013-02-27 Thread Andreas Röhler
Am 27.02.2013 10:12, schrieb Bastien: Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: Forms work from all Python shells You need to test the form in a regular shell, not a Python shell. Hi Bastien, do you mean this: python -c print(u'\xA9') © python -c

Re: [O] [PATCH] ob-core: do not ask for confirmation if cached value is current

2013-02-27 Thread Bastien
Achim Gratz strom...@nexgo.de writes: There's another cache? in ob-lob, IIRC. Fixed, thanks. -- Bastien

Re: [O] Bug: Lisp error: (wrong-type-argument listp t) at startup [7.9.3f (release_7.9.3f-10-g2b13d0 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-02-27 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Basien, since I've updated my org git clone today, I get the following error on emacs startup. Fixed, thanks. Confirmed, thanks. Bye, Tassilo

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

2013-02-27 Thread Achim Gratz
Bastien bzg at altern.org writes: I applied this patch: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=7604fe1 Some functions / variables from mew should be pre-declared or mew needs to be required. Regards, Achim.

Re: [O] Shortcuts for setting or changing the warning period -3d in DEADLINE timestamps?

2013-02-27 Thread Bastien
Hi Martin, Martin Beck elwood...@web.de writes: However, it seems not to be possible to enter this warning period directly when defining a date with the calendar e. g. by C-C C-D. Is there a syntax to enter warnings here directly? Nope. If not, could it be defined, please? :-) Patch

[O] Bad indentation with visual-line-mode

2013-02-27 Thread Torsten Bronger
Hallöchen! For reasons I cannot understand, longlines-mode was dropped in bzr emacs. Thus, I have to use visual-line-mode with org-mode in order to achieve similar behaviour. This has two drawbacks: - There is no way to set the line width besides setting Emacs margins, which is visually less

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

2013-02-27 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien bzg at altern.org writes: I applied this patch: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=7604fe1 Some functions / variables from mew should be pre-declared Can you fix this? or mew needs to be required. Mhh.. no, let's not require

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-27 Thread Nicolas Goaziou
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: You've directly put me on the right track: some (untested) code I added just before leaving on vacation... ;; highlight LaTeX and related syntax (setq org-highlight-latex-and-related '('latex

Re: [O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-02-27 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: IMHO, such a question should not be asked, and the `,' should be inserted literally, as we're in the context of a code block. Fixed in master, thanks. -- Bastien

Re: [O] logdone enhancement

2013-02-27 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Now that this syntax order is enforced, will we get commit 6b04bef back in Org 8? That'd be great... Why not. Can you heavily test commit 6b04bef and see if anything goes wrong? -- Bastien

Re: [O] How to make the new exporter open PDF using evince?

2013-02-27 Thread James Harkins
On Tue, Feb 26, 2013 at 10:40 AM, Martin Marier mariermar...@gmail.com wrote: Hi James, Here is a third vote for mailcap. I have (only) this in my .mailcap file: application/pdf; okular '%s'; test=test -n $DISPLAY Just tried it. Mailcap for the win! PS Cool to see a (notorious) sc user

Re: [O] logdone enhancement

2013-02-27 Thread Sebastien Vauban
Bastien, Bastien wrote: Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Now that this syntax order is enforced, will we get commit 6b04bef back in Org 8? That'd be great... Why not. Can you heavily test commit 6b04bef and see if anything goes wrong? I can try,

Re: [O] [PATCH] ob-core: do not ask for confirmation if cached value is current

2013-02-27 Thread Achim Gratz
Bastien bzg at altern.org writes: thanks for the patch. I applied it but renamed cache? and cache-current? to cache-p and cache-current-p. That patch needs amending. You let-bind cache-current, but then try to use cache-current-p. Regards, Achim.

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-27 Thread Sebastien Vauban
Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: You've directly put me on the right track: some (untested) code I added just before leaving on vacation... ;; highlight LaTeX and related syntax (setq org-highlight-latex-and-related '('latex 'script

Re: [O] [patch] ox-koma-letter

2013-02-27 Thread Michael Strey
On Tue, Feb 26, 2013 at 10:14:28PM +0100, Rasmus wrote: [...] Wouldn't it be better to use Markus Kohm's concept of letter class options to set all the static stuff? Potentially. What do you mean by letter class options? Are you referring to customized LCO files or do you refer to e.g.

Re: [O] Shortcuts for setting or changing the warning period

2013-02-27 Thread Martin Beck
Bastien bzg at altern.org writes: IMHO it would also be helpful to have a shortcut to directly modify the warning period of an item with a timestamp in the agenda. (like it is possible with Shift+Left/Right Arrow to modify the date day by day). C-c C-d RET C-u C-u C-c C-d s-right

Re: [O] Exporter interface question

2013-02-27 Thread Carsten Dominik
On 27.2.2013, at 09:52, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: I much appreciate that `C-u C-c C-e' repeats the previous export action, that is extremely useful. I often only export a subtree of a document, and I was

Re: [O] [patch] ox-koma-letter

2013-02-27 Thread Rasmus
Michael, I mean customized LCO files. For my former company I had made a letter class for business letters based on scrlttr2.cls with two LCO files. the first LCO file *company.lco* contained the general information about the company (address, bank account, etc.). A second LCO file

Re: [O] Shortcuts for setting or changing the warning period

2013-02-27 Thread Bastien
Salut Martin, Martin Beck elwood...@web.de writes: thanks a lot for your help! I tried what you proposed, but that only removes the deadline for me: C-c C-d RET creates the deadline today. C-u C-u C-c C-d removes it and opens a capture window, as I have the corresponding option activated

Re: [O] Exporter interface question

2013-02-27 Thread Suvayu Ali
On Wed, Feb 27, 2013 at 01:00:30PM +0100, Carsten Dominik wrote: On 27.2.2013, at 09:52, Nicolas Goaziou n.goaz...@gmail.com wrote: Carsten Dominik carsten.domi...@gmail.com writes: When exporting a subtree, lets drop a mark at the headline and then go to this mark when C-c C-e is

Re: [O] Bad indentation with visual-line-mode

2013-02-27 Thread Bastien
Hi Torsten, Torsten Bronger bron...@physik.rwth-aachen.de writes: - There is no way to set the line width besides setting Emacs margins, which is visually less appealing than before. (Minor problem.) Please report this to Emacs developers. - Indentation in lists is essentially broken. I

Re: [O] [PATCH] ob-core: do not ask for confirmation if cached value is current

2013-02-27 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien bzg at altern.org writes: thanks for the patch. I applied it but renamed cache? and cache-current? to cache-p and cache-current-p. That patch needs amending. You let-bind cache-current, but then try to use cache-current-p. Er... fixed,

Re: [O] [org-contacts] need help for making gnus/message-mode integration optional

2013-02-27 Thread Daimrod
Simon Campese emacs-orgm...@campese.de writes: Hello, Hi Simon, I have one quick feature request for org-contacts.el that should be pretty easy and quick to implement: Could someone please introduce customizable variables to optionally disable the gnus/message mode integration? I've

Re: [O] Add agenda entries into diary to export weelky calendar

2013-02-27 Thread Torsten Wagner
Hi Sakurai san, I gave calfw a new try yesterday. It works well now and I really like it! I tried to do, as you suggested, a export via htmlfontify-buffer. It seems like it has problems with the cell alignment for those cells which contain an appointment. Please see the attached picture (I can

Re: [O] Including linked emails during export (was Re: Integration of notmuch email references in notes in org-mode)

2013-02-27 Thread Nicolas Goaziou
Hello, Rainer M Krug r.m.k...@gmail.com writes: On 18/02/13 22:41, Suvayu Ali wrote: Hi, On Mon, Feb 18, 2013 at 04:33:45PM +0100, Rainer M Krug wrote: On 18/02/13 16:12, Suvayu Ali wrote: On Mon, Feb 18, 2013 at 02:49:32PM +0100, Rainer M Krug wrote: - From time to time, I have to

Re: [O] [Bug] Export Coding System

2013-02-27 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: Achim Gratz writes: I've just had a chance to test this on the system where the problem originally showed up (Cygwin with the current 24.3 pre-release). On this system, the buffer-file-coding-system is not copied and the (wrong) default takes

Re: [O] [patch] ox-koma-letter

2013-02-27 Thread Sebastien Vauban
Hi, Rasmus wrote: Maybe we should write a user guide *before* further implementation steps. I agree. A question zero is whether we eventually want to have an org-letter which could, in principle, output to something different than scrlttr2. That could be isodoc for which I have a bit of

Re: [O] Including linked emails during export (was Re: Integration of notmuch email references in notes in org-mode)

2013-02-27 Thread Suvayu Ali
Hey Nicolas, On Wed, Feb 27, 2013 at 02:35:04PM +0100, Nicolas Goaziou wrote: Hello, Rainer M Krug r.m.k...@gmail.com writes: But what about defining notmuch as a new language for babel, so that one could do the following: #+begin_src notmuch :exports raw search

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

2013-02-27 Thread Julien Cubizolles
As of today, org-cadav-syn fails with --8---cut here---start-8--- org-export-icalendar: Symbol's function definition is void: org-prepare-agenda-buffers --8---cut here---end---8--- Actually, I can't find this function but

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

2013-02-27 Thread Bastien
Hi Julien, Julien Cubizolles j.cubizol...@free.fr writes: As of today, org-cadav-syn fails with org-export-icalendar: Symbol's function definition is void: org-prepare-agenda-buffers Actually, I can't find this function but org-agenda-prepare-buffers exist. Are there two different

[O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Sebastien Vauban
Hello, The following ECM fails on 2 fronts: - the `noexport' tag on the inline task is not respected; - the exported contents (because of the previous item) is not compilable in LaTeX (maybe the default in `org-latex-inlinetask' is not generic enough for handling such a content, or there

[O] bug: org-export-preprocess-string: Wrong number of arguments when doing org-export-as-html

2013-02-27 Thread Karl Voit
Hi! Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100) #+BEGIN_SRC elisp (org-export-as-html 3 nil nil htmlized-output nil nil) #+END_SRC results in: org-export-preprocess-string: Wrong number of arguments: #[(optional sort-only) a lot of weird characters [org-inlinetask-min-level

Re: [O] Exporter interface question

2013-02-27 Thread Carsten Dominik
On 27.2.2013, at 09:52, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: I much appreciate that `C-u C-c C-e' repeats the previous export action, that is extremely useful. I often only export a subtree of a document, and I was

Re: [O] Exporter interface question

2013-02-27 Thread Nicolas Goaziou
Carsten Dominik carsten.domi...@gmail.com writes: OK, I see that this is a bit less trivial then I thought, requires that I study the ui interface a bit more. I think the only pieces of the UI involved are `org-export-dispatch' function and `org-export-dispatch-last-action' variable. If you

Re: [O] Bad indentation with visual-line-mode

2013-02-27 Thread Torsten Bronger
Hallöchen! Bastien writes: Torsten Bronger bron...@physik.rwth-aachen.de writes: - There is no way to set the line width besides setting Emacs margins, which is visually less appealing than before. (Minor problem.) Please report this to Emacs developers. In

[O] bug with timestamp fontification (bisected to b6b509b)

2013-02-27 Thread Nicolas Richard
This is bisected to b6b509b (which 467f7ff claims to fix, and indeed does partially) Reproduce by doing: emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval '(insert 2012-02-27 Wed.)' = timestamp is not fontified. or instead emacs -q -L /home/youngfrog/sources/org-mode/lisp/

Re: [O] bug with timestamp fontification (bisected to b6b509b)

2013-02-27 Thread Suvayu Ali
On Wed, Feb 27, 2013 at 04:54:54PM +0100, Nicolas Richard wrote: Reproduce by doing: emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval '(insert 2012-02-27 Wed.)' ^ Are you

Re: [O] org-mode not working properly after update

2013-02-27 Thread Sanjib Sikder
Hi, After another update of emacs today, org-mode is working fine now it seems. Thanks - *Sanjib Sikder *

Re: [O] bug with timestamp fontification (bisected to b6b509b)

2013-02-27 Thread Bastien
Hi Nicolas, Nicolas Richard theonewiththeevill...@yahoo.fr writes: This is bisected to b6b509b (which 467f7ff claims to fix, and indeed does partially) I think I *completely* fixed this now... thanks for the heads up and the easy recipe! -- Bastien

Re: [O] bug with timestamp fontification (bisected to b6b509b)

2013-02-27 Thread Nicolas Richard
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Wed, Feb 27, 2013 at 04:54:54PM +0100, Nicolas Richard wrote: emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval '(insert 2012-02-27 Wed.)' Are you sure your timestamp has the correct syntax? As far as I know there

Re: [O] [patch] ox-koma-letter

2013-02-27 Thread Rasmus
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi, Rasmus wrote: Maybe we should write a user guide *before* further implementation steps. I agree. A question zero is whether we eventually want to have an org-letter which could, in principle, output to something different than

[O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Karl Voit
Hi! Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100) I am using these two lines to export an agenda to an iCal file: (org-agenda-list nil nil 60) (org-agenda-write ~/share/all/org-mode/org-export.ics) Since my Org-mode update from today (from

Re: [O] bug with timestamp fontification (bisected to b6b509b)

2013-02-27 Thread Nicolas Richard
Bastien b...@altern.org writes: I think I *completely* fixed this now... thanks for the heads up and the easy recipe! Thanks ; indeed dropping the change to the regexp seems the easiest (and may avoid problems with code relying on that regexp out of the core). May I suggest that you fix the

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Karl Voit
* Karl Voit devn...@karl-voit.at wrote: Hi! Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100) I am using these two lines to export an agenda to an iCal file: (org-agenda-list nil nil 60) (org-agenda-write ~/share/all/org-mode/org-export.ics) Since my Org-mode update from

Re: [O] bug with timestamp fontification (bisected to b6b509b)

2013-02-27 Thread Bastien
Nicolas Richard theonewiththeevill...@yahoo.fr writes: May I suggest that you fix the commit just once more ? Part of the previous fix was to increase group number everywhere, and that has to be reverted. Here is a patch if you prefer : Applied... thanks! *Sigh*... I think I need to get

Re: [O] undo-tree and Org visibility

2013-02-27 Thread Bastien
Samuel, Samuel Wales samolog...@gmail.com writes: When I went back and forth with undo-tree, Org did not show the same visibility that it did during each stage, so I added this defadvice. What it does is make everything visible. My suggestion here is to use M-x show-all RET (or Org cycling)

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Bastien
Hi Karl, Karl Voit devn...@karl-voit.at writes: Was there a change in the default settings or is this a bug? Maybe this change: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02 Achim? -- Bastien

[O] [babel] Commenting out src blocks for tangling

2013-02-27 Thread Eric S Fraga
Hello, I finally bit the bullet and converted by rather convoluted and long emacs startup code to an org file with emacs-lisp code blocks. I then tangle these into the actual code which is loaded by emacs at startup. So far, so good, and it does make it easier for me to navigate around my

Re: [O] undo-tree and Org visibility

2013-02-27 Thread Samuel Wales
Hi Bastien, On 2/27/13, Bastien b...@altern.org wrote: My suggestion here is to use M-x show-all RET (or Org cycling) before playing around with `undo-tree-undo' or `undo-tree-visualize'. You will then have a clear view of what is un-done, without the need to worry about the visibility

Re: [O] Exporter question

2013-02-27 Thread Eric S Fraga
Aaron Ecay aarone...@gmail.com writes: 2013ko otsailak 26an, Bastien-ek idatzi zuen: (Er.. org-toc.el should be trashed, it's 99% obsolete.) It is? I like its functionality and don’t know of any replacement... You could try speedbar instead which might give you most (some? definitely no

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-27 Thread Aaron Ecay
You should be able to set the “tangle” property of the headline to “no” to achieve this effect: see the following section of the manual: (org) Header arguments in Org mode properties It isn’t as easy to manipulate as a tag, perhaps. -- Aaron Ecay

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-27 Thread Eric S Fraga
Aaron Ecay aarone...@gmail.com writes: You should be able to set the “tangle” property of the headline to “no” to achieve this effect: see the following section of the manual: (org) Header arguments in Org mode properties It isn’t as easy to manipulate as a tag, perhaps. Thanks. This does

Re: [O] Add agenda entries into diary to export weelky calendar

2013-02-27 Thread Eric S Fraga
Torsten Wagner torsten.wag...@gmail.com writes: [...] I read about calfw and org2hpda. However, I did not found a way to generate a printable version of calfw (and I had trouble to set it up). For org2hpda I still struggle with the installation and it seems to be broken at the moment. Not

Re: [O] [PATCH] ox-latex: provide width and height options for images

2013-02-27 Thread Achim Gratz
Rasmus writes: For tikz figures resizing should be done via the scale argument to preserve the right font sizes. If people want to resize a tikz figure they should do so in their tikz code. No, that doesn't work for many tikz pictures; in particular it doesn't work for tikz files produced by

Re: [O] logdone enhancement

2013-02-27 Thread Arun Persaud
Hi * project ** TODO headline :repeat: a longer description of what the todo item is about SCHEDULED: 2013-06-18 Tue +1m The SCHEDULED line should be right after the headline, see the manual. It can sometimes work when it is on another line, but this is

Re: [O] seeing ??? in Ccaa rather than file name

2013-02-27 Thread J. David Boyd
Bastien b...@altern.org writes: I see the same thing. Categories that would normally set to the file name are displayed as ???. Presumably because `org-refresh-category-properties' is called inside `with-silent-modifications', which let-binds `buffer-file-name'. Thanks for digging this

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Achim Gratz
Bastien writes: Was there a change in the default settings or is this a bug? Maybe this change: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02 I cannot see how. If the cache is current, the new code does _less_ work than it would have before the change. If the cache was stale

Re: [O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-02-27 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Consider this Org block: #+begin_src org * Headline inside an Org block Text of that entry. #+end_src Technically, this is not an Org block for any serious function in Org. Headlines have precedence

Re: [O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-02-27 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: What about # for priorities? # is already taken, for comments. I think , is good for priorities, and that preventing speed commands in the several blocks is safe and non-intrusive, that's what my patch did. Let me know if you

Re: [O] logdone enhancement

2013-02-27 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: But first, For me, the question comes down to: do we agree that John (in this case) won't be allowed anymore to write such an entry? *** NOTE Assets:Receivable:CEG #+begin_src sh :results value

[O] Org-Mode Reference Card bug

2013-02-27 Thread Frank Mueller
Just a remark to the Org-Mode Reference Card (http://orgmode.org/orgcard.pdf). There is a little bug in the spreadsheet description. wrong:sum from 2nd to 3rd hline :=vsum(@II..@III) correct:sum from 2nd to 3rd hline :=vsum(@II..III) The second at symbol must be deleted for correct working.

[O] Tips for using orgmode + ledger to record events?

2013-02-27 Thread Harum Budi
Hi all (posted to orgmode and ledger-cli list), I'm looking for ideas/tips on how to best record events using orgmode and ledger. By events I mean things like buying/paying a certain item (groceries, online payment, dining out), going to a certain place (haircut appointment, going to the gym),

Re: [O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-02-27 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: # is already taken, for comments. Ok then another binding. I still think freeing , key is the best thing to do. More on this below. I think , is good for priorities, and that preventing speed commands in the several blocks is safe and non-intrusive,

Re: [O] [PATCH] Add a different prefix for past deadlines in the agenda view

2013-02-27 Thread Bastien
Hi Sébastien, Bastien b...@altern.org writes: Here's a patch to allow for a different prefix for deadline entries which are in the past: for example, 3 d ago instead of In -3 d... Please make sure the change is backward compatible so that users don't have to change the value of their

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: The following ECM fails on 2 fronts: - the `noexport' tag on the inline task is not respected; Should it? Inlinetasks are not headlines, even though they use a somewhat similar syntax. :noexport: tag

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Samuel Wales
Also true with region export.

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-27 Thread Alan L Tyree
Eric S Fraga writes: Hello, I finally bit the bullet and converted by rather convoluted and long emacs startup code to an org file with emacs-lisp code blocks. I then tangle these into the actual code which is loaded by emacs at startup. So far, so good, and it does make it easier for me

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

2013-02-27 Thread David Engster
Bastien writes: Hi Julien, Julien Cubizolles j.cubizol...@free.fr writes: As of today, org-cadav-syn fails with org-export-icalendar: Symbol's function definition is void: org-prepare-agenda-buffers Actually, I can't find this function but org-agenda-prepare-buffers exist. Are there two

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Achim Gratz
Achim Gratz writes: I cannot see how. In fact I cannot even see how creating the agenda would run any src block at all… Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Samples for the Waldorf Blofeld:

Re: [O] Org-Mode Reference Card bug

2013-02-27 Thread Nick Dokos
Frank Mueller fm.em...@web.de wrote: Just a remark to the Org-Mode Reference Card (http://orgmode.org/orgcard.pdf). There is a little bug in the spreadsheet description. wrong: sum from 2nd to 3rd hline |:=vsum(@II..@III)| correct: sum from 2nd to 3rd hline |:=vsum(@II..III)| The

Re: [O] logdone enhancement

2013-02-27 Thread Nick Dokos
Arun Persaud apers...@lbl.gov wrote: Hi * project ** TODO headline:repeat: a longer description of what the todo item is about SCHEDULED: 2013-06-18 Tue +1m The SCHEDULED line should be right after the headline, see the manual. It can sometimes work

Re: [O] [babel] Commenting out src blocks for tangling

2013-02-27 Thread Eric S Fraga
Alan L Tyree alanty...@gmail.com writes: [...] G'day Eric, If I understand your problem correctly, doesn't the property :tangle: do what you want? Yes, thanks; Aaron Ecay has also pointed out to me. It works and does exactly what I said I needed. And you have both been very polite :-) --

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-27 Thread Aaron Ecay
2013ko otsailak 27an, Sebastien Vauban-ek idatzi zuen: Do you know if there was a way out -- other than killing Emacs -- in such a case where `C-g' is not working? If you are on Linux (or OS X, I suppose), you can sometimes break an infloop by sending emacs the SIGUSR2 signal (in the shell,

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: The old exporter had a bug where exporting a subtree would start H levels at the level in the file. Thus, the top level being exported could be H8 if it were indented to that level. Or H38 if it were indented to that level. IMO better

Re: [O] [HTML] region export exports footnotes title

2013-02-27 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: h1 class=titleFootnotes/h1 Footnotes is not the correct title. I don't understand. Could you elaborate? Also, I'd like to not have a title for subtree and region export, in case it interferes with the title in the Blogger template. Do you

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

2013-02-27 Thread Achim Gratz
Bastien writes: Some functions / variables from mew should be pre-declared Can you fix this? I don't have mew installed, so no I can't. or mew needs to be required. Mhh.. no, let's not require org-mew.el. Actually, looking at this, it wouldn't work before mew was loaded. IMHO

Re: [O] logdone enhancement

2013-02-27 Thread Arun Persaud
Hi Isn't that what the LOGBOOK drawer is for? You put the mess in there, so it's available when you open it, but you don't have to look at it most of the time. nice! I didn't know about this one. This will solve my problem, although I still would prefer that drawers, etc are added at the very

Re: [O] 5f095f5 is the first bad commit (for my use case)

2013-02-27 Thread Nicolas Goaziou
Do you know if there was a way out -- other than killing Emacs -- in such a case where `C-g' is not working? None that I can think of. Regards, -- Nicolas Goaziou

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Samuel Wales
On 2/27/13, Nicolas Goaziou n.goaz...@gmail.com wrote: It would help to see your test file. For example, in the following Org buffer, * Level 1 ** Level 2 *** Level 3 Level 4 * Level 5 ** Level 6 Did you try it with org-odd-levels-only set to t? That's a

Re: [O] edit-src on read-only files

2013-02-27 Thread Andreas Leha
Hi Bastien, Bastien b...@altern.org writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: On a related note: I'd also love to see the changes in the source code buffers be autosaved in the org file. I've lost some big edits already due to power loss on my (old)

Re: [O] [HTML] region export exports footnotes title

2013-02-27 Thread Samuel Wales
On 2/27/13, Nicolas Goaziou n.goaz...@gmail.com wrote: Samuel Wales samolog...@gmail.com writes: h1 class=titleFootnotes/h1 Footnotes is not the correct title. I don't understand. Could you elaborate? It literally exported that as the title. The document source did not have that headline

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Nicolas Goaziou
Samuel Wales samolog...@gmail.com writes: On 2/27/13, Nicolas Goaziou n.goaz...@gmail.com wrote: It would help to see your test file. For example, in the following Org buffer, * Level 1 ** Level 2 *** Level 3 Level 4 * Level 5 ** Level 6 Did you try it with

Re: [O] [HTML] region export exports footnotes title

2013-02-27 Thread Nicolas Goaziou
Samuel Wales samolog...@gmail.com writes: On 2/27/13, Nicolas Goaziou n.goaz...@gmail.com wrote: Samuel Wales samolog...@gmail.com writes: h1 class=titleFootnotes/h1 Footnotes is not the correct title. I don't understand. Could you elaborate? It literally exported that as the title.

  1   2   >