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

2013-02-27 Thread Nicolas Goaziou
Hello, Simon Campese 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 characters that follow

[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, lets

[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 "", line 1, in UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 0: ordinal not in range(128) UnicodeEncodeError-lp-550661-test.org Description: Lotus Organizer

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

2013-02-27 Thread Nicolas Goaziou
Hello, Aaron Ecay 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 and height > option

Re: [O] BUG copyright sign

2013-02-27 Thread Bastien
Andreas Röhler writes: > When evaluating the source examples attached, it fails sending > > Traceback (most recent call last): > File "", line 1, in > UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position > 0: ordinal not in range(128) This is a Python error, not an Or

Re: [O] logdone enhancement

2013-02-27 Thread Bastien
Hi Arun, Arun Persaud 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 when it is o

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

2013-02-27 Thread Bastien
Hi Simon, Simon Campese 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 > 'notmuch-address-command

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 (wi

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

2013-02-27 Thread Bastien
Hi Achim, Achim Gratz 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 applied it but

Re: [O] Exporter interface question

2013-02-27 Thread Nicolas Goaziou
Hello, Carsten Dominik 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 subtree, lets drop a

Re: [O] BUG copyright sign

2013-02-27 Thread Andreas Röhler
Am 27.02.2013 09:30, schrieb Bastien: Andreas Röhler writes: When evaluating the source examples attached, it fails sending Traceback (most recent call last): File "", line 1, in UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 0: ordinal not in range(128) T

Re: [O] Exporter question

2013-02-27 Thread Bastien
Nicolas Goaziou writes: > Done. > > Node property is ALT_TITLE and function is > `org-export-get-alt-title'. Thanks! -- Bastien

[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 Or

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

2013-02-27 Thread Bastien
Hi Zech, Not To Miss 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 same file, in my op

Re: [O] BUG copyright sign

2013-02-27 Thread Bastien
Hi Andreas, Andreas Röhler 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 `org-babel-shell-command-on-region' to see

[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 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 ca

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

2013-02-27 Thread Achim Gratz
Bastien 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 anoth

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 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 "print(u'\u00A9')" © > python3 -c "print(

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

2013-02-27 Thread Bastien
Achim Gratz 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 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 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 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 welcome :) But

[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 ap

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

2013-02-27 Thread Bastien
Achim Gratz writes: > Bastien 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 org-mew.el. I

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

2013-02-27 Thread Nicolas Goaziou
"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 > 'entities)) > > This

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

2013-02-27 Thread Bastien
Hi Sébastien, "Sebastien Vauban" 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" 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 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 on this list a

Re: [O] logdone enhancement

2013-02-27 Thread Sebastien Vauban
Bastien, Bastien wrote: > Hi Sébastien, > > "Sebastien Vauban" > 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, though it alread

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

2013-02-27 Thread Achim Gratz
Bastien 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 >>

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

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

2013-02-27 Thread Martin Beck
Bastien 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-

Re: [O] Exporter interface question

2013-02-27 Thread Carsten Dominik
On 27.2.2013, at 09:52, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik 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 t

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 *m

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

2013-02-27 Thread Bastien
Salut Martin, Martin Beck 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 which prom

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 wrote: > > > Carsten Dominik writes: > > > >> When exporting a subtree, lets drop a mark at the > >> headline and then go to this mark when C-c C-e is > >> called with a prefix argument

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

2013-02-27 Thread Bastien
Hi Torsten, Torsten Bronger 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 illustrate this by > inden

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

2013-02-27 Thread Bastien
Achim Gratz writes: > Bastien 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, thanks for double-c

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

2013-02-27 Thread Daimrod
Simon Campese 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 added a custom boolean,

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 sen

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 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 t

Re: [O] [Bug] Export Coding System

2013-02-27 Thread Nicolas Goaziou
Hello, Achim Gratz 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 over >> ag

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

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 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 id:x

[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 bu

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

2013-02-27 Thread Bastien
Hi Julien, Julien Cubizolles 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 functions or is ther

[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 are

[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) "" [org-inlinetask-min-level limit-level org-odd-level

Re: [O] Exporter interface question

2013-02-27 Thread Carsten Dominik
On 27.2.2013, at 09:52, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik 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 t

Re: [O] Exporter interface question

2013-02-27 Thread Nicolas Goaziou
Carsten Dominik 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 want to rush ahead and

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

2013-02-27 Thread Torsten Bronger
Hallöchen! Bastien writes: > Torsten Bronger 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 http://lists.gnu.org/archive/html/emacs-devel/201

[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/li

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.>")' ^ A

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" 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 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 should be no periods

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

2013-02-27 Thread Rasmus
"Sebastien Vauban" 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 scrlttr2.

[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 5d467d6f8affc0afe34922e885ac6e2492ddd

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

2013-02-27 Thread Nicolas Richard
Bastien 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 commit just once

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

2013-02-27 Thread Karl Voit
* Karl Voit 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 today (from >

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

2013-02-27 Thread Bastien
"Nicolas Richard" 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 unplugged for a while :) -

Re: [O] undo-tree and Org visibility

2013-02-27 Thread Bastien
Samuel, Samuel Wales 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) before playing ar

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

2013-02-27 Thread Bastien
Hi Karl, Karl Voit 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 custom

Re: [O] undo-tree and Org visibility

2013-02-27 Thread Samuel Wales
Hi Bastien, On 2/27/13, Bastien 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 state. Correct

Re: [O] Exporter question

2013-02-27 Thread Eric S Fraga
Aaron Ecay 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 column views in sp

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 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 work and is rel

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

2013-02-27 Thread Eric S Fraga
Torsten Wagner 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 sure. You could print

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

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

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

2013-02-27 Thread J. David Boyd
Bastien 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 further,

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 sta

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

2013-02-27 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" 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 over block markers. > I don't remember exactl

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

2013-02-27 Thread Bastien
Hi Nicolas, Nicolas Goaziou 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 (strongly) think othe

Re: [O] logdone enhancement

2013-02-27 Thread Bastien
Hi Sébastien, "Sebastien Vauban" 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 :exports results > ledger reg --inject=Ex

[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. Reg

[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), etc

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

2013-02-27 Thread Nicolas Goaziou
Hello, Bastien 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, that's

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

2013-02-27 Thread Bastien
Hi Sébastien, Bastien 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 `org-agen

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

2013-02-27 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" 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 applies to trees. Inlinetasks do not define a tree.

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 f

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

2013-02-27 Thread David Engster
Bastien writes: > Hi Julien, > > Julien Cubizolles 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 di

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: http://Synth.Stromeko.net/Downloads.html#BlofeldSam

Re: [O] Org-Mode Reference Card "bug"

2013-02-27 Thread Nick Dokos
Frank Mueller 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 second

Re: [O] logdone enhancement

2013-02-27 Thread Nick Dokos
Arun Persaud 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

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

2013-02-27 Thread Eric S Fraga
Alan L Tyree 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 :-) -- : Eric S Fraga

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 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 behavior is relati

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

2013-02-27 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > Footnotes > > 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 mean that title shouldn't appear

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 o

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 ve

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 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 standard part of O

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

2013-02-27 Thread Andreas Leha
Hi Bastien, Bastien writes: > Hi Andreas, > > Andreas Leha 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) laptop. > > There is now `org-edit-src-aut

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

2013-02-27 Thread Samuel Wales
On 2/27/13, Nicolas Goaziou wrote: > Samuel Wales writes: > >> Footnotes >> >> 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 anywhere. It might or might not be related to

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

2013-02-27 Thread Nicolas Goaziou
Samuel Wales writes: > On 2/27/13, Nicolas Goaziou 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 s

  1   2   >