Re: [O] org-babel-capitalize-example-region-markers

2017-02-26 Thread Sebastien Vauban
italize. > > Here's a patch. I'll apply it to master in a day or two if there are no > objections. Shouldn't we have an option which would control the case of all "keywords" found in `org-structure-template-alist' in one go -- and not just the "example" template? Best regards, Seb -- Sebastien Vauban

[O] Dynamic block

2017-02-22 Thread Sebastien Vauban
rt->8--- Updating dynamic block ‘clocktable’ at line 20...done --8<---cut here---end--->8--- No error reported... Have I missed something? Best regards, Seb -- Sebastien Vauban

Re: [O] org-time-stamp, day format

2017-02-09 Thread Sebastien Vauban
; time stamps of your Org mode files and ; in the agenda appear in English. --8<---cut here---end--->8--- -- Best regards, Sebastien Vauban

Re: [O] [Patch v2] Add support for sqsh sql src blocks

2016-12-04 Thread Sebastien Vauban
Hello all, A quick question: does someone has a link to a working executable on Windows (with or without Cygwin). I have searched recently, but found nothing, or not-working exe. A pity it's not available in Cygwin packages... Thanks in advance. -- Sebastien Vauban

Re: [O] DEADLINE: position in entry

2016-11-21 Thread Sebastien Vauban
DONE org > DEADLINE: [2016-01-07 Thu 17:39] > > SCHEDULED: <2015-09-29 Tue .+1w> > > >8 cut >8 A shoot in the dark: replace the [] by <>. [] for DEADLINE does not make much sense... -- Sebastien Vauban

Re: [O] colored code background in org 8.3

2016-06-07 Thread Sebastien Vauban
; I use the attached patch for some "interactive slides" with babel. Could it be put into the official code base, for all users to enjoy colored backgrounds without having to patch their Org by hand? Best regards, Seb -- Sebastien Vauban

Re: [O] fixmee / syntax-ppss

2015-12-25 Thread Sebastien Vauban
7; (or per document with d OPTIONS item). Tagging such inline tasks with "noexport" should also work, right? Best regards, Seb -- Sebastien Vauban

Re: [O] Very slow execution, tangling and export with noweb and quick-and-dirty

2015-09-01 Thread Sebastien Vauban
e file, the > variable was not set. I set it manually now, and it is fast again. > > Shouldn't this BIND set the variable to true? IIUC, `BIND' sets the variable to the value you're giving to it at export-time only (in the temporary buffer created for the export process). Best regards, Seb -- Sebastien Vauban

Re: [O] Not getting replies from the orgmode list to my e-mail address

2015-08-31 Thread Sebastien Vauban
; of these groups are high traffic and it can be easy to miss >> replies to threads. > > This is a cool trick for that: > > #+BEGIN_SRC emacs-lisp > (add-hook 'message-sent-hook 'gnus-score-followup-thread) > #+END_SRC (This is OOT, but) is there a way to only do that for newsgroups items (that is, not for mails)? Best regards, Seb -- Sebastien Vauban

Re: [O] Worg isn't publishing

2015-08-31 Thread Sebastien Vauban
sterday, so probably everything is >>> Ok again. >> >> I'm not seeing my changes to >> http://orgmode.org/worg/org-contrib/babel/languages.html > > I fixed the build. Your changes now show up. Could you tell us what had to be fixed, so that we can lear as well? Thanks! Best regards, Seb -- Sebastien Vauban

Re: [O] Literate programming in org

2015-08-26 Thread Sebastien Vauban
Max Linke writes: > On 08/26/2015 12:36 PM, Sebastien Vauban wrote: >> See: >> >> - inline Babel calls: ... call_() ... and/or >> - inline code blocks: src_{}. > > Yes I'm currently using inline babel calls. > >>> * reruning specific cells only o

Re: [O] Do you like to have your TODOs at the same headline level?

2015-08-26 Thread Sebastien Vauban
dbo...@mmm.com (J. David Boyd) writes: > Sebastien Vauban writes: >> William Denton writes: >>> I'm trying to spend more time in a sparse tree view where I just see >>> TODOs (C-c / t). I didn't like having the TODOs at different levels >>> of

Re: [O] Literate programming in org

2015-08-26 Thread Sebastien Vauban
understand why re-running code blocks which are cached is a problem. Could you elaborate? Best regards, Seb -- Sebastien Vauban

Re: [O] Do you like to have your TODOs at the same headline level?

2015-08-26 Thread Sebastien Vauban
ed (without loosing subtrees or generating error) to HTML (as the very first goal) and to LaTeX (as the second one). OTOH, I don't deny your wish to get things aligned; that's why I've opted to 4-char todo states only! Best regards, Seb -- Sebastien Vauban

Re: [O] org-block-background in 8.3.1?

2015-08-19 Thread Sebastien Vauban
Hi Bastien, Bastien writes: > Sebastien Vauban writes: > >> Really, it has been removed because of a problem when ps-print'ing an >> Org buffer -- though the bug was to find in `ps-def.el' and not in >> Org, as reported by Stefan Monnier [1]. It should have be

Re: [O] M-x org-publish in 8.3.1 results in error "org-check-agenda-file: Wrong type argument: stringp, nil"

2015-08-19 Thread Sebastien Vauban
s.gnu.org/archive/html/emacs-orgmode/2014-11/msg00776.html -- Sebastien Vauban

Re: [O] Automatically encrypt on save, decrypt on open?

2015-08-14 Thread Sebastien Vauban
com") (setq epa-file-cache-passphrase-for-symmetric-encryption t)) --8<---cut here---end--->8--- Best regards, Seb -- Sebastien Vauban

Re: [O] Automatically encrypt on save, decrypt on open?

2015-08-14 Thread Sebastien Vauban
Hello John, > Here is the setup I have that worked when I tried it last ;) > > ;; encryption > (require 'epa-file) > (unless (memq epa-file-handler file-name-handler-alist) > (epa-file-enable)) Do you remember what are those 2 lines for? Best regards, Seb -- Sebastien Vauban

Re: [O] org-block-background in 8.3.1?

2015-08-12 Thread Sebastien Vauban
ce. I'm planning to reintroduce it as an optional feature. At least in my personal Git repository, if that's not accepted in Org core. Best regards, Seb [1] http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00403.html -- Sebastien Vauban

Re: [O] Macros or properties in source blocks

2015-08-12 Thread Sebastien Vauban
rt type is call_rtype()[:results raw] Though, I don't understand either why your example did not work, as -- during the export process -- macros are supposed to be expanded before Babel code be evaluated. There must be some restriction, then, on which part of a document a macro can reside in. Best regards, Seb -- Sebastien Vauban

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-09 Thread Sebastien Vauban
export: tag. > > So, even if there is probably not a high risk for the COMMENT keyword to > be dropped I just wanted to express my support for it. +1 Both COMMENT and :noexport: are necessary, for achieving different tasks. Best regards, Seb -- Sebastien Vauban

Re: [O] C-c * is undefined

2015-08-07 Thread Sebastien Vauban
Hello Nicolas, > Sebastien Vauban writes: > >> I've noticed (for a couple of weeks) that I now get "C-c * is undefined" >> when trying to recalculate an Org table [1]. >> >> Has it somehow been removed? > > I don't think so, and I can

[O] C-c * is undefined

2015-08-07 Thread Sebastien Vauban
.3.1-14-gac29de) Best regards, Seb [1] http://orgmode.org/manual/Updating-the-table.html -- Sebastien Vauban

Re: [O] Trouble with autofill mode

2015-08-05 Thread Sebastien Vauban
-->8--- (add-to-list 'org-export-snippet-translation-alist '("l" . "latex")) --8<---cut here---end--->8--- Best regards, Seb -- Sebastien Vauban

[O] Problem with table computations

2015-08-03 Thread Sebastien Vauban
::@9$8=vmean(@-I..@-II);%.1f::@10$3=vsum(@-I..@-II);%.1f::@10$6=vsum(@-I..@-II);%.1f::@11$6=@10$3+@10$6;%.1f PS- Org-mode version 8.3beta (release_8.3beta-1315-ga3b2b7). Best regards, Seb -- Sebastien Vauban

Re: [O] Special blocks with options in LaTeX export

2015-07-30 Thread Sebastien Vauban
lt;---cut here---end--->8--- Wouldn't it make more sense to get the title as part of the admonition, as Suvayu tried it in his OP? --8<---cut here---start->8--- #+begin_note :options {By the way...} This is a useful note (with a title). #+end_note --8<---cut here---end--->8--- Best regards, Seb -- Sebastien Vauban

Re: [O] Questions about exporting: subtitle, level formating, custom highlight markers error

2015-07-28 Thread Sebastien Vauban
7;... > You can always use macros instead? Or the `font-lock-add-keywords' mechanism? Best regards, Seb -- Sebastien Vauban

Re: [O] ox-latex: default packages cleaning

2015-07-27 Thread Sebastien Vauban
Rasmus writes: > Sebastien Vauban writes: > >> FWIW, it seems that people who played with different LaTeX engines used >> the "LATEX_CMD" property, as adviced on Worg [1]. Doesn't matter if we >> change that, but just a reminder of some already common

Re: [O] Specify org-latex-pdf-process for a single file?

2015-07-27 Thread Sebastien Vauban
Seb -- Sebastien Vauban

Re: [O] ox-latex: default packages cleaning

2015-07-27 Thread Sebastien Vauban
ot; FWIW, it seems that people who played with different LaTeX engines used the "LATEX_CMD" property, as adviced on Worg [1]. Doesn't matter if we change that, but just a reminder of some already common usage. Best regards, Seb [1] http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export -- Sebastien Vauban

Re: [O] long code blocks making Org Mode very slow

2015-07-14 Thread Sebastien Vauban
ore #+begin_src, to comment it off (get rid of src > environment), then org mode returns to it's normal speed. The best thing to do, now, is run the profiler: M-x profiler-start ... type one character (which takes 10 s to be rendered) M-x profiler-report Best regards, Seb -- Sebastien Vauban

[O] ELisp expression in a var not executed anymore on tangle

2015-07-03 Thread Sebastien Vauban
t it's not working by pressing `C-c C-v C-v' (preview). Best regards, Seb -- Sebastien Vauban

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 n

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

2015-07-02 Thread Sebastien Vauban
from One. (Unless you have something in mind > which I’m not thinking of.) Quickly, just on that particular point: what you'd put there would be the "toggle" of the property (here ":noweb: no"), but that's of course sort of limited to boolean values which have an explicit "no" (or "nil") value; so I admit I just cover this particular exemple. 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

Re: [O] problem with ox-pandoc export

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

Re: [O] Org-lint PROPERTIES

2015-06-30 Thread Sebastien Vauban
l never :padline yes :tangle yes >> >> ? > > Done. Thank you. Didn't check yet, but I'm sure I don't have to either; so, thanks to you! Best regards, Seb -- Sebastien Vauban

Re: [O] Org-lint PROPERTIES

2015-06-30 Thread Sebastien Vauban
Rainer M Krug writes: > Sebastien Vauban 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: >

[O] Org-lint PROPERTIES

2015-06-30 Thread Sebastien Vauban
8--- by its newer 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] [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 --, b

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

2015-06-25 Thread Sebastien Vauban
Jay Dresser writes: > Sebastien Vauban writes: >> Jay Dresser writes: >>>> Piotr Isajew yahoo.com> writes: >>>>> what I'm looking for is a link format that, when C-c C-o'ed, >>>>> opens agenda "match query"

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

2015-06-23 Thread Sebastien Vauban
> ls $x >>> #+END_SRC >>> >>> fails with the error message (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
; so you could have [[org-search:+work-boss-TODO="DONE"]] When I click on such a link, I have the "error": --8<---cut here-------start->8--- No match - create this as a new heading? (y or n) --8<---cut here---end--->8--- Best regards, Seb -- Sebastien Vauban

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

2015-06-22 Thread Sebastien Vauban
d-file activate) "Open the file named FILENAME and report time spent." (let ((filename (ad-get-arg 0)) (find-file-time-start (float-time))) (message "(Info) Finding file %s..." filename) ad-do-it (message "(Info) Found file %s in %.2f s"

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

2015-06-16 Thread Sebastien Vauban
we need to wait before > removing a deprecated (i.e., marked 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 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
pty cells for row and columns names are >> probably the best solution because that would be faithful to the data >> and to the settings (:rownames yes :colnames yes). > > AFAICT, the "x" comes from R, not Org. It could also come from the way > Org calls R, but I don't know enough of the latter to tell. 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] \nbsp trick to get prefixed superscript to work?

2015-05-18 Thread Sebastien Vauban
ntom{}^{147}Pm Or using the zero-width char (via the predefined entity \zwnj in Org)? 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??. >>>

Re: [O] get name of source block

2015-05-18 Thread Sebastien Vauban
-name-w-name-regexp' (2015-05-01) * cec47a6 ob-core: Change `org-babel-named-src-block-regexp-for-name' signature (2015-05-01) 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] Export org file to Mardown (github flavour)

2015-05-18 Thread Sebastien Vauban
markdown export.. That's certainly not the sexiest answer, but you might want to take a look at Pandoc. 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
C-c C-v C-e (or e on the beginning of the code block -- speed key). For images, that's C-c C-x C-v. In fact, I never use C-c C-c in Org. I've even customized: (setq org-babel-no-eval-on-ctrl-c-ctrl-c t) to be sure 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
t \[...\] could be inlined in LaTeX. But, whatever your choice/change, I'll be happy with it. Best regards, Seb -- Sebastien Vauban

Re: [O] paste from clip to code block

2015-05-07 Thread Sebastien Vauban
\n?\n")) Note that the language should be `shell' in Org from 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] navigate between source code blocks

2015-05-04 Thread Sebastien Vauban
end_src > > And then with Helm + org-babel-goto-named-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

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

2015-04-28 Thread Sebastien Vauban
:perso: ** TODO Go to the dentist SCHEDULED: <2015-04-11 sam.> --8<---cut here---end--->8--- PS- Note that the background of "#A" is well 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] Resolving conflicts with ediff and folding

2015-04-28 Thread Sebastien Vauban
ten, 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] custom agenda view not possible?

2015-04-28 Thread Sebastien Vauban
Use `tags' instead of `tags-todo': --8<---cut here---start->8--- (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] Cannot use unknown "latex" back-end

2015-04-28 Thread Sebastien Vauban
ot;latex" back-end as a parent 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] 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

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

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

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

2015-04-24 Thread Sebastien Vauban
adipisicing elit, sed do 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
gt;8--- 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] [RFC] Org linting library

2015-04-23 Thread Sebastien Vauban
->8--- As well, could the buffer be hidden (or killed) if it's empty? Best regards, Seb -- Sebastien Vauban

Re: [O] [RFC] Org linting library

2015-04-22 Thread Sebastien Vauban
on all my Org docs, either in a find-file hook or before export, for example. Can't you put it in master as well? Best regards, Seb -- Sebastien Vauban

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

2015-04-21 Thread Sebastien Vauban
s ok. But, C-c C-x C-v can't do anything good 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&

Re: [O] Cannot insert footnote here

2015-04-21 Thread Sebastien Vauban
the ALT_TITLE property, which allows to set an alternate (shorter, for example) title for a given headline. 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 2>&1; 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] Best practices for dual HTML/LaTeX export for scientific papers

2015-04-03 Thread Sebastien Vauban
which translate all the bits and pieces correctly for both HTML and LaTeX at least: - using minipage and subcaption (or something else) for LaTeX - using ??? for HTML Best regards, Seb -- Sebastien Vauban

Re: [O] Performance of table computing

2015-03-31 Thread Sebastien Vauban
Jacob Nielsen wrote: > Sebastien Vauban 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. > &

[O] Performance of table computing

2015-03-31 Thread Sebastien Vauban
;---cut here---end--->8--- Is my observation shared? Best regards, Seb -- Sebastien Vauban

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

2015-03-30 Thread Sebastien Vauban
uot;DEADLINE>\"<-3m>\") 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 stuf

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

2015-03-24 Thread Sebastien Vauban
Rasmus wrote: > Sebastien Vauban writes: >> Rasmus wrote: >>> Matt Price 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 "=>&q

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

2015-03-24 Thread Sebastien Vauban
-1h> but apparently 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-24 Thread Sebastien Vauban
t; Good catch. The line between data that can be accessed and data that > cannot in a commented subtree is blurry. Can't we say that a COMMENT'ed subtree is like having all of its contents commented, line by line? IOW, nothing "accessible"? Best regards, Seb -- Sebastien Vauban

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

2015-03-24 Thread Sebastien Vauban
d fail > with "make test". > > However, the optional VALUE argument is nice (I think some profiling > would still be welcome, tho). For my own information, does one 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] render "->" as "&rarr" on html export?

2015-03-24 Thread Sebastien Vauban
-cut here---end--->8--- >> \rightarrow 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] [OT] A short (less than a minute), informal survey about LaTeX

2015-03-23 Thread Sebastien Vauban
I must adhere to the format others use when writing in Word. Best regards, Seb -- Sebastien Vauban

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

2015-03-23 Thread Sebastien Vauban
t; a much simpler project – gives 1-2 months or so. NB. Fun fact: the work > on the class 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] comment section with latex_header

2015-03-23 Thread Sebastien Vauban
ome text # Some code # Some text --8<---cut here---end--->8--- Best regards, Seb -- Sebastien Vauban

Re: [O] Config best practices?

2015-03-21 Thread Sebastien Vauban
my favorite way of using > Org-mode. As I wrote, you could choose for an ARCHIVE'd heading (one that's always collapsed) or for a SETUPFILE? Best regards, Seb -- Sebastien Vauban

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

2015-03-21 Thread Sebastien Vauban
es that purpose. Though, I'm quite sure Orgzly does not rely 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 writes: >> On 2015-03-20, at 10:07, Sebastien Vauban wrote: >>> Marcin Borkowski wrote: >>>> I'm wondering what people do to keep the configuration of their Org >>>> files in order. >>> >>> I&#x

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

2015-03-20 Thread Sebastien Vauban
than switching to another editor though! > You can just turn off Org mode...try M-x fundamental-mode, then run the > search. M-x visible-mode is your friend here. Best regards, Seb -- Sebastien Vauban

Re: [O] Config best practices?

2015-03-20 Thread Sebastien Vauban
s "don't run any Babel code block in there". > The reason I'm 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] How to represent Emacs keystrokes in Org?

2015-03-20 Thread Sebastien Vauban
eatedkeys}[1]{\keys{\textcolor{gray}{#1}}} #+MACRO: kbd \keys{$1} --8<---cut here---end--->8--- Of course, the macro would have to be improved to work at least (in my case) in both HTML and LaTeX, by using the @@latex:...@@ construct. > What is the rationale behind forbidding the comma as the “border” > character in org-emphasis-regexp-components? Should I change this > variable in my setup or is there a more general way to convince Org that > I really want verbatim/code snippets like =\,=? I share your point about a better `org-emphasis-regexp-components' by default, which would work in 99.9% of the cases. Best regards, Seb -- Sebastien Vauban

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

2015-03-18 Thread Sebastien Vauban
-->8--- you'll see 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] Multiple (identical) RESULTS blocks of one code block?

2015-03-09 Thread Sebastien Vauban
gt; 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
h for that in the Org manual in Emacs: neither << nor <<< are in the index, though I 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
uch. How do you switch between versions in ELPA? IIUC, you only 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] org.css for mobile-friendly

2015-03-05 Thread Sebastien Vauban
egining for OK in mobile-friendly > I play with CSS for adapt images sizes. Is there a generic line (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] Embedding diagrams in Org

2015-03-05 Thread Sebastien Vauban
d as ~tildes~ under > `:results latex'. Aren't "raw" and "latex" two _mutually exclusive_ format options? See http://orgmode.org/manual/results.html. Best regards, Seb -- Sebastien Vauban

Re: [O] Escape individual underscore?

2015-03-04 Thread Sebastien Vauban
org-export-with-sub-superscripts '{}) --8<---cut here---end------->8--- Best regards, Seb -- Sebastien Vauban

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

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

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

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

2015-02-19 Thread Sebastien Vauban
re! Can you clear up things for me? Bad R 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

Re: [O] External compilation

2015-02-19 Thread Sebastien Vauban
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? Best regards, Seb -- Sebastien Vauban

  1   2   3   4   5   6   7   8   9   10   >