Re: [O] [BUG] org-clock-display is partial (only some entries are counted)

2015-02-18 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: See `org-clock-display-default-range'. Basically, clock display only consider clocks in the current year, by default. For me, what makes more sense is show all (as, unlike dynamic blocks, we have no visible indication of what's get considered

[O] How to get a column correctly formatted in Babel + R (w/ or w/o name)?

2015-02-19 Thread Sebastien Vauban
code? Babel feature? Best regards, Seb -- Sebastien Vauban

Re: [O] External compilation

2015-02-19 Thread Sebastien Vauban
Rasmus wrote: Sebastien Vauban writes: One side question. I guess that you meant --kill-emacs above (I don't see any function called kill); but, anyway, why do you need to kill Emacs? Isn't that redundant with the --batch option? Googles told me to put it there. I obeyed. In my

Re: [O] External compilation

2015-02-19 Thread Sebastien Vauban
that you meant --kill-emacs above (I don't see any function called kill); but, anyway, why do you need to kill Emacs? Isn't that redundant with the --batch option? Best regards, Seb -- Sebastien Vauban

[O] [BUG] org-clock-display is partial (only some entries are counted)

2015-02-17 Thread Sebastien Vauban
| #+END: --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] [RFC] Simplify `org-show-context' configuration

2015-02-17 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: Question: are the level-1 headlines always visible, all of them I mean? I know that's the case as of now, but wondered if it'd be good to hide the ones which are not significant. Not a very sharp advice on this, though. I have no strong

Re: [O] org-clock-select-task: how does it work?

2015-01-27 Thread Sebastien Vauban
/2013-04/msg00568.html. Best regards, Seb -- Sebastien Vauban

Re: [O] org-clock-select-task: how does it work?

2015-01-28 Thread Sebastien Vauban
Tory S. Anderson wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Peter Münster wrote: On Sat, Jan 24 2015, Peter Münster wrote: - There are duplicates in the list. Not reproducible. I still do have duplicates in my list as well. It never has been fixed, but I don't have either

Re: [O] Customize html formatting tags for export

2015-01-29 Thread Sebastien Vauban
Hello Tory, Note: I changed b to strong because I'm a web developer and most of the time b hurts my soul[1][2][3] ... If I follow you, why don't you convert i to em as well? Best regards, Seb -- Sebastien Vauban

[O] Apply a patch with a single key press from Gnus

2015-01-23 Thread Sebastien Vauban
? Best regards, Seb [1] http://blog.printf.net/articles/2010/10/04/git-patches-in-gnus/ -- Sebastien Vauban

Re: [O] parser: verbatim or code?

2015-01-23 Thread Sebastien Vauban
-- Sebastien Vauban

Re: [O] How to override :eval no in call lines?

2015-01-23 Thread Sebastien Vauban
Charles C. Berry wrote: Sebastien Vauban wrote: In a long document, I must have :eval no at file level, as this is the common setting for most code blocks. However, how do I unset that for some call lines. See (info (org) Evaluating code blocks) Note what it says about 'inside

Re: [O] Traking estimated time for TODO items

2015-01-23 Thread Sebastien Vauban
common format, it should make it. Best regards, Seb -- Sebastien Vauban

Re: [O] [babel, bug?] colnames with a list of columns does not work

2015-01-23 Thread Sebastien Vauban
Hello Thomas and Rainer, Rainer M Krug wrote: Sebastien Vauban writes: #+begin_src R :rownames yes :colnames '(Lg Nb) data(iris) head(table(iris$Petal.Length, iris$Species)[, setosa], n=2) #+end_src returns: | | x | |-+| | 1 | 1 | | 1.1 | 1 | while I

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2015-01-30 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: Here is a patch you can apply with no problem -- just checked it on a fresh copy of master. Thanks. I can apply it but it introduces test failures. FAILED ob-shell/generic-uses-no-arrays FAILED ob-shell/generic-uses-no-assoc

[O] ERT test for checking HTML export: void-variable org-export-filters-alist

2015-01-30 Thread Sebastien Vauban
) and `ox-html'? Best regards, Seb -- Sebastien Vauban

Re: [O] ERT test for checking HTML export: void-variable org-export-filters-alist

2015-01-30 Thread Sebastien Vauban
Hello, Sebastien Vauban wrote: Here is my code to do so: (require 'ox) (defun compare-org-html-export-files (orgfile) Compare current export of ORGFILE with HTML file already present on disk. (let* ((base-name (concat (file-name-directory orgfile) (file-name-base orgfile

Re: [O] keeping text at column 0

2015-01-06 Thread Sebastien Vauban
---start-8--- (setq org-adapt-indentation nil) --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

[O] [bug] Wrong type argument: arrayp, nil

2015-01-12 Thread Sebastien Vauban
Hello, Trying to export the following in HTML: - foo :: Bar - baz :: generates the error replace-regexp-in-string: Wrong type argument: arrayp, nil. Best regards, Seb -- Sebastien Vauban

Re: [O] [bug] Wrong type argument: arrayp, nil

2015-01-12 Thread Sebastien Vauban
Hi Rasmus, Rasmus wrote: Sebastien Vauban writes: - baz :: generates the error replace-regexp-in-string: Wrong type argument: arrayp, nil. This has been fixed. OK, thanks! I forgot to acknowledge that you reported the bug. Sorry!! I can revert the commit and redo the commit if you

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2015-01-09 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: Did I misunderstand the change of last year (Dec '13) or should `sh' language be abandoned in favor of `shell'? I think you're right. IIUC, then, those blocks should be updated: ... And those inline calls as well: ... I am willing to make

Re: [O] Args out of range: #buffer test.org, 0, 1

2015-01-14 Thread Sebastien Vauban
Nicolas Richard wrote: Sebastien Vauban writes: This still leaves me with one question: how do we reproduce the problem? What's the trigger for it? Mostly luck. i.e. you need to have called a function that callled string-match on a string, with a regexp containing (at least) 4 grouping

[O] Args out of range: #buffer test.org, 0, 1

2015-01-13 Thread Sebastien Vauban
-v C-d' to create the first code block in a buffer which did not contain any... and it works in my minimal Emacs... (iff edebug is turned off) Any idea of the problem, then? Clearly, there is some extra cause I did not identify yet. Can you help? Best regards, Seb -- Sebastien Vauban

Re: [O] [BUG] on export resulting in endless evaluation

2015-02-09 Thread Sebastien Vauban
no :noweb no :resultsreplace :sessionnone :tangle no exports code --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] How to override :eval no in call lines?

2015-02-09 Thread Sebastien Vauban
Charles C. Berry wrote: On Fri, 23 Jan 2015, Sebastien Vauban wrote: Charles C. Berry wrote: Sebastien Vauban wrote: In a long document, I must have :eval no at file level, as this is the common setting for most code blocks. However, how do I unset that for some call lines. I don't get why

Re: [O] Org Babel code blocks in COMMENT subtrees gets executed!?

2015-02-13 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: Save this as and Org file, and press C-c C-v C-e... * Intro #+begin_src emacs-lisp (print Foo) #+end_src * COMMENT Method #+begin_src emacs-lisp (print Bar) #+end_src ^ I don't think we should have blocks in COMMENT

Re: [O] Exporting a given file (not buffer)

2015-02-13 Thread Sebastien Vauban
--- Best regards, Seb -- Sebastien Vauban

Re: [O] Why not push?

2015-02-16 Thread Sebastien Vauban
, they don't have `cl-push', but well `cl-pushnew'... Not all that clear to me. Best regards, Seb -- Sebastien Vauban

Re: [O] [bug?] Link to be exported only in HTML

2015-02-05 Thread Sebastien Vauban
Ista Zahn wrote: On Wed, Feb 4, 2015 at 10:15 AM, Sebastien Vauban wrote: #+TITLE: ECM Links for HTML only * Test OTOH, the link on its own is correctly exported to HTML: [[http://opensource.org/licenses/GPL-3.0][http://img.shields.io/:license-gpl-blue.svg]] ... but it fails

Re: [O] [BUG] [babel] [R] :colnames yes conflicts with :results file

2015-01-07 Thread Sebastien Vauban
, Seb -- Sebastien Vauban

Re: [O] [bug] viewing properties in column view

2015-01-07 Thread Sebastien Vauban
have always worked fine. In any case, I didn't get a chance to try this suggestion as Nicolas has already fixed it! User-defined properties are capitalized, see http://orgmode.org/manual/Conventions.html. Best regards, Seb -- Sebastien Vauban

Re: [O] [bug] viewing properties in column view

2015-01-08 Thread Sebastien Vauban
Eric S Fraga wrote: On Wednesday, 7 Jan 2015 at 22:24, Sebastien Vauban wrote: [...] User-defined properties are capitalized, see http://orgmode.org/manual/Conventions.html. A convention is not a requirement, is it? I hate typing upper case letters... You're right; it isn't. So

[O] [bug] Multi-day events aren't properly fontified in the agenda

2015-03-18 Thread Sebastien Vauban
that the mono-day event will be fontified with the face `org-agenda-calendar-event', not the multi-day event. Best regards, Seb -- Sebastien Vauban

Re: [O] Config best practices?

2015-03-20 Thread Sebastien Vauban
asking is that I'm tweaking my org-one-to-many utility so that it propagates the config to all the generated files. Still not that clear to me. Maybe an ECM would clarify your request? Best regards, Seb -- Sebastien Vauban

Re: [O] Possible bug: Can not search for text in links - only description

2015-03-20 Thread Sebastien Vauban
is your friend here. Best regards, Seb -- Sebastien Vauban

Re: [O] ID property generated by org-mobile

2015-03-21 Thread Sebastien Vauban
on such ID; how does it do, then? Best regards, Seb -- Sebastien Vauban

Re: [O] Config best practices?

2015-03-21 Thread Sebastien Vauban
Nick Dokos wrote: Marcin Borkowski mb...@wmi.amu.edu.pl writes: On 2015-03-20, at 10:07, Sebastien Vauban sva-n...@mygooglest.com wrote: Marcin Borkowski wrote: I'm wondering what people do to keep the configuration of their Org files in order. I'm not sure to correctly grasp your objective

Re: [O] Config best practices?

2015-03-21 Thread Sebastien Vauban
for an ARCHIVE'd heading (one that's always collapsed) or for a SETUPFILE? Best regards, Seb -- Sebastien Vauban

Re: [O] How to represent Emacs keystrokes in Org?

2015-03-20 Thread Sebastien Vauban
-emphasis-regexp-components' by default, which would work in 99.9% of the cases. Best regards, Seb -- Sebastien Vauban

Re: [O] Multiple (identical) RESULTS blocks of one code block?

2015-03-09 Thread Sebastien Vauban
, and not the others. You might be able to use a hook function to do this [...]. Another solution is to use the `echo' [1] code block to copy whatever contents where you want it... Best regards, Seb [1] http://orgmode.org/cgit.cgi/org-mode.git/plain/doc/library-of-babel.org -- Sebastien Vauban

Re: [O] Citation syntax: a revised proposal

2015-03-09 Thread Sebastien Vauban
know about the first one (Noweb). PPS- Before, I could use C-s to go through pages which would contain . Now, I don't know if that's because of a change on my side, that does not work anymore... Best regards, Seb -- Sebastien Vauban

Re: [O] Bleeding edge in elpa

2015-03-09 Thread Sebastien Vauban
get the latest version, and if that one is not right, you're kind of stuck: you can't reinstall the previous version via the interface. Or maybe I have to learn something new? Best regards, Seb -- Sebastien Vauban

Re: [O] render - as rarr on html export?

2015-03-24 Thread Sebastien Vauban
Rasmus wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Rasmus wrote: Matt Price mopto...@gmail.com writes: I feel like I've seen the answer to this somewhere but I can't find it -- is it possible for me to get - and = to render as rightarrows (→, ⇒)? Do you want to render

Re: [O] [PATCH] Fix massive slowdown in org-id-find

2015-03-24 Thread Sebastien Vauban
know if it's possible to integrate profiling tests in ERT? So that one could write that if test X takes more than 2 s (for example), the test would fail? Best regards, Seb -- Sebastien Vauban

Re: [O] comment section with latex_header

2015-03-24 Thread Sebastien Vauban
by line? IOW, nothing accessible? Best regards, Seb -- Sebastien Vauban

Re: [O] org-mode timestamp and calendar questions

2015-03-24 Thread Sebastien Vauban
this is not the way to do it. Is it currently possible to do this and if so, what is the correct org-mode timestamp markup for this ? As written in the docs, inactive timestamps have `[' brackets instead of `'. Best regards, Seb -- Sebastien Vauban

Re: [O] comment section with latex_header

2015-03-26 Thread Sebastien Vauban
Robert Klein wrote: On 03/24/2015 10:04 AM, Sebastien Vauban wrote: Can't we say that a COMMENT'ed subtree is like having all of its contents commented, line by line? IOW, nothing accessible? This would probably break a lot of babel stuff. Could you elaborate why? If there was an option

Re: [O] How to create agenda which ignores headings with deadline/scheduled dates older than 3 months

2015-03-30 Thread Sebastien Vauban
, Seb -- Sebastien Vauban

[O] Performance of table computing

2015-03-31 Thread Sebastien Vauban
-- Sebastien Vauban

Re: [O] Performance of table computing

2015-03-31 Thread Sebastien Vauban
Jacob Nielsen wrote: Sebastien Vauban sva-n...@mygooglest.com writes: In one of my Org files, I have 20 small tables. Among them, 11 have a line of formula's (TBLFM), mainly for computing a total (sum), so that's in essence relatively standard and simple. Try this: # -*- cache-long-scans

Re: [O] agenda folding/hiding of sections?

2015-03-03 Thread Sebastien Vauban
Samuel Wales wrote: i wonder if anybody has made the agenda sections fold or hide? i often find i want to hide the time section. M-x org-agenda-toggle-time-grid? Best regards, Seb -- Sebastien Vauban

Re: [O] Embedding diagrams in Org

2015-03-05 Thread Sebastien Vauban
. Best regards, Seb -- Sebastien Vauban

Re: [O] Escape individual underscore?

2015-03-04 Thread Sebastien Vauban
---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] agenda folding/hiding of sections?

2015-03-04 Thread Sebastien Vauban
, etc. If you need that, you must make your own agenda view. Best regards, Seb -- Sebastien Vauban

Re: [O] org.css for mobile-friendly

2015-03-05 Thread Sebastien Vauban
(the above one, maybe?) that could/should be added in ox-html in order to make compliant pages from the start, without forcing all users to add lines in their Org documents? Best regards, Seb -- Sebastien Vauban

Re: [O] render - as rarr on html export?

2015-03-24 Thread Sebastien Vauban
will work, but doesn't give me the visual cue I want when working in org. With org-entities you can have it displayed as the equivalent unicode characters of e.g. \rightarrow. With cdlatex you can insert \rightarrow quickly (on my keyboard: ¨). Best regards, Seb -- Sebastien Vauban

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2015-01-23 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: Nicolas Goaziou wrote: Sebastien Vauban writes: Did I misunderstand the change of last year (Dec '13) or should `sh' language be abandoned in favor of `shell'? I think you're right. IIUC, then, those blocks should be updated: ... And those

Re: [O] [PATCH] Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe' in tests

2015-01-23 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: Could you use git format-patch instead? Of course. Sorry. Here it is. I still cannot apply it. It may be related to a whitespace change in test-ob.el: Application : Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe' in tests

Re: [O] Args out of range: #buffer test.org, 0, 1

2015-01-13 Thread Sebastien Vauban
Hello both Nicolas, Nicolas Richard wrote: Sebastien Vauban writes: I tried to edebug the function `org-babel-demarcate-block' and the error arises quite at the beginning: on the `match-string 0', on the second line of the `let*'. The error means we tried to access portions from 0 to 1

Re: [O] [PATCH] Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe' in tests

2015-01-30 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: Attached a patch that I certify working -- I've applied it myself with success on a current master clone. Thanks. Good news is that I can apply it. Bad news is that some tests fail. 5 unexpected results: FAILED test

Re: [O] parser: verbatim or code?

2015-01-30 Thread Sebastien Vauban
Aaron Ecay wrote: 2015ko urtarrilak 23an, Sebastien Vauban-ek idatzi zuen: Since = and ~ have been inverted, I think it'd make sense to make `org-babel-inline-result-wrap' now default to ~%s (instead of =%s), for markup that produces verbatim text. Here is the patch. If I understand

Re: [O] [OT] A short (less than a minute), informal survey about LaTeX

2015-03-23 Thread Sebastien Vauban
-- Sebastien Vauban

Re: [O] comment section with latex_header

2015-03-23 Thread Sebastien Vauban
--- Best regards, Seb -- Sebastien Vauban

Re: [O] [ox, patch] Add #+SUBTITLE

2015-03-23 Thread Sebastien Vauban
for the journal I’m talking about includes coding some Emacs Lisp to extract metadata from LaTeX (and aux) files and generate XML files for uploading pdfs to the journal site.) WDYT? +1^{2} ;-) Best regards, Seb -- Sebastien Vauban

Re: [O] Best practices for dual HTML/LaTeX export for scientific papers

2015-04-03 Thread Sebastien Vauban
: - using minipage and subcaption (or something else) for LaTeX - using ??? for HTML Best regards, Seb -- Sebastien Vauban

Re: [O] [RFC] Org linting library

2015-04-23 Thread Sebastien Vauban
) if it's empty? Best regards, Seb -- Sebastien Vauban

Re: [O] Cannot insert footnote here

2015-04-21 Thread Sebastien Vauban
(shorter, for example) title for a given headline. Best regards, Seb -- Sebastien Vauban

Re: [O] Portable way to insert and display images in an org entry ?

2015-04-21 Thread Sebastien Vauban
on my cygwin installation since the link is: [[file:Captures d'écran/20150421-SOAINFRA-saturation.png][Illustration de la saturation du TBS I7_SOAINFRA_AA_DATA01]] Can't you avoid the space in Capture d'écran (and maybe the accent as well)? Best regards, Seb -- Sebastien Vauban

[O] [bug] Leading spaces aren't preserved in a `verse' special block

2015-04-24 Thread Sebastien Vauban
eiusmod. Tempor incididunt ut labore? Et dolore magna aliqua? In a verse, indentation should be preserved. #+end_verse --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

[O] ARCHIVE'd trees look like empty headlines

2015-04-24 Thread Sebastien Vauban
--- the HTML shows the ARCHIVE'd headline as it was an regular *empty* one, as you can see on http://screencast.com/t/YmsezCA58. I guess that exporting the tag ARCHIVE would be sufficient to solve this confusion. Best regards, Seb -- Sebastien Vauban

Re: [O] [bug] Leading spaces aren't preserved in a `verse' special block

2015-04-24 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: ECM: #+begin_verse In a verse, indentation should be preserved. #+end_verse I cannot reproduce it. The HTML rendering is not correct, IMHO. But, indeed, the spaces are well in the HTML generated by Org, but then eaten by the browser

Re: [O] [bug] Leading spaces aren't preserved in a `verse' special block

2015-04-24 Thread Sebastien Vauban
Rasmus wrote: Sebastien Vauban writes: The HTML rendering is not correct, IMHO. But, indeed, the spaces are well in the HTML generated by Org, but then eaten by the browser... Not sure what's the solution if one wants the spaces preserved in the displayed page... On my system the spaces

Re: [O] ARCHIVE'd trees look like empty headlines

2015-04-24 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: When exporting to HTML a file such as: [...] * Item 2 Consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse. ** Subitem 2.1 :ARCHIVE: Cillum dolore eu fugiat nulla

Re: [O] [RFC] Org linting library

2015-04-22 Thread Sebastien Vauban
or before export, for example. Can't you put it in master as well? Best regards, Seb -- Sebastien Vauban

[O] Tag background color overridden by hl-line in the agenda

2015-04-28 Thread Sebastien Vauban
overridden by the hl-line in the Org source buffer. Not the same behavior as within the agenda... See http://screencast.com/t/KzyM78xP. Best regards, Seb -- Sebastien Vauban

Re: [O] custom agenda view not possible?

2015-04-28 Thread Sebastien Vauban
--- (add-to-list 'org-agenda-custom-commands '(J Completed Recently ((tags CLOSED=\-2d\))) t) --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] navigate between source code blocks

2015-05-04 Thread Sebastien Vauban
-src-block you can search your named source code blocks. Would you mind sharing your config for the above (Helm + org-babel-goto-named-src-block)? Best regards, Seb -- Sebastien Vauban

Re: [O] Resolving conflicts with ediff and folding

2015-04-28 Thread Sebastien Vauban
, but when I do it certainly helps. The only (tiny) problem is that the `truncate-lines' and `visible-mode' settings stay in the buffer after the Ediff session -- while one would love to get back to the original settings of the buffer.c Best regards, Seb -- Sebastien Vauban

Re: [O] Cannot use unknown latex back-end

2015-04-28 Thread Sebastien Vauban
Don't you have, maybe, to add: --8---cut here---start-8--- (add-to-list 'org-babel-load-languages '(latex . t)) --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] paste from clip to code block

2015-05-07 Thread Sebastien Vauban
Git (not sure about MELPA, which I don't use). That'll be so in Org 8.3 as well. Best regards, Seb -- Sebastien Vauban

Re: [O] bug:? org babel updating images (C-c C-c) triggers show as text (C-c C-c) in imagemagick buffer.

2015-05-10 Thread Sebastien Vauban
to unlearn C-c C-c. Best regards, Seb -- Sebastien Vauban

Re: [O] [RFC] Turn \[...\] constructs into full-fledged elements

2015-05-09 Thread Sebastien Vauban
be inlined in LaTeX. But, whatever your choice/change, I'll be happy with it. Best regards, Seb -- Sebastien Vauban

Re: [O] Export org file to Mardown (github flavour)

2015-05-18 Thread Sebastien Vauban
Nicolas Goaziou wrote: Sebastien Vauban writes: Kaviraj Kanagaraj wrote: I am facing a problem with converting org file to markdown. While converting i find html in it. but I want to be in github flavour markdown. Any ideas??. I have found that org-gfm.el would help.. But I dont know how

Re: [O] Export org file to Mardown (github flavour)

2015-05-18 Thread Sebastien Vauban
.. That's certainly not the sexiest answer, but you might want to take a look at Pandoc. Best regards, Seb -- Sebastien Vauban

Re: [O] \nbsp trick to get prefixed superscript to work?

2015-05-18 Thread Sebastien Vauban
(via the predefined entity \zwnj in Org)? Best regards, Seb -- Sebastien Vauban

Re: [O] get name of source block

2015-05-18 Thread Sebastien Vauban
) Maybe looking at the diff would give you the way to translate the regexp into some newer form? Best regards, Seb -- Sebastien Vauban

Re: [O] stty fails in babel sh blocks, workaround?

2015-04-08 Thread Sebastien Vauban
George Jones wrote: #+BEGIN_SRC sh :results output :exports both exec 21; date; set -e; # set -x; stty || true #+END_SRC FYI, `sh' gets replaced by `shell' in Org from master. That should hit MELPA in a couple of days or weeks. Best regards, Seb -- Sebastien Vauban

Re: [O] Why navigating in Org mode is so slow in overview mode?

2015-06-22 Thread Sebastien Vauban
-- Sebastien Vauban

Re: [O] Is it possible to embed tag search as a link?

2015-06-25 Thread Sebastien Vauban
Jay Dresser j...@jaydresser.us writes: Sebastien Vauban sva-n...@mygooglest.com writes: Jay Dresser org-m...@jaydresser.us writes: Piotr Isajew pisajew at yahoo.com writes: what I'm looking for is a link format that, when C-c C-o'ed, opens agenda match query view for custom query which

Re: [O] [BUG] org-clock-display is partial (only some entries are counted)

2015-06-25 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou writes: Sebastien Vauban writes: I still consider the default behavior as dangerous -- because the novice is not aware (except if obvious) that some clock times may be dropped in the computation, and I find that scary --, but thanks anyway for the workaround

Re: [O] Trouble passing variables into shell blocks on windows

2015-06-23 Thread Sebastien Vauban
(as displayed in emacs) I dunno what's the real impact of that, but pay attention that the sh language has been renamed shell quite a long time ago (more than one year IIRC). Best regards, Seb -- Sebastien Vauban

Re: [O] Is it possible to embed tag search as a link?

2015-06-23 Thread Sebastien Vauban
--- No match - create this as a new heading? (y or n) --8---cut here---end---8--- Best regards, Seb -- Sebastien Vauban

Re: [O] Tangling takes long - profiling and calling R

2015-06-16 Thread Sebastien Vauban
as such) feature? Your suggestion with Org-lint, or even writing a function that would convert from the old to the new syntax, makes a shorter period acceptable IMO. Best regards, Seb -- Sebastien Vauban

Re: [O] clocktables output in hours and minutes only

2015-06-15 Thread Sebastien Vauban
Sharon Kimble boudic...@skimble.plus.com writes: Still on about clocktables, how can I have the time output show just in hours.minutes and not in days.hours.minutes please? IIRC, customizing `org-time-clocksum-format' should help. Best regards, Seb -- Sebastien Vauban

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-29 Thread Sebastien Vauban
. The thread colnames with a list of columns does not work (see https://lists.gnu.org/archive/html/emacs-orgmode/2015-01/msg00589.html) shouldn't be forgotten, as it contains an (un?)applied patch -- can't verify now. Best regards, Seb -- Sebastien Vauban

Re: [O] Org-lint PROPERTIES

2015-06-30 Thread Sebastien Vauban
Rainer M Krug rai...@krugs.de writes: Sebastien Vauban sva-n...@mygooglest.com writes: A suggestion here: could Org-lint tell the user to replace such a block: #+PROPERTY: eval never #+PROPERTY: padline yes #+PROPERTY: tangle yes by its newer syntax: #+PROPERTY: header-args :eval

[O] Org-lint PROPERTIES

2015-06-30 Thread Sebastien Vauban
syntax: --8---cut here---start-8--- #+PROPERTY: header-args :eval never :padline yes :tangle yes --8---cut here---end---8--- ? Best regards, Seb -- Sebastien Vauban

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Sebastien Vauban
markdown_phpextra - Pandoc markdown_strict Is the Pandoc back-end exporting the flavor known as Pandoc markdown? Best regards, Seb -- Sebastien Vauban

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Sebastien Vauban
Hello, Nicolas Goaziou writes: Sebastien Vauban writes: Nicolas Goaziou writes: So this is not a Pandoc export back-end (i.e. a back-end that translates Org syntax into Pandoc's extended Markdown syntax). If the pandoc back-end is some flavor of Markdown, shouldn't it be better named

Re: [O] [BUG] org-clock-display is partial (only some entries are counted)

2015-07-03 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou writes: Sebastien Vauban writes: Applied the patch: [...] Tested on one of my real files, with: [...] Got this: Debugger entered--Lisp error: (error Specified time is not representable) [...] BTW, `untilnow' is not proposed when TAB'ing on `C-u C

<    11   12   13   14   15   16   17   >