Re: [O] Bug: Wrong parsed indiced for field range in org-table [9.1.14 (9.1.14-9-g131531-elpa @ /home/xavier/.emacs.d/elpa/org-20181105/)]

2018-11-10 Thread Xavier Raynaud
aving followed the recommendations Best regards, Xavier Den lør. 10. nov. 2018 kl. 22:01 skrev Nicolas Goaziou < m...@nicolasgoaziou.fr>: > Hello, > > Xavier Raynaud writes: > > > In the table below, the number 1 in @1$1 is entered and equal to > > one. When I calculate t

[O] Bug: Wrong parsed indiced for field range in org-table [9.1.14 (9.1.14-9-g131531-elpa @ /home/xavier/.emacs.d/elpa/org-20181105/)]

2018-11-10 Thread Xavier Raynaud
(9.1.14-9-g131531-elpa @ /home/xavier/.emacs.d/elpa/org-20181105/) current state: == (setq  org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel- header-arg-expand)  org-speed-command-hook '(org-speed-command-activate org-babel-speed- command-activate)  org-oc

[O] Bug: truncate lines when setupfile [9.0.5 (9.0.5-elpa @ /home/xavier/.emacs.d/elpa/org-20170210/)]

2018-07-30 Thread Xavier Leleu
version 9.0.5 (9.0.5-elpa @ /home/xavier/.emacs.d/elpa/org-20170210/)

Re: [O] [PATCH] org-capture: cannot abort cleanly after inserting at end of buffer

2017-11-04 Thread Xavier Martinez-Hidalgo
On Fri, Nov 3, 2017 at 10:22 PM, Nicolas Goaziou wrote: > Applied, with a slight twist. Thank you! It does look much cleaner using 'copy-marker'. Thanks a lot for the review! Regards, -- Xavier Martinez-Hidalgo

[O] [PATCH] org-capture: cannot abort cleanly after inserting at end of buffer

2017-11-02 Thread Xavier Martinez-Hidalgo
s sense? From 24130d37652acda6e3554d83b1506e93efc42a14 Mon Sep 17 00:00:00 2001 From: Xavier Martinez-Hidalgo Date: Thu, 2 Nov 2017 11:47:19 +0100 Subject: [PATCH] org-capture: Fix aborting after inserting text at end of buffer * lisp/org-capture.el (org-capture-mark-kill-region): Set end marker insertion ty

[O] pomodoro: how do you manage internal/external interruptions ?

2016-05-04 Thread Xavier Maillard
Hello, I am trying to learn the pomodoro technic in order to apply it for myself. I see there is org-pomodoro but as far as I know, it just trigger clock-in and rest time. How do you manage the whole picture: Today sheet, interruptions, Urgent & unplanned, etc. Regards Xavier

Re: [O] blog refurbised: how is it in 2015 ?

2015-12-23 Thread Xavier Maillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Rainer M Krug writes: > Xavier Maillard writes: > >> My question is simply: what are the tools/technics in 2015 to blog ? Can you >> share some good recipes with me ? > > It depends where your blog is managed. If you ar

Re: [O] blog refurbised: how is it in 2015 ?

2015-12-23 Thread Xavier Maillard
>>> press, and it copies all the files, and other stuff to the right places, >>> builds and pushes the blog. >> >> Nice job. I am pretty sure this can be extended to support any « external » >> blog engine, right ? Do you have plan to do so ? > > Probably not until I decide to switch to another blog engine ;) Fair enough :) -- Xavier.

Re: [O] OrgMode into Gnus buffers (message-mode included) ?

2015-12-23 Thread Xavier Maillard
Rasmus writes: > Xavier Maillard writes: > >> Thorsten Jolitz writes: >> >>> Xavier Maillard writes: >>> >>> Hello, >>> >>>> there is an area where I am pretty dumb: orgmode articulation with Gnus >>>> buffers.

Re: [O] blog refurbised: how is it in 2015 ?

2015-12-22 Thread Xavier Maillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Sebastian Christ writes: > Hi Xavier, > > I'm using org-page (https://github.com/kelvinh/org-page) and I'm quite > happy with it. That's pretty interesting. Just to be sure, can I choose which entry I want to p

Re: [O] blog refurbised: how is it in 2015 ?

2015-12-22 Thread Xavier Maillard
lain GNU emacs + org-mode power as my sole tools. Will see. - -- Xavier. -BEGIN PGP SIGNATURE- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJWei7tAAoJEDy08nibbhJtIoAIAK03sNOl7vDQSyHoHxAh3MQu MnIu+/EFEbyDAR7Ffk+mFnUT/RQ6kraCGVEknsGvZtA1bZPDpnAcXC0aAwBUW

Re: [O] OrgMode into Gnus buffers (message-mode included) ?

2015-12-22 Thread Xavier Maillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Thorsten Jolitz writes: > Xavier Maillard writes: > > Hello, > >> there is an area where I am pretty dumb: orgmode articulation with Gnus >> buffers. >> >> What do I need exactly to do to activate orgmode int

[O] blog refurbised: how is it in 2015 ?

2015-12-21 Thread Xavier Maillard
gmode. My question is simply: what are the tools/technics in 2015 to blog ? Can you share some good recipes with me ? Thank you - -- Xavier. -BEGIN PGP SIGNATURE- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJWeOZRAAoJEDy08nibbhJtQ58H/R1OxedEz7fpeEsmMj2kHjxA eFH1

[O] OrgMode into Gnus buffers (message-mode included) ?

2015-12-21 Thread Xavier Maillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, there is an area where I am pretty dumb: orgmode articulation with Gnus buffers. What do I need exactly to do to activate orgmode into Gnus both when reading posts and when writing new ones ? Regards - -- Xavier. -BEGIN PGP SIGNATURE

Re: [O] Wrapping section within LaTeX environment

2015-12-16 Thread Xavier Garrido
Hi Robert, Le 16/12/2015 04:41, Robert Klein a écrit : Hi On 12/13/2015 03:00 PM, Xavier Garrido wrote: Dear orgers, I would like to wrap a given org section between =\begin,\end= LaTeX environment. These sections are identified by a special tag :correction: and to initiate the =\begin= flag

Re: [O] Wrapping section within LaTeX environment

2015-12-13 Thread Xavier Garrido
g-export-filter-headline-functions 'cpp-correction-headline) #+END_SRC is doing what I want. So thanks for the insights and sorry for the noise. Xavier Xavier Garrido writes: Dear orgers, I would like to wrap a given org section between =\begin,\end= LaTeX environment. These sections are ide

[O] Wrapping section within LaTeX environment

2015-12-13 Thread Xavier Garrido
g= seems not to work and I don't know why (of course I have very little knowledge in lisp). Can some emacs-lisp experts helps me understand why the above code just does not work. Thanks a lot, Xavier

[O] Tutorial to create a new exporter ?

2015-06-08 Thread Xavier
Hello, I am tracking my running workouts in a orgmode managed file. I'd like to export these entries to an online service (dailymile). I am looking for a good starter kit to create this exporter. Do you have something ? Regards -- Xavier xav...@maillard.im

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

2015-04-21 Thread Xavier
od 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]] What can be a good alternative ? Add my file as an attachment and link from it ? (is it even possible ?) Regards -- Xavier

[O] [SOLVED] (was: [Q] Remove empty drawers ?)

2015-04-08 Thread Xavier Maillard
Xavier Maillard writes: > In fact, the fix has consisted in adding one empty PROPERTY block per > heading element (I don't know why though). Now I am looking for a way > to delete all of them :/ > > How would you do that ? Org-mode comes with the function `org-remove-

[O] [Q] Remove empty drawers ?

2015-04-08 Thread Xavier Maillard
(I don't know why though). Now I am looking for a way to delete all of them :/ How would you do that ? Thank you -- Xavier.

Re: [O] Function that splits a CLOCK interval

2015-04-07 Thread Xavier Maillard
ements but not yet found time to get started > with contributing the code to Worg, so one more email with the > improvements. This is really useful for me too. Thank you. -- Xavier.

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-06 Thread Xavier Maillard
Jorge A. Alfaro-Murillo writes: > Xavier Maillard writes: > >> Thank you very much for these clarifications. Should I expect >> anything from xdg-* when not using a desktop environment at all? >> (I am using something home-brewed where I could add support for >>

Re: [O] [PATCH] lisp/ob-sql.el: add support for :dbport parameter

2015-04-06 Thread Xavier Maillard
low the 15 line threshold. Seems good AFAICS. Do you often use orgmode, BABEL and sql all together ? (just curious as I am a DBA in real life). -- Xavier.

Re: [O] Writing a letter with orgmode, hints ?

2015-04-04 Thread Xavier Maillard
Vikas Rawal writes: >> >> I'd like to write letters and convert/export to something like PDF to >> be printed and sent. >> >> Is there something to achieve that easily directly in an orgmode >> document ? > > > http://orgmode.org/worg/exporters/koma-letter-export.html Lovely ! -- Xavier.

Re: [O] Writing a letter with orgmode, hints ?

2015-04-04 Thread Xavier Maillard
Carlos Sosa writes: > Xavier Maillard writes: > >> Is there something to achieve that easily directly in an orgmode >> document ? > > I'm pretty sure I won't be the only one to tell you to export to > LaTeX. You might want to look into Thanks a lot. I

[O] Writing a letter with orgmode, hints ?

2015-04-04 Thread Xavier Maillard
Hey, I'd like to write letters and convert/export to something like PDF to be printed and sent. Is there something to achieve that easily directly in an orgmode document ? Thank you. -- Xavier.

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-04 Thread Xavier Maillard
Hello Jorge, Jorge A. Alfaro-Murillo writes: > Xavier Maillard writes: > >> What is emacsclient.desktop exactly ? On my slackware, there is >> nothing named like this. > > Inside a desktop environment (e.g. GNOME, KDE, Xfce), xdg-open > passes the arguments to that

Re: [O] Define org-capture-templates with variables via customize

2015-04-04 Thread Xavier Maillard
Nicolas Goaziou writes: > Xavier Maillard writes: > >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> Nick Dokos writes: >>> >>>> Trying to just read Xavier's email message in Gnus, I get the following >>>> b

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-04 Thread Xavier Maillard
y slackware, there is nothing named like this. Thank you for both your tip and probable answer. -- Xavier

Re: [O] Standard agenda views don't show file name after update (replaced by "???:")

2015-04-04 Thread Xavier Maillard
Nicolas Goaziou writes: > This should be > > * Line1 > :PROPERTIES: > :CATEGORY: one > :END: Oh ! I just use the old syntax and did not notice this changed /recently/. Thank you for the clarification. -- Xavier.

Re: [O] Define org-capture-templates with variables via customize

2015-04-01 Thread Xavier Maillard
where: >> >> Debugger entered--Lisp error: (error "Before first headline at position 114 >> in buffer *fontification*<2>") > > Fixed in c1a744659d2b44c067ecb195b3e5d51e837bddd1. Thank you. Glad you fixed that bug. Now that I am visible, is there any way to achieve what I need ? :D Regards -- Xavier.

[O] Define org-capture-templates with variables via customize

2015-03-29 Thread Xavier Maillard
Dropbox/refile.org") ,xma/org-task-with-effort-template))) #+END_SRC ? Thank you -- Xavier.

Re: [O] [RFC] Repeat Heading movement commands

2015-03-29 Thread Xavier Maillard
John Kitchin writes: > This kind of repeated command seems to be a good application for hydra. Excuse me if this is a FAQ but: what's hydra ? -- Xavier.

Re: [O] hiding the PROPERTIES drawer

2015-03-28 Thread Xavier Maillard
nds very wrong, anyway. Sounds odd at least. -- Xavier.

Re: [O] Org-Mode and Mac OS X advice

2015-03-26 Thread Xavier Maillard
ever looked at the upgrade process of emacs via brew. That's done (one more TODO marked done :D). Regards -- Xavier.

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

2015-03-24 Thread Xavier Maillard
; ... by adding the following into your .emacs: >>> >>> ;; Show entities as UTF8 characters. >>> (setq org-pretty-entities t) ; emsp, etc. >> >> This would work for "\rightarrow" but I don't think you can configure it >> to support "->". For that you'd need prettify-symbols-mode, I think. > > I think you're right, indeed! So we need both if we want to display all these characters, right ? Regards -- Xavier.

Re: [O] [BUG?] wrong docstring for `org-reverse-note-order'

2015-03-24 Thread Xavier Maillard
Nicolas Goaziou writes: > Hello, > > Xavier writes: > >> org-reverse-note-order's value is nil >> >> As far as I understand, the DONE state should be downside, right ? >> Is this the correct understanding then ? > > AFAIU, `org-reverse-note-order&

[O] [BUG?] wrong docstring for `org-reverse-note-order'

2015-03-24 Thread Xavier
PROPERTIES: :Effort: 0:45 :END: As far as I understand, the DONE state should be downside, right ? Is this the correct understanding then ? Regards -- Xavier xav...@maillard.im

[O] Problem: clock-in:t not respected in the org-capture-templates ?

2015-03-24 Thread Xavier
? Regards -- Xavier xav...@maillard.im

[O] Org entry to email

2015-03-15 Thread Xavier Maillard
, but, who knows, there can be a better solution ;-) Regards -- Xavier.

Re: [O] lots of CLOCK lines displayed when opening a TODO

2015-03-13 Thread Xavier Maillard
something I'd like to produce too in order to fill my activity report for my boss. > *** HOLD [[https://bugs.eclipse.org/bugs/show_bug.cgi?id=461616][Bug 461616 – > {GTK3} Combo improvements in background/foreground for gtk3]] [ quite long todo ] > Let me know if you have any questions. As I see it, you write down and clock things as much as possible. My sole question currently is: how do you think to clock things permanently ? If I look at how I do this, I kind of miss my clock-in/clock-out :) Regards -- Xavier.

Re: [O] lots of CLOCK lines displayed when opening a TODO

2015-03-11 Thread Xavier Maillard
;NOTE" "EG" "LINKS" > "APPENDIX" "DETAILS" "PROPERTIES" "CLOCK" "LOGBOOK" "RESULTS" "TASKARCHIVE" > "SOURCE" "TROUBLESHOOTING"))) OMG ! All of them are used ? Regards -- Xavier.

Re: [O] Sorting CLOCK entries

2015-03-07 Thread Xavier Maillard
--[2014-11-04 Tue 13:28] => 0:30 > > … but a manual fix for this particular case is as easy as marking the > affected range of lines and saying C-u M-x sort-lines. Awesome, I never think of the `sort-lines' function. Thank you ! -- Xavier. pgpLt3lg2kqz_.pgp Description: PGP signature

Re: [O] Bleeding edge in elpa

2015-03-07 Thread Xavier Maillard
Nikolai Weibull writes: > On Sat, Mar 7, 2015 at 3:47 PM, Xavier Maillard wrote: > >> Nikolai Weibull writes: > >>> Would it be of interest to anyone else if the bleeding edge version >>> was available via elpa? > >> Isn't it already availab

Re: [O] Bleeding edge in elpa

2015-03-07 Thread Xavier Maillard
Hi, Nikolai Weibull writes: > Would it be of interest to anyone else if the bleeding edge version > was available via elpa? Isn't it already available via M-x package interface ? I'd rather use git (I really do not like the package stuff). Regards -- Xavier.

Re: [O] Status of MobileOrg for iOS?

2015-03-06 Thread Xavier Maillard
Hi David, David Masterson writes: > Xavier Maillard writes: > >> David Masterson writes: >> >>> What is the status of MobileOrg for iOS? >> >> It seems stalled but, AFAIK, it is free software and higly hackable >> if you have the knowledge and time

Re: [O] Status of MobileOrg for iOS?

2015-03-06 Thread Xavier Maillard
had problems with the UX. Regards -- Xavier.

Re: [O] Publishing orgmode files

2015-02-22 Thread Xavier Maillard
Hi, Xavier Maillard writes: > I am trying to publish my org project but I am lost in the way I can > tweak my projects. > > Is there some good tutorial I can follow step by step in order to > publish several files at once ? I am still stuck :( I read a lot of thing but I am

[O] Publishing orgmode files

2015-02-19 Thread Xavier Maillard
p ? Thank you. -- Xavier signature.asc Description: PGP signature

Re: [O] Calling a source block with raw results

2015-01-04 Thread Xavier Garrido
Hi Tom, Le 04/01/2015 21:29, Thomas S. Dye a écrit : Aloha Xavier, Xavier Garrido writes: Since I am explicitly writing all the org code, I would like to call the function and gets a *raw* results by doing #+CALL: org-figure-to-slide[:exports none :results raw]() I think the problem is

[O] Calling a source block with raw results

2015-01-04 Thread Xavier Garrido
e add of example block) is called since I set a raw results. The only (bad) way I have found is to set the variable =org-babel-min-lines-for-block-output= to nil but then I get big troubles when exporting the result. Can someone give some advice on how to get a pure raw results from a source block ? Thanks a lot for your help, Xavier

Re: [O] Repeated teaching classes and stopping date

2014-11-11 Thread Xavier Garrido
Hi Rasmus, Le 10/11/2014 18:37, Rasmus a écrit : Hi Xavier, Xavier Garrido writes: I'm trying to move to =org-agenda= and I'm converting some of my Google Calendar entries into Org agenda entries. I'm facing an issue with repeated tasks and how to properly stop the even

[O] Repeated teaching classes and stopping date

2014-11-10 Thread Xavier Garrido
5-03-22 dim.> but then how to stop the repeated tasks. Sorry if the answer is obvious but I have read org-mode manual (http://orgmode.org/manual/Repeated-tasks.html) and other "timestamp" related pages and I didn't find a way to do that. Thanks for your help, Xavier

Re: [O] [patch, ox] #+INCLUDE resolves links

2014-10-02 Thread Xavier Garrido
"search option in file link". Compilation fails due to error in documentation generation. Cheers, Xavier Le 01/10/2014 23:27, Rasmus a écrit : Hi, Nicolas Goaziou writes: It isn't very important, but you forgot full stops at the end of comments in the test file. Fixed. I

Re: [O] Improved way to include some headlines from an external org file

2014-09-30 Thread Xavier Garrido
Hi Rasmus, Le 01/10/2014 01:10, Rasmus a écrit : Hi Xavier, You could test the patch here: http://permalink.gmane.org/gmane.emacs.orgmode/91307 I am following the discussion since the beginning (and all your exchange with Nicolas) I think it introduces something close to what you

Re: [O] Improved way to include some headlines from an external org file

2014-09-30 Thread Xavier Garrido
Hi Andrea, Le 30/09/2014 21:55, Andrea Rossetti a écrit : Xavier Garrido writes: Is there a way ... ... to write something like that ... #+BEGIN_SRC org #+INCLUDE: "./base.org" :headline "First base chapter" ,* A more personal chapter #+INCLUDE: "./base.org"

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-20 Thread Xavier Garrido
Hi Rainer, You can see mine https://github.com/xgarrido/org-resume that uses org-mode to produce a LaTeX->PDF (see attached file) file as well as an HTML version. Hope it gives you some ideas. Cheers, Xavier Le 19/09/2014 11:18, Rainer M Krug a écrit : Hi I am looking for examp

Re: [O] Improved way to include some headlines from an external org file

2014-09-13 Thread Xavier Garrido
Hi Andrea, Le 12/09/2014 02:45, Andrea Rossetti a écrit : Xavier Garrido writes: Of course, I can achieve that by using =:lines= and calculating how many lines embeds the given headline. Hi Xavier, another possible approach (maybe less handy, but in some cases it might fit): the user

[O] Improved way to include some headlines from an external org file

2014-09-11 Thread Xavier Garrido
. But every time the "First base chapter" length changes I will have to change all the subsequent =#INCLUDE:= commands. I do not know how hard it is to implement this but I think it will be a nice addition (at least one I will use a lot). Thanks for your answer, Xavier

Re: [O] Insert a line separator in table results

2014-07-16 Thread Xavier Garrido
This also works for me. Thanks for your help, Xavier Le 17/07/2014 00:37, Arun Persaud a écrit : This works for me. #+BEGIN_SRC python x = [["label 1", "label 2", "label 3"]] x.append(None) x.append((4, 5, 6)) x.append((7, 8, 9)) r

Re: [O] Insert a line separator in table results

2014-07-16 Thread Xavier Garrido
Dear Thorsten, I would like to be able to do it with =python=... Maybe it is only possible with =emacs-lisp= as you suggest. Xavier Le 16/07/2014 21:15, Thorsten Jolitz a écrit : Xavier Garrido writes: Dear orgers, I would like to programmatically insert a line separator when generating

[O] Insert a line separator in table results

2014-07-16 Thread Xavier Garrido
quot;)] x.append((4, 5, 6)) x.append((7, 8, 9)) return (x) #+END_SRC #+RESULTS: | label 1 | label 2 | label 3 | | - | - | - | | 4 | 5 | 6 | | 7 | 8 | 9 | Is there any possibility to interpret dash as line separator ? Thanks for your help, Xavier

[O] Enumeration within environment block

2014-05-17 Thread Xavier Garrido
=ol= start value). Thanks in advance, Xavier

Re: [O] CUA copy/paste within code block

2014-04-18 Thread Xavier Garrido
Hi Bastien, Le 18/04/2014 13:01, Bastien a écrit : Hello Xavier, I can't reproduce this with latest Org and Emacs. What version of Emacs/Org are you using? I use the latest git version but you are right I can't also reproduce the problem when I am running emacs with minimal se

[O] CUA copy/paste within code block

2014-04-18 Thread Xavier Garrido
o not know if it is a bug or a feature but is it possible to get rid of such behavior. Thanks for your help/advice, Xavier

[O] Bug : Subscripting not properly working

2014-03-29 Thread Xavier Garrido
and last lines export properly while the second line gives the following result The file a_b d__cdoes not work. The problem occurs when using more than 2 underscores. Cheers, Xavier

Re: [O] Bad footnotes when including org files

2014-03-26 Thread Xavier Garrido
Hi Nicolas, Le 26/03/2014 15:41, Nicolas Goaziou a écrit : Hello, Xavier Garrido writes: Thanks for your answer. Maybe I will try your solution. Otherwise I will run a "before-parse-hook" to change fn:XX to something unique (by adding buffer name for example. We could do it

Re: [O] Bad footnotes when including org files

2014-03-16 Thread Xavier Garrido
Hi James, Thanks for your answer. Maybe I will try your solution. Otherwise I will run a "before-parse-hook" to change fn:XX to something unique (by adding buffer name for example. Thanks again, Xavier Le 16/03/2014 02:32, James Harkins a écrit : Xavier Garrido gmail.com>

[O] Bad footnotes when including org files

2014-03-15 Thread Xavier Garrido
all the org files I will include. I am wondering if it is possible to run, for example, =org-footnote-renumber-fn:N= function when including files in such way the user will not have to take care footnote labels. Thanks for your help, Xavier

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Xavier Garrido
Le 03/03/2014 21:54, Richard Lawrence a écrit : Xavier Garrido writes: #+BEGIN_SRC latex \begin{align*} x&=x\\ y&=y \end{align*} #+END_SRC When I export this using the HTML exporter, the LaTeX code is wrapped in a with class="org-src-co

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Xavier Garrido
Hi Ista, Le 03/03/2014 20:55, Ista Zahn a écrit : Hi Xavier, I think #+begin_src latex :results drawer :exports results \begin{align*} x&=x\\ y&=y \end{align*} #+end_src will give both syntax highlighting (in the code block) as well as properly displayed equations in bo

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Xavier Garrido
he org users : write raw LaTeX inside org document and use MathJax for example, to interpret it in a convenient way. It is going to work for both exporter html and latex. The point here is that using raw LaTeX code makes me lose the syntax highlighting which is really useful for debugging long

[O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Xavier Garrido
SRC sh uname -a #+END_SRC #+END_SRC Thanks for your help, Xavier

[O] [BUG] LaTeX command inside TITLE

2013-12-24 Thread Xavier Garrido
then doing M-x org-latex-export-to-pdf, the generated LaTeX file does not wrap neither the \alpha nor the \beta. Do I miss a recent (important) change to handle such title ? Cheers, Xavier

Re: [O] Export all radio tables off a document

2013-12-05 Thread Garrido Xavier
maybe Cheers, Xavier Le 05/12/2013 14:31, Thorsten Grothe a écrit : Hi all, this is my first post to this list, so please be patient with me :-) I have many radio tables in my document with this structure: \begin{comment} #+TBLNAME: sec-10 #+ORGTBL: SEND sec-10 orgtbl-to-latex :skip 3 :spl

Re: [O] Replace EMAIL keyword by some LaTeX command

2013-10-14 Thread Xavier Garrido
Hi Rasmus, It works like a charm ! Thanks a lot for the trick and for your help. Xavier Le 15/10/2013 02:11, Rasmus a écrit : #+BEGIN_SRC Org #+TITLE: LaTeX test #+AUTHOR: toto #+EMAIL: t...@toto.org #+LATEX_HEADER: \usepackage{nopkg} #+OPTIONS: with-email: t Note that 1. email is

[O] Replace EMAIL keyword by some LaTeX command

2013-10-14 Thread Xavier Garrido
export filter do it ? Thanks, Xavier

Re: [O] Makefile to export to html/pdf using emacsclient

2013-10-09 Thread Garrido Xavier
Le 09/10/2013 16:34, Nick Dokos a écrit : Garrido Xavier writes: Dear orgers, Sometimes ago Eric Schulte posted a Makefile to run the exporter in a asynchronous way (see http://lists.gnu.org/archive/html/emacs-orgmode/2012-11/msg00788.html). I am wondering if it is possible to use

[O] Makefile to export to html/pdf using emacsclient

2013-10-08 Thread Garrido Xavier
oob to catch it. Thanks for your help, Xavier -- | |__ GARRIDO Xavier Laboratoire de l'Accélérateur Linéaire /\ NEMO Université Paris-Sud 11 /--\garr...@lal.in2p3.fr UMR 8607 | garr...@in2p3.fr Batiment 200 |__ +33 1.64.46.84.28

Re: [O] Exporting C++ code block to html

2013-09-28 Thread Xavier Garrido
/lisp\")(require 'htmlize) (setq c-standard-font-lock-fontify-region-function 'font-lock-default-fontify-region))" --visit /tmp/cpp-test.org --funcall org-html-export-to-html This works for me. I will use it until emacs trunk will become official release. Many thanks to both of you, Cheers, Xavier --

[O] Exporting C++ code block to html

2013-09-27 Thread Xavier Garrido
27;m using orgmode 8.2-35 from the git repository. Thanks for your help, Xavier oading vc-git... Loading cc-langs... Debugger entered--Lisp error: (void-function nil) nil(1 12 nil) c-font-lock-fontify-region(1 12 nil) font-lock-fontify-region(1 12 nil) byte-code("\212\303 \304\216

[O] Export only a (sub)tree

2013-08-13 Thread Xavier Maillard
Hi, As usual, I am starting to use orgmode again. As usual, things have greatly enhanced. I am using one big orgmode file to keep all my stuff. I need for some nodes of this file to export them and to send them to my teammates, etc. Although there is a manual, I could not find THE way to it ther

[O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-13 Thread Xavier Maillard
ce, as of the date of today (Wednesday 14th), it is stuck to yesterday... What can I do to debug this ? Additional informations: 1. GNU emacs 24.3.1 2. org-mode from Git (dunno how to give you its version though) Thank you Xavier

Re: [O] Using different image format given the export backend

2013-07-01 Thread Xavier Garrido
Hi Vincent, Thanks for the trick. Until I found something else I will try it ;) Xavier Le 01/07/2013 21:22, Vincent Beffara a écrit : Hello, #+CAPTION: Toto figure #+NAME: fig::toto #+ATTR_LATEX: :width 0.38\textwidth #+BEGIN_SRC emacs-lisp :exports results :results value raw (case

[O] [PATCH] ox-latex.el: Wrap table into figure environment

2013-07-01 Thread Xavier Garrido
environment inside =table= env. but I heavily use tabular to put figures side-by-side or on a grid array (I guess I am not the only one). There may be a better way to achieve that... Cheers, Xavier

[O] Using different image format given the export backend

2013-07-01 Thread Garrido Xavier
ng]]")) #+END_SRC While the export is fine with html, when I export to latex->pdf, it gives me : \includegraphics[width=.9\linewidth]{./toto.pdf} not respecting the latex width attribute nor caption. I am using the new exporter and I wonder if I can get something working in the sam

Re: [O] Writing microsecond time unit

2013-07-01 Thread Xavier Garrido
Thanks a lot Thomas, it works like a charm. Le 01/07/2013 09:11, Thomas Holst a écrit : Hi Xavier, · Xavier Garrido wrote: Dear Orgers, I would like to do something very simple such as writing microsecond unit but I fail. I try different way (\mu\nbsp s, $\mu$s, \mu s) but always get a

[O] Writing microsecond time unit

2013-06-30 Thread Xavier Garrido
which is find for LaTeX to pdf export but is quite annoying when I export to html. Is there a simple way to use the symbol µ glued to a 's' ? Thanks in advance, Xavier

Re: [O] [PATCH][ox-koma-letter]: sender, email and cleanup

2013-05-27 Thread Xavier Garrido
ing for me. Ok these are working. Thanks for your help, Cheers, Xavier

Re: [O] [PATCH][ox-koma-letter]: sender, email and cleanup

2013-05-27 Thread Xavier Garrido
, the email is always overloaded when exporting to latex/pdf. I had a look into ox-koma-letter script and even if I saw small differences when dealing with AUTHOR and EMAIL keywords, I am not able to solve solve this discrepancy. Xavier PS: except from this little problem, it works like a char

Re: [O] Org-mobile for Android and syncing

2013-03-15 Thread Xavier Maillard
per file SEQ_TODO/TAGS to be able to see them in mobileorg ? Thank you. /Xavier

Re: [O] org-babel: remote execution ?

2013-03-12 Thread Xavier Maillard
Eric Schulte writes: > Xavier Maillard writes: [ SNIP ] >> Today, I tried to use org-babel for the first time with thing like that: >> >> #+begin_src sh >> echo $ORACLE_SID >> #+end_src >> >> My goal is to execute this block on a remote machine. I

[O] org-babel: remote execution ?

2013-03-12 Thread Xavier Maillard
help. /Xavier

Re: [O] Disable auto-fill-mode within code block

2013-03-06 Thread Xavier Garrido
Thanks Bastien for your prompt answer. For the time being, I prefer to wait the 8.0 release. Xavier Le 06/03/2013 12:41, Bastien a écrit : Hi Xavier, Xavier Garrido writes: If there a way to disable auto-fill-mode within org-babel code block ? I had look through the FAQ as well as search

[O] Disable auto-fill-mode within code block

2013-03-06 Thread Xavier Garrido
Hi orgers, If there a way to disable auto-fill-mode within org-babel code block ? I had look through the FAQ as well as search in the mailing list archives but do not find any related answers. I am using org version 7.8.11. Thanks for your help, Xavier

Re: [O] Automagically send all org table

2013-01-14 Thread Garrido Xavier
It works perfectly ! Thanks a lot. Le lun. 14 janv. 2013 13:56:50 CET, Carsten Dominik a écrit : On 14 jan. 2013, at 11:25, Xavier Garrido wrote: Hi orgmoders, I am looking for a simple way to SEND all org tables in a given document to their RECEIVER counterparts. Of course, I can go

Re: [O] Automagically send all org table

2013-01-14 Thread Garrido Xavier
Thank you all, Xavier Le lun. 14 janv. 2013 14:58:32 CET, Jambunathan K a écrit : Jambunathan K writes: Suvayu Ali writes: On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote: Hi orgmoders, I am looking for a simple way to SEND all org tables in a given document to their

[O] Automagically send all org table

2013-01-14 Thread Xavier Garrido
. Is there a way ? Thanks for your help and advices, Xavier

[O] Tracking progress in sport trainings ?

2011-09-26 Thread Xavier
of all of this. Any idea how to this efficiently ? Thank you Xavier

  1   2   >