[Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-10 Thread Jonathan BISSON
Hi, I'm new to this list, and an 6-8 month (or so) user of org-mode. I needed to get my outline-level-9 and further to look at least like the outline-level-8 and not cycling to outline-level-1 as my customization for this one got a bigger face. And I don't want a child to be bigger than its paren

[Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-11 Thread Jonathan BISSON
Hi, I needed to get my outline-level-9 and further to look at least like the outline-level-8 and not cycling to outline-level-1 as my customization for this one got a bigger face. And I don't want a child to be bigger than its parent for visibility purpose. So I'm proposing this (I could provide

Re: [Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-12 Thread Jonathan BISSON
On Fri, 2010-11-12 at 13:39 -0600, Carsten Dominik wrote: > Ji Jonathan, > > thanks you for this, I have checked in a slightly modified version of > your patch. > > Thanks > > - Carsten > Hope this would be of some help. I was thinking about ways to add as much outlines as we wanted. Or way

[Orgmode] Automatic screenshot insertion

2010-11-18 Thread Jonathan BISSON
Here is a little function that allows a user to insert a screenshot easily. Only works on unix-like systems where ImageMagick is installed (adapt "import" to your screenshot program if needed). (defun my-screenshot () "Take a screenshot into a unique-named file in the current buffer file dir

[Orgmode] A python module for orgmode files

2010-12-13 Thread Jonathan BISSON
Hi all, A new project : A python module for orgmode files https://github.com/bjonnh/PyOrgMode Hope someone would find this useful/helpful. You can also contribute as much as you wish/can ;) The code is not really clean (I'm working on docstrings and cleaning-up) but should be usable. Please

Re: [Orgmode] A python module for orgmode files

2010-12-13 Thread Jonathan BISSON
On 12/14/2010 01:03 AM, Chris Malone wrote: > I guess the real question is: did you write the org-mode-parsing Python > code using org-mode? ;-) No but I was thinking that would be nice to fold classes and get TODO items (and even scheduled ones) Maybe using # as a "star". I don't know if it it

[Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
Charles Cave gmail.com> writes: > I wrote a Python Orgnode module at least a year ago. > Have a look at this and feel free to adapt what you find > of interest. My module is designed to read an orgmode > file into a list of Orgnode objects. > > http://members.optusnet.com.au/~charles57/GTD/or

[Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
Jeff Horn gmail.com> writes: > I think what Chris was referring to is the fact that you can write > literate programs using org-mode and org-babel. You can mix > documentation and code, and then run some nifty functions that > separate them out. The advantage, of course, is that your source is >

Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
On 12/14/2010 03:15 PM, chris.m.mal...@gmail.com wrote: >> > Jeff Horn gmail.com> writes: > >> What about tangling? When you tangle your org file, you get a source > >> file for that language. > > > > Tangling is what I had in mind for my comment. It seems like an easy way > to have literate p

[Orgmode] Re: Announce: org-mode and thunderbird integration

2010-12-14 Thread Jonathan BISSON
Martin Svenson mail.com> writes: > > I've successfully integrated org-capture with thunderbirdIt is very trivial, but since I saw earlier posts on this: check https://bitbucket.org/phromo/org-thunderbird/src/b6ac29949911/thund.jsIt has a few limitations - works by org-mode shell links (see note

[O] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Jonathan BISSON
Hi there, I did a small patch for org-collector. Here are the changes : - Adding a :colnames property, allowing to give the column names (instead of displaying the function used to populate the table) - Adding a :noquote property, allowing to remove the double quotes around strings I hope some

Re: [O] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Jonathan BISSON
On 10/28/2011 04:32 PM, Bastien wrote: > Hi Jonathan, > > Jonathan BISSON writes: > >> I did a small patch for org-collector. > > Thanks for this -- can you resend the patch by attaching > it, instead of inserting it in the body of the email? It > is not readab

[O] Avoiding div from special blocks to be in …

2011-12-04 Thread Jonathan BISSON
Hi, I just uncommented a line in org-special-blocks.el that made div special blocks (like #+begin_foo) in html export to be between …… It seems to work well like this (and now the produced documents are W3C valid). Any clue on why it was commented ? diff --git a/lisp/org-special-blocks.el b/lisp

Re: [O] Avoiding div from special blocks to be in …

2011-12-04 Thread Jonathan BISSON
On 12/04/2011 07:57 PM, Christian Moe wrote: > Hi, > > I submitted a patch to this effect a month and a half back. > > http://patchwork.newartisans.com/patch/979/ > > Apart from uncommenting that line, I put in an org-open-par after the > div and rearranged a few lines to follow the same structu

[Orgmode] (org-display-inline-images)

2011-02-06 Thread Jonathan BISSON
Hi, I'm using inline images a lot in my org-files, but sometimes, the inline image disappears and I need to do a (org-display-inline-images) again. I need to look in more details when does this really happen. But what annoys me is that I added a : #+STARTUP: inlineimages, and it doesn't seems to

[Orgmode] Publishing - Sitemap problem

2011-02-07 Thread Jonathan BISSON
Hi, The sitemap generation when publishing a project does not take into account a title change in a page. I need to remove the org cache files (~/.org-timestamps/org-*) to get it updated. Is there a way to correct this behaviour (bug) ? J. signature.asc Description: OpenPGP digital signature

Re: [O] [OT] Pomodoro for emacs

2011-04-19 Thread Jonathan BISSON
Marcelo de Moraes Serpa gmail.com> writes: > > Hi list, > > I use Pomodoro to help keeping me focused, and right now I use Focus > Booster on OSX. > > However, I just found http://kanis.fr/hg/lisp/ivan/pomodoro.el, which > might be a good addition to the emacs PIM arsenal, haven't tried it > y

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-20 Thread Jonathan BISSON
Olivier Schwander chadok.info> writes: > > Limitations > > - Read-only (no org file modifications support) > - No drawers parsing > - No exporters > - No formaters parsing (like ==, //, ** and so on, it > will wait for exporters) > - No filtering support > Hi Olivier,

[O] Tools for working with Zotero and OrgMode

2011-04-22 Thread Jonathan BISSON
Hi, 1) Zotero-BibLaTeXToClipBoard-Firefox-module I just started a new module for firefox, allowing one user to copy in the clipboard bibtex elements for the current selection inside Zotero. You just have to paste it to your bibtex file. https://github.com/bjonnh/Zotero-BibLaTeXToClipBoard-Firefox-

Re: [O] Parsing org files with python

2011-04-23 Thread Jonathan BISSON
You have PyOrgMode also (https://github.com/bjonnh/PyOrgMode)

Re: [O] HTML Postamble is inside Content DIV

2011-04-30 Thread Jonathan BISSON
Sébastien Vauban writes: > > Hello, > > After a couple of tests, I've observed that the postamble is forced to be > included *inside* the div "content". > > Proof on Line 1764... These are the ending tags of every HTML page: > > #+begin_src emacs-lisp > (unless body-only (insert "\n\n\n

Re: [O] Org Mode TOOD two way sync tool

2012-10-07 Thread Jonathan BISSON
Sriram Karra gmail.com> writes: > > > I am the author of ASynK (http://karra-asynk.appspot.com), a PIM sync tool and framework written in python that works across a variety of PIM providers such as Outlook, Google and BBDB. I am considering extending ASynK to do a bi-directional sync of Outlook

[O] Latex export : newlines in footnotes.

2012-05-28 Thread Jonathan BISSON
Hello, When I try to export my org file using latest git (1 month ago version got this problem too) to a tex file, I have problems with footnotes. * Orgfile Hello [fn:foo: bar] -> Latex Output Hello \footnote{bar } So I got a newline after bar, which causes big troubles in tables as the

Re: [O] Latex export : newlines in footnotes.

2012-05-29 Thread Jonathan BISSON
Jonathan BISSON gmail.com> writes: > > Hello, > > When I try to export my org file using latest git (1 month ago version > got this problem too) to a tex file, I have problems with footnotes. > > * Orgfile > > Hello [fn:foo: bar] > > -> Latex Output