Re: [O] FYI: Github updated Org ruby gem in github.com

2013-10-16 Thread Puneeth Chaganti
Cool! Thanks for letting us know.

Re: [O] [PATCH] Fix incorrect time calculation for org-extend-today-until

2013-10-16 Thread Carsten Dominik
Hi Ian, I must have missed this a month ago, sorry about this. I applied the patch now (by hand, git-am choked on it.) Thank you! - Carsten On 16.10.2013, at 20:58, Ian Kelling wrote: > I sent this patch a month ago, but it got no reply. Perhaps that I > accidentally had html email format di

Re: [O] [PATCH] Small improvement of maintainability of link escaping

2013-10-16 Thread Carsten Dominik
Hi Michael, applied, sorry for the delay, and thanks! - Carsten On 16.10.2013, at 15:49, Michael Brand wrote: > Hi all > > On Sat, Oct 5, 2013 at 3:31 PM, Michael Brand > wrote: >> Sorry, I attached the wrong patch (the other one that is waiting in >> another thread), here again. > > I woul

Re: [O] error exporting latex src block

2013-10-16 Thread Eric Schulte
Jason Lewis writes: > Hi, > > If I try and export: > > #+BEGIN_SRC latex > \\ > #+END_SRC > > as html from org-mode, it gives me the following error: > > face-attribute: Invalid face: font-lock-warning > > and fails to export anything. > Your example exports w/o problem for me with Org-mode vers

Re: [O] Drag images from Firefox to org-mode

2013-10-16 Thread Eric Abrahamsen
Oleh writes: > The address and date are auto-added as a comment now. > The updated source can be found at https://github.com/abo-abo/org-download > > Images can be stored in a custom dir with: > > (setq org-download-image-dir "~/Pictures/org") > > I still want to add some rescaling option via Ima

[O] ascii fill column ignored

2013-10-16 Thread Samuel Wales
(setq org-ascii-text-width 60) (org-export-to-buffer 'ascii "whatever.txt" nil t nil) Anything with footnotes is filled to 75. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: f

Re: [O] org-mode based groupware wiki

2013-10-16 Thread Eric Schulte
Torsten Wagner writes: > Hi again, > > today seems to be my Eric Schulte spamming day. Sorry for that. > No problem. > > Ok. Checking why I do not have the latest and finest version of > org-ehtml I found the following error > > package-compute-transaction: Need package `elnode-20130416.1626',

Re: [O] error exporting latex src block

2013-10-16 Thread Jason Lewis
On 17/10/13 12:30 PM, Jason Lewis wrote: > On 17/10/13 12:22 PM, Jason Lewis wrote: > > >> Hi, >> >> If I try and export: >> >> #+BEGIN_SRC latex >> \\ >> #+END_SRC > > I also get the same error with > > #+BEGIN_SRC latex > \newline > #+END_SRC > > I'm exporting with C-c C-e hH > > > I see the same

Re: [O] error exporting latex src block

2013-10-16 Thread Jason Lewis
On 17/10/13 12:22 PM, Jason Lewis wrote: > > Hi, > > If I try and export: > > #+BEGIN_SRC latex > \\ > #+END_SRC I also get the same error with #+BEGIN_SRC latex \newline #+END_SRC I'm exporting with C-c C-e hH

[O] error exporting latex src block

2013-10-16 Thread Jason Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, If I try and export: #+BEGIN_SRC latex \\ #+END_SRC as html from org-mode, it gives me the following error: face-attribute: Invalid face: font-lock-warning and fails to export anything. Is this a bug or a feature? Is there any way I can i

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Carsten Dominik writes: > >> Hi Eric, >> >> I think ox-beamer will turn id: links, search links and custom-id >> lines into clickable references in beamer. I have not tried this >> myself, but looking at the code, this seems to be the case. > > Indeed but I'm not

[O] [PATCH] Fix incorrect time calculation for org-extend-today-until

2013-10-16 Thread Ian Kelling
I sent this patch a month ago, but it got no reply. Perhaps that I accidentally had html email format didn't help. During the extra hours of org-extend-today-until, when org-clock-mode-line-total is 'today, the clocked time shown in the modeline is wrong. It ignores all previously clocked time, w

[O] FYI: Github updated Org ruby gem in github.com

2013-10-16 Thread Waldemar Quevedo
Hello, I just noticed but recently Github upgraded the version of the Org ruby gem that they used in github.com : https://github.com/github/markup/issues/186#issuecomment-25342870 This update took a while to happen, but I hope you like the improvements of what the Org ruby contributors and I have

[O] odt export with 'header'

2013-10-16 Thread Andreas Leha
Hi all, I'd like to have a 'header' on the first page of a odt exported document -- something like this: , | Some fixed text here +---+ | | some logo | |

Re: [O] org-mode based groupware wiki

2013-10-16 Thread Waldemar Quevedo
Hello Torsten, > - Enhance org-ruby? I would be glad to help out in this regard. About the completeness of the implementation of the Org mode ruby parser, it would be very helpful for me to have a set of examples that describe how each one of the features of Org mode Emacs exporter should be rende

Re: [O] Drag images from Firefox to org-mode

2013-10-16 Thread Marcin Borkowski
Dnia 2013-10-16, o godz. 17:52:51 Oleh napisaƂ(a): > The address and date are auto-added as a comment now. > The updated source can be found at > https://github.com/abo-abo/org-download > > Images can be stored in a custom dir with: > > (setq org-download-image-dir "~/Pictures/org") > > I stil

Re: [O] Drag images from Firefox to org-mode

2013-10-16 Thread Oleh
The address and date are auto-added as a comment now. The updated source can be found at https://github.com/abo-abo/org-download Images can be stored in a custom dir with: (setq org-download-image-dir "~/Pictures/org") I still want to add some rescaling option via ImageMagick and an option for l

Re: [O] Org-mode and Evernote

2013-10-16 Thread Haider Rizvi
"Erik L. Arneson" writes: > I've been hacking at it a little on Github and have created an > org-evernote.el library that has an `org-evernote-pull' command that > tries to work similarly to `org-mobile-pull'. It's still a work in > progress, but I'd love some feedback and contributions. > > My

Re: [O] org-mode based groupware wiki

2013-10-16 Thread Torsten Wagner
Hi again, today seems to be my Eric Schulte spamming day. Sorry for that. Ok. Checking why I do not have the latest and finest version of org-ehtml I found the following error package-compute-transaction: Need package `elnode-20130416.1626', but only 0.9.9.7.6 is available However, org-ehtml req

Re: [O] Drag images from Firefox to org-mode

2013-10-16 Thread Xebar Saram
Thx Oleh ,This is really amazing! Ive been waiting for ages for something like this. a few questions (well ok"requests" :)..) if you dont mind. please bare in mind i have zero coding skills (or understanding so my questions may be stupid :)) 1.i use alot of images and :in alot of headings and sub

Re: [O] [PATCH] Small improvement of maintainability of link escaping

2013-10-16 Thread Michael Brand
Hi all On Sat, Oct 5, 2013 at 3:31 PM, Michael Brand wrote: > Sorry, I attached the wrong patch (the other one that is waiting in > another thread), here again. I would like to remind to review and apply the patch attached on [2013-10-05 Sat] to this thread (0001-Small-improvement-of-maintainabi

Re: [O] Drag images from Firefox to org-mode

2013-10-16 Thread Torsten Wagner
This looks like a nice feature! Maybe you could add to save the address and date the picture was taken, thus, one could easily refer to the image origin. That is sometimes of importance. Thanks for sharing Torsten On 16 October 2013 12:04, Oleh wrote: > Hi all, > > Here's a little hack that

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Eric S Fraga
Carsten Dominik writes: > Hi Eric, > > I think ox-beamer will turn id: links, search links and custom-id > lines into clickable references in beamer. I have not tried this > myself, but looking at the code, this seems to be the case. Indeed but I'm not sure what this has to do with automatic ge

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Eric S Fraga
Andreas Leha writes: [...] > Hi all, > > I had the same problem and >:BEAMER_opt: allowframebreaks,label= > (with an empty label) does the trick for me here. Brilliant! This does work and doesn't require any filters or changes to org. Thanks. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.5

Re: [O] org-mode based groupware wiki

2013-10-16 Thread Torsten Wagner
Hi Eric, thanks for the reply. Unfortuantely, I still stuck with the same problem after updating from ELPA. If it works ok for you with the recent version of elnode and ehtml, I might have to digg where my config is broken. I tried following the readmes but the elnode server responeses with Serve

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Andreas Leha
Rasmus writes: > Eric writes: > >> If not, it may be simplest to apply the patch I posted >> yesterday which removes the automatic generation of frame labels. > > Did you try the /second/ filter I posted? It should do what you want, > but only break the frames that has the offending mark. > > Ca

Re: [O] C-S-up and C-S-down throws an error

2013-10-16 Thread Andreas Leha
Hi Oleh, really great timing! I was just hit by this as well and along comes your message. Oleh writes: > Hi all, > > Pressing these key-chords just gives: > > user-error: To use shift-selection with Org-mode, customize > `org-support-shift-select' > > I don't think that it's very productive t

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Carsten Dominik
test, please ignore, may mailer is acting up. On Oct 16, 2013, at 12:25 PM, Eric S Fraga wrote: > Eric S Fraga writes: > >> Rasmus writes: >> >>> Eric S Fraga writes: >>> Hello, technically, I guess this is a bug in beamer and not in org's exporter. However, if I speci

Re: [O] Org mode export to HTML not working correctly with code blocks if block is after an item (-) and its delimiters are indented

2013-10-16 Thread Nicolas Goaziou
Hello, Omid writes: > When exporting to HTML (Org mode version 8.2.1 ELPA; GNU Emacs version > 24.3.1) I see the a strange behavior which can be reproduced with the > following minimal example: > > This exports correctly > #+BEGIN_SRC sh > ls > #+END_SRC > > - This also exports correctly > #

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Rasmus
Eric writes: > If not, it may be simplest to apply the patch I posted > yesterday which removes the automatic generation of frame labels. Did you try the /second/ filter I posted? It should do what you want, but only break the frames that has the offending mark. Carsten Dominik writes: > I t

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Carsten Dominik
Hi Eric, I think ox-beamer will turn id: links, search links and custom-id lines into clickable references in beamer. I have not tried this myself, but looking at the code, this seems to be the case. Regards - Carsten On Oct 16, 2013, at 12:25 PM, Eric S Fraga wrote: > Eric S Fraga writes

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Eric S Fraga
Eric S Fraga writes: > Rasmus writes: > >> Eric S Fraga writes: >> >>> Hello, >>> >>> technically, I guess this is a bug in beamer and not in org's >>> exporter. However, if I specify the =allowframebreaks= option for a >>> frame, the exporter generates the following LaTeX code on beamer expor

[O] Drag images from Firefox to org-mode

2013-10-16 Thread Oleh
Hi all, Here's a little hack that I use to make my life easier: (require 'async) (eval-when-compile (require 'cl)) (defun org-store-image (link basedir) (async-start `(lambda() (shell-command ,(format "wget \"%s\" -P \"%s\"" link (expand-file

[O] org-add-note in adapted workflow always wants to be the last action

2013-10-16 Thread Marcel van der Boom
Hi, I have written a snippet of code with the goal to ask me if I want to archive a TODO item when marking it DONE or CANCELLED. The code I have so far is this: #+BEGIN_SRC emacs-lisp (require 'org-habit) ;; I need a modified version of org-is-habit, which takes inheritance ;; in to accou

Re: [O] timeline of tags

2013-10-16 Thread David Belohrad
Hi Myles, thanks for this piece of code. I've integrated that into mine and it seems to do exactly what I wanted to achieve. many thanks .d. Myles English writes: > Hi David, > > da...@belohrad.ch writes: > >> Dear All, >> >> could someone help me with following problem? >> >> - have multipl

Re: [O] [bug] [exporter] Frame labels cause allowframebreaks option to fail

2013-10-16 Thread Eric S Fraga
Rasmus writes: > Eric S Fraga writes: > >> Hello, >> >> technically, I guess this is a bug in beamer and not in org's >> exporter. However, if I specify the =allowframebreaks= option for a >> frame, the exporter generates the following LaTeX code on beamer export: >> >> \begin{frame}[allowfra