Re: [O] Time-zone in dates

2015-06-26 Thread francois
Hello, On Fri, Jun 26, 2015 at 09:20:00PM +0200, Nicolas Goaziou wrote: > Time zone information is interesting when users of different areas are > exchanging Org documents. > > I think it would be useful to have: > > - a keyword to specify time zone per document. This time zone would >apply

Re: [O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-27 Thread francois
On Tue, 24 Sep 2013 15:08:10 +0200, Carsten Dominik wrote: could you please explain what this does and show an example on how this should be used? It adds the possibility of a string argument used as a regexp for arbitrary field separator. It can be used as following : (defun my-fjd/convert

Re: [O] table as argument to code block : type of the elements

2013-09-12 Thread francois
This code does not work because of automatic conversion from string to number in org-babel-read-table. I found a workaround changing the table to : #+TBLNAME: table_test | name | id| |---+---| | name1 | "034" | | name2 | "135" | | name3 | 1B5 | but I think inhibiting number con

[O] table as argument to code block : type of the elements

2013-09-12 Thread francois
Hello list, This code does not work because of automatic conversion from string to number in org-babel-read-table. #+TBLNAME: table_test | name | id | |---+-| | name1 | 034 | | name2 | 135 | | name3 | 1B5 | #+NAME: code_test #+BEGIN_SRC emacs-lisp :var table=table_test (setq myv "")

[O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-03 Thread francois
Hello, I made this patch to make easier conversion to org-table from csv-like text with arbitrary separator. --- lisp/org-table.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index c7e7eb8..c8c2462 100644 --- a/lisp/org-table.e

[O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-03 Thread francois
Hello, I made this patch to make easier conversion to org-table from csv-like text with arbitrary separator. --- lisp/org-table.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index c7e7eb8..c8c2462 100644 --- a/lisp/org-table.e

[Orgmode] export latex and column view

2008-12-22 Thread francois
Hello, I get an error when I compile, with pdflatex, the latex generated from a buffer having columnview. Here is my org file: [myfile.org] * overview #+BEGIN: columnview :hlines 1 :id "my-data" | ITEM | TODO | PRIORITY | TAGS | |---+--+--+--| | * my data | |

[Orgmode] column view and externals id

2008-12-21 Thread francois
Hello, I would like to display, in a unique file, columns views that refer to columns defined in different files. I think that ID may help me. But I certainly miss something. I can't achieve it. Here is what I would like to get: [filea.org] * my overview #+BEGIN: columnview :hlines 1 :id "my-id"

[Orgmode] Re: problem with nested lists.

2007-12-14 Thread francois
Carsten Dominik gmail.com> writes: my emacs is 22.1.1 > I cannot reproduce this. Anyone? hello, I was misusing the list. I can fold/unfold the tree at the first level entry. But for the second level, I have realized that I have to move the cursor to the "-" character, and then press enter. P

[Orgmode] problem with nested lists.

2007-12-13 Thread francois
I am facing with a strange problem. Let's consider the following simple org file: --8<--- beginning of my org file - example - A - B --8<--- end of my org file when I press enter on the first level (example), the list is correctly folded. I may press "enter" to unfold the first level. I ge

[Orgmode] Re: GTD & LaTeX export

2007-12-10 Thread francois
Bastien altern.org> writes: > I'm attaching the code from Christian Egli here again. > Attachment (org2pocketMob.sh): text/x-sh, 3047 bytes hey, I missed the previous post from Christian. I tried the make file and get some really nice calendars. But inputs are based from the diary file, and

[Orgmode] problem with bold faces.

2007-09-18 Thread francois . lagarde
Hello, My current org version is 5.09 I have problems to bold texts when they are after a headline having a tag. For example --8<- correct * my title - *description* i say something will correctly recognize description in bold, but --8<- incorrect * my title

[Orgmode] Re: link to a image and inline image exportation

2007-07-15 Thread francois
Carsten Dominik science.uva.nl> writes: > > I believe I have fixed this problem, please check again in the > next version. I downloaded the last version 5.03. The export to html does not expand the path. between, I successed to get a TOC. In order to make it more "readable" is it possible to r

[Orgmode] Re: dealing with a bibliography

2007-07-15 Thread francois
Bastien altern.org> writes: > I'm working on a LaTeX exporter for Org, so I will have to handle > citations at some point, and the way you treat them seems to be a > good start.. i am really interesting with your latex exporter.. > À bientôt, how did you guess that I am French... my english?

[Orgmode] using agenda to get a TOC of my file.

2007-07-14 Thread francois
Hello, I would like to get a TOC of my current document. I use the agenda outline, and do a "match a tags query" with "LEVEL=1|LEVEL=2|LEVEL=3|LEVEL=4" Only the first level is matched. any idea? ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org

[Orgmode] link to a image and inline image exportation

2007-07-14 Thread francois
Hello, I use a special link for my images. #+LINK: img file:~/path/to/images%s but when i use it [[img::myimage.png]] the image path will not be expanded when I choose to export it inline. I get: and expect: ___ Emacs-orgmode mailing list Emacs

[Orgmode] handling notes/bibliography

2007-07-13 Thread francois
Hello, Writing a draft of a article and handling bibliography and attached notes is always difficult. Even if there is no perfect solution, I would like to get feedbacks from people using org to deal with that. Currently, my organisation is the following: - I have a bibtex file. - I have another

[Orgmode] Re: org mode and reftex

2007-07-13 Thread francois
Carsten Dominik science.uva.nl> writes: > How about > (and (buffer-file-name) > (file-exists-p (buffer-file-name)) > (reftex-parse-all)) hi, I have still the same error. It seems that the cause is not reftex-parse-all. Even removed, i am facing with same problem. Here is

[Orgmode] Re: org mode and reftex

2007-07-13 Thread francois
Carsten Dominik science.uva.nl> writes: thanks for your prompt reply. > > To customize this citation I have defined in my .emacs > > (defun my-org-mode-setup () > Are you adding this function to org-mode-hook? yes > Change > > (reftex-parse-all) ; to make reftex aware of the biblio > >

[Orgmode] org mode and reftex

2007-07-12 Thread francois
hello, I use org 5.02/GNU Emacs 22.0.91.1 I configured reftex to handle my biblio. It inserts a citation in this way [[bib:myKey]] where #+LINK: bib file:~/mydocs/mybib.bib::%s To customize this citation I have defined in my .emacs (defun my-org-mode-setup () (load-library "reftex") (reftex-