Re: [O] org-link minor mode

2012-08-17 Thread Sean O'Halpin
On Tue, Aug 14, 2012 at 8:49 AM, Bastien wrote: > "Sean O'Halpin" writes: > >> I've been hacking this weekend to try to create a minor mode that >> enables org-mode bracket links in modes other than org-mode. [snip] > Yes. This might especially be useful in modes where people use > orgstruct as

Re: [O] [GSoC] Org Merge Driver Update

2012-08-17 Thread Simon Thum
Hi Andrew, sorry to report less exciting things. I could not compile - the repo contains two invalid links into my system: lrwxrwxrwx 1 simon users38 Aug 18 04:01 tap-driver.sh -> /usr/share/automake-1.12/tap-driver.sh lrwxrwxrwx 1 simon users36 Aug 18 04:01 test-driver -> /usr/share

Re: [O] org-link minor mode

2012-08-17 Thread Sean O'Halpin
On Tue, Aug 14, 2012 at 11:57 AM, Christopher J. White wrote: > This is pretty cool, Sean. One issue I'm having is that it does not > properly handle "breaking" the link: Thanks for trying it out. I think I've fixed the link "breaking" problem (using font-lock-unfontify-region-function). Source

Re: [O] auto-push to mobile (but only when editing org buffer)

2012-08-17 Thread Ken Mankoff
On Thu, Aug 16, 2012 at 2:54 PM, Ken Mankoff wrote: > Hi Marcel, > > On Wed, Aug 15, 2012 at 12:33 AM, Marcel van der Boom > wrote: >> Perhaps you will find https://gist.github.com/3111823 interesting. It >> contains a bit of code to do the org-mobile-push asynchronously (and >> notify me about

Re: [O] get rid of empty caption on html export?

2012-08-17 Thread Nick Dokos
Matt Price wrote: > I have asimpl table in an org document which, when i export to HTML, > is for some reason accompanied by an empty tag.  > My wordpress theme causes the caption to take up valuable space...  is > there any way to surpress the caption tag from being created on > export?  If no

[O] get rid of empty caption on html export?

2012-08-17 Thread Matt Price
Hi, I have asimpl table in an org document which, when i export to HTML, is for some reason accompanied by an empty tag. My wordpress theme causes the caption to take up valuable space... is there any way to surpress the caption tag from being created on export? If not, maybe osmeone has a css

Re: [O] export literal examples font-lock: ess-mode

2012-08-17 Thread Paul Burkander
ah! for some reason capitalizing BEGIN_SRC seems to have been causing problems. Thanks for your help! On Fri, Aug 17, 2012 at 11:12 AM, Ista Zahn wrote: > On Fri, Aug 17, 2012 at 9:23 AM, Paul wrote: > > I write do-files for Stata code in emacs using ESS, which marks up my > > code and sends i

[O] Bug#685154: Acknowledgement (Bug: org-export-with-priority: t broken [7.8.11])

2012-08-17 Thread Debian Bug Tracking System
Thank you for filing a new Bug report with Debian. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has

Re: [O] Can't tangle inline source code

2012-08-17 Thread Eric Schulte
I don't believe tangling is supported for inline code blocks. The original reason for implementing inline code blocks was purely for the inclusion of inline results in export. Best, Luis Muñiz writes: > Hi there! I'm having some problems while tangling. More > specifically, I can tangle a sr

Re: [O] add entries to *emphasis-alist

2012-08-17 Thread Nick Dokos
Sebastien Vauban wrote: > You have to make that customization *before* loading Org in your .emacs file. > Weird, never really understood why, but that's like that. > The point is that the value of org-emphasis-alist (as well as the value of org-emphasis-regexp-components) is used in order to ca

Re: [O] add entries to *emphasis-alist

2012-08-17 Thread Sebastien Vauban
Hi Philipp, Philipp Kroos wrote: > is it still possible to add items to the emphasis alists? > I'm preparing a presentation with orgmode/beamer and try to get a markup > for alert using '@'. > According to some (old..) thread > (http://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00592.ht

Re: [O] Testing the git latest

2012-08-17 Thread Achim Gratz
Ken Williams writes: > I'm on Cygwin, is that not a supported testing configuration maybe? Then why don't you use Cygwin's Emacs? Or read this: http://orgmode.org/worg/dev/org-build-system.html#sec-3-1-4 Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

[O] Can't tangle inline source code

2012-08-17 Thread Luis Muñiz
Hi there! I'm having some problems while tangling. More specifically, I can tangle a src block of code: #+BEGIN_SRC emacs-lisp :tangle block.el :results silent (format-time-string "%Y/%m_%b/%d_%a :: [%H:%M:%S]" ) #+END_SRC But I can't tangle the inlined equivalent form: src_emacs-lisp[ :ta

Re: [O] Question about org-habit and agenda views

2012-08-17 Thread Tomas Grigera
On Thu, Aug 16, 2012 at 11:28 AM, Thomas Moyer wrote: > I have a set of habits that I do Monday through Friday (weekdays only) and > the best suggestion I have found for this is to have 5 individual TODOs (one > for each day). This seems to work well for the most part, but I have found > one minor

Re: [O] [patch] change indentation logic for edit-src

2012-08-17 Thread Nick Dokos
Ken Williams wrote: > Hi, > > I know Bastien's out of touch for a few days, but could someone say whether a > patch to the mailing list is the right place to put it, or should I put it on > GitHub or somewhere else? Thanks. > > -Ken > > > From: Ken Williams > > Sent: Thursday, August 16, 2

[O] Testing the git latest

2012-08-17 Thread Ken Williams
I recently made some local changes to the latest git HEAD, and I wanted to run regression tests. It didn't work, though - here's the error I got: % /cygdrive/c/Program\ Files\ \(x86\)/GNU\ Emacs\ 24.1/bin/emacs -Q --batch \ -L lisp/ -L testing/ -L testing/lisp -l lisp/org.el \ -l

Re: [O] [patch] change indentation logic for edit-src

2012-08-17 Thread Ken Williams
Hi, I know Bastien's out of touch for a few days, but could someone say whether a patch to the mailing list is the right place to put it, or should I put it on GitHub or somewhere else? Thanks. -Ken > From: Ken Williams > Sent: Thursday, August 16, 2012 2:30 PM > To: emacs-orgmode@gnu.org >

Re: [O] export literal examples font-lock: ess-mode

2012-08-17 Thread Ista Zahn
On Fri, Aug 17, 2012 at 9:23 AM, Paul wrote: > I write do-files for Stata code in emacs using ESS, which marks up my > code and sends it to a comint-mode buffer for evaluation. I'd like to > include some source code in an org file, as in the below examle: > > #+begin_src -n > foreach var of varli

[O] Bug: html export converts "<" to "<" with "#!RESULTS" option [7.8.11]

2012-08-17 Thread Feiming Chen
Please see the attached test file ("a.org"), which I have tested with "emacs -Q". In test 1, the html export (C-c C-e H) translates the line " " to "". In test 2, the translation is OK. I am working o

Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?

2012-08-17 Thread Eric Schulte
>> >> The `org-src-in-org-buffer' macro may be used from an edit buffer to run >> elisp inside the code block, in the org-mode buffer of the edit buffer. >> e.g., the following >> >> ;; -*- emacs-lisp -*- >> (org-src-in-org-buffer (message "-->%S" (org-babel-get-src-block-info))) > > Where

[O] export literal examples font-lock: ess-mode

2012-08-17 Thread Paul
I write do-files for Stata code in emacs using ESS, which marks up my code and sends it to a comint-mode buffer for evaluation. I'd like to include some source code in an org file, as in the below examle: #+begin_src -n foreach var of varlist _all{ rename `var' new_`var' } #+end_src I have

[O] Bug: icalendar export skips todos with a scheduled time-range [7.8.11]

2012-08-17 Thread Friedrich Delgado
Hi! If I have an org-file containing a todo with a scheduled date range, like this: ,[ foo.org ] *** TODO Weekend with the lads SCHEDULED: <2012-05-04 Fr>--<2012-05-08 Di> ` and try to export it via org-export-icalendar-this-file, the resulting foo.ics will look like this ,[

[O] possible bug : multiple datetree files

2012-08-17 Thread Richard Riley
I added a new datetree org file template in addition to my original journal.org :- in org-capture-templates , | ("j" "journal" entry (file+datetree "journal.org") | "* %?\n\t:PROPERTIES:\n\t:DateCreated: %T\n\t:Link: %a\n\t:END:\n") |

[O] Bug: org-export-with-priority: t broken [7.8.11]

2012-08-17 Thread Friedrich Delgado
Package: org-mode Version: 7.8.11-2 Severity: minor The following minimal org-file: ,[ foo.org ] *** Header * ` With nothing changed from the site-configuration except for org-export-with-priority: t, resuts in: ,[ *Messages* ] org-export-cleanup-toc-line: Wrong type arg

[O] add entries to *emphasis-alist

2012-08-17 Thread Philipp Kroos
Hi, is it still possible to add items to the emphasis alists? I'm preparing a presentation with orgmode/beamer and try to get a markup for alert using '@'. According to some (old..) thread (http://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00592.html) I added an entry to org-emhasis-ali

Re: [O] make test on OSX

2012-08-17 Thread Neuwirth Erich
I do not kow hat you changed, but since today all tests pass. On Aug 14, 2012, at 8:49 AM, Neuwirth Erich wrote: > I am not (yet?) fluent enough in elisp to be able to debug other people's > code ;-) > > On Aug 13, 2012, at 9:21 AM, Bastien wrote: > >> Hi Erich, >> >> Neuwirth Erich writes