Bug: Hole in `org-html-format-drawer-function' variable documentation [9.4.4 (9.4.4-21-g61336f-elpaplus @ /home/jmazon/.emacs.d/elpa/org-plus-contrib-20210208/)]

2021-03-24 Thread Jean-Baptiste Mazon
Hello, The documentation for customizable variable `org-html-format-drawer-function' currently reads as such: Function called to format a drawer in HTML code. The function must accept two parameters: NAME the drawer name,

Re: [O] ODT exporter does not seem to respect quotation mark for list items

2014-07-28 Thread Baptiste
Hi, I do confirm that it is fixed for me. Thank YOU. -- *Le jeu., juil. 24 2014, Nicolas Goaziou a écrit* Hello, This should be fixed in maint. Thank you for reporting it. Regards, -- Nicolas Goaziou -- ~~^v^~~ Baptiste

[O] ODT exporter does not seem to respect quotation mark for list items

2014-07-23 Thread Baptiste
Hi, I do not manage to get all my lists correctly exported in odt. The main point seems the respect of quotation marks … See example below. Thank you, -- ~^v^~ Baptiste - #+TITLE: Test for lists in quotes and Odt export #+AUTHOR: Baptiste #+DATE: 2014-07-23 * Rational =ODT

[O] Org entries from tables

2013-07-03 Thread Baptiste
Hi, it is a nice feature to be able to export structured org entries as a table (through column view generated table). Is there a way back (or the other way), that is, create org entries with associated properties from a table. Lot of people is using spreadsheet to organise its data, then it

[O] Internal link with custom caption

2013-05-17 Thread Baptiste
Hi, I would like to be able to manage internal link that is exported with a custom reference text. I mean define somewhere an anchor *plus the reference caption* and then use link mechanism to create a reference to this point with its given caption. I do not find a way to do so. Has I imagine

Re: [O] ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task

2013-04-22 Thread Baptiste
advised to both use :start properties and :SCHEDULED mechanism in an org entry (you would end with two /start/ elements in tj3). *Le lun., avril 22 2013, Christian Egli a écrit* Bastien writes: > Hi Baptiste and Christian, > > Christian Egli writes: > >>

[O] ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task

2013-04-19 Thread Baptiste
Hi, hereafter a small typo correction, plus the capability to use DEADLINE: and SCHEDULED: in task (special export format for milestones). -- : ~^v^~ Bat ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task diff --git a/contrib/lisp/ox-taskjuggler.el b/contrib/lis

Re: [O] Taskjuggler export deals badly with first parent match

2013-04-19 Thread Baptiste
This patch works fine for me. Thanks I still have other issues in my move to the new exporter, but I am moving forward (then I am sorry if I report problems one after another). Regards, -- *Le ven., avril 19 2013, Nicolas Goaziou a écrit* Hello, Baptiste writes

Re: [O] Taskjuggler export deals badly with first parent match

2013-04-19 Thread Baptiste
This patch works fine for me. Thanks I still have other issues in my move to the new exporter, but I am moving forward (then I am sorry if I report problems one after another). Regards, -- *Le ven., avril 19 2013, Nicolas Goaziou a écrit* Hello, Baptiste writes

[O] Taskjuggler export deals badly with first parent match

2013-04-19 Thread Baptiste
Hi, first of all, thanks for the hard work to make 8.0 get out. I found ox-taskjuggler broken in /task_id/ identification when it is non trivial. here is an example this is not fine at my side : Org-mode version 8.0 (release_8.0-1-g5ef07d @ …) #+BEGIN_EXAMPLE * Project

Re: [O] Sync Org with Google Calendar using google API (rather than caldav)

2013-04-02 Thread Baptiste Fouques
Adam Spiers adamspiers.org> writes: > Sounds interesting. It would be very helpful if you could explain how it is > different from the other synchronization possibilities out there, e.g. > > http://orgmode.org/worg/org-tutorials/org-google-sync.html > https://code.google.com/p/emacs-google/ > ht

[O] Sync Org with Google Calendar using google API (rather than caldav)

2013-03-29 Thread Baptiste
Hi, I have started a google calendar synchronization Emacs module. Rather than using ical format, I use directly Google API. For sure it is less usefull for other calendar services, but it will keep working when Google is stopping supporting caldav. For now, only fetch from Goog

[O] flet fixed in emacs trunk (Was: Is Org mode gonna break on emacs 24.50.1x ?)

2012-06-28 Thread Baptiste Fouques
Hi all, thanks for your answers, I do confirm that 'flet' is now working in emacs following emacs patch http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00515.html Org mode is working like a charm with in emacs, trunk version. -- ~^v^~ Bat Baptiste Fouques writes: > H

[O] Is Org mode gonna break on emacs 24.50.1x ?

2012-06-25 Thread Baptiste Fouques
Hi, thanks all for org. I wonder whether org-mode is going to break badly on next emacs cleanup. --- commit 1e211d886c96420904ad197cfee7fce7ae7b9d83 (HEAD, refs/heads/master) Author: Stefan Monnier Date: Fri Jun 22 09:42:38 2012 -0400 … * lisp/emacs-lisp/cl.el (flet): Don't auto

Re: [Orgmode] Latex export format control - emphasis and radio link

2009-12-24 Thread Baptiste Fouques
Hi, thank you for having answered quickly my questions On Thu, Dec 24, 2009 at 9:31 AM, Carsten Dominik wrote: > first of all, why don't you just use not-a-lint instead of not_a_link? > Using underscore sort-of asks for problems in this context. Guess that I am not really looking for problems (

[Orgmode] Latex export format control - emphasis and radio link

2009-12-23 Thread Baptiste Fouques
UTHOR:Baptiste Fouques #+EMAIL: b...@m4tp.org #+DESCRIPTION: org mode link test #+OPTIONS: ^:nil * org-export-latex-emphasis-alist difficutlies # <<>> =link_radio= =not_a_link= * Radio Link format <<>> EOF- What I would expect as a Latex export wo