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
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
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
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
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
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
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
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
You have PyOrgMode also (https://github.com/bjonnh/PyOrgMode)
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-
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,
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
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
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
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
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
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
>
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
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
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
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
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
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
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
24 matches
Mail list logo