Re: [O] OLUG talk about Org-mode

2011-07-13 Thread Jonathan Leech-Pepin
Hi Memnon, Memnon Anon wrote: >> Can someone provide a working download link ? > > Can someone provide a working video? ;) The direct link to the video on the UStream site is: http://ustream.vo.llnwd.net/pd15/0/1/15/15820/15820239/1_365053_15820239.flv Even if it doesn't load the video (simply

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Jonathan Leech-Pepin
Or if you want to preserve your rounding until the last point in your calculations: | Test 1 | | | 1:15 | 62.50 | 76 | | Test 2 | | | 2:48 | 140.00 | 169 | #+TBLFM: $5=$4*(50/60.0);Df2::$6=$4+1 Since 50/60 is 0.8333... by rounding it prematurely you lose some of the precision in your bi

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Jonathan Leech-Pepin
Hi, Which version of Org are you using? 7.6 (archive from org) with very few org-related customizations (Emacs-Starter-Kit along with one or two small changes) behaved properly. I took your original table and updated the formulas and the values behaved as whole numbers rather than fractions | H

Re: [O] git repository over http?

2011-08-18 Thread Jonathan Leech-Pepin
Hello Bastien, The server does seem to support HTTP for pulling, however it is very slow. I have to use http from work because the firewall blocks the git:// protocol. Times on my prompt are DST (-0400). [10:22:25] ~/test$ git clone http://orgmode.org/org-mode.git Cloning into org-mode... [10:35:

[O] Fwd: setting up org-remember

2011-08-29 Thread Jonathan Leech-Pepin
Forwarding to list (forgot to include in reply) -- Forwarded message -- From: Jonathan Leech-Pepin Date: Mon, Aug 29, 2011 at 4:05 PM Subject: Re: [O] setting up org-remember To: Renato Hi Renato, Emacs-bzr (emacs24) in the AUR will provide a much more up-to-date Org so you

Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?

2011-11-08 Thread Jonathan Leech-Pepin
:BIRTHDAY: without any date is an invalid date for the sexp. org-contacts-anniversaries loops through all valid contacts (headlines with an :EMAIL: property) for any that contain the :BIRTHDAY: property (by default, this can be customized). When there is no date associated the value is nil. (cal

Re: [O] launching appropriate application from file link in org file

2011-11-14 Thread Jonathan Leech-Pepin
Assuming your keePass file has an appropriate file extension you should be able to have it open automatically by customizing: M-x customize-variable org-file-apps and adding the file extension to the list of types (either with default or by specifying exactly which application to use for the atta

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Jonathan Leech-Pepin
I just tested this. M-x goto-char RET RET ;; In this case 18720 Sends you directly to the end of your :PROPERTIES: line that does not have an associated :END:. You'll simply have to then add :END: after the appropriate properties, or remove the :PROPERTIES: line that shouldn't be present (as th

Re: [O] delete, add new row

2011-12-01 Thread Jonathan Leech-Pepin
I'm not sure as to the reason why it does so, but based on your example, the formula is referencing the specific cell itself, rather than the relative position of the cell. If you change your formula to use a relative reference, it will continue to work even when you add, remove and move the rows.

[O] Bug: [ORG->ODT] Export does not respect author:nil and timestamp:nil [7.8.02 (release_7.8.02.8.g8fb0)]

2011-12-16 Thread Jonathan Leech-Pepin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[O] [new exporter] Links in definition list titles are not exported

2012-07-18 Thread Jonathan Leech-Pepin
Given the org file #+begin_src org ,* List Test ,** Plain List ,- A ,- [[http://www.google.com][google]] ,- [[http://www.google.com]] ,** Ordered List ,1. A ,2. [[http://www.google.com][google]] ,3. [[http://www.google.com]] ,** Definition List ,- A :: A ,- [[http://www.goo

Re: [O] Export to Texinfo

2012-07-20 Thread Jonathan Leech-Pepin
> >> - The largest issue perhaps: There is no method to create @kbd{} and >> @key{} commands on export. If anyone has any suggestions how these >> might be achieved (perhaps looking for a prefix in =code=?) I would >> greatly appreciate it. > > You can probably use export-snippets: > > An

Re: [O] are super-hidden technical blocks required?

2012-07-30 Thread Jonathan Leech-Pepin
Hi, On Mon, Jul 30, 2012 at 10:42 AM, Ivy Foster wrote: > On 30 Jul 2012, at 11:26 am +0900, Torsten Wagner wrote: >> Hi, > > Hi, > >> [Because of the problems of syncing and interaction with >> third-party programs] I was wondering if it would be time >> to switch org-mode from text to some sort

Re: [O] Export to Texinfo

2012-07-31 Thread Jonathan Leech-Pepin
On Tue, Jul 31, 2012 at 5:18 PM, Nicolas Goaziou wrote: > Hello, > > Jonathan Leech-Pepin writes: > >> I've done some further work on the org-e-texinfo exporter and have >> gotten it to a point where it should be usable with only a few >> shortcomings. > &

Re: [O] Export to Texinfo

2012-07-31 Thread Jonathan Leech-Pepin
On 31 July 2012 18:35, Jonathan Leech-Pepin wrote: > On Tue, Jul 31, 2012 at 5:18 PM, Nicolas Goaziou wrote: >> Hello, >> >> Jonathan Leech-Pepin writes: >> >>> I've done some further work on the org-e-texinfo exporter and have >>> gotten it to

Re: [O] Fwd: Export to Texinfo

2012-08-03 Thread Jonathan Leech-Pepin
Hello, On Fri, Aug 3, 2012 at 4:41 AM, Nicolas Goaziou wrote: > Hello, > > Jonathan Leech-Pepin writes: > >> Nested lists do work with only a small issue I can see at the moment, >> if there are no blank lines between the items in org there are none in >> the info

Re: [O] are super-hidden technical blocks required?

2012-08-06 Thread Jonathan Leech-Pepin
Hello, On Sun, Aug 5, 2012 at 11:01 PM, Ilya Shlyakhter wrote: > On Sun, Aug 5, 2012 at 10:46 PM, Torsten Wagner > wrote: >> I can see the point that the property drawer header can be annoying >> too. Actually, when I used orgmobile for the first time I was not too >> happy to see all this prope

Re: [O] starting value for ordered lists?

2012-08-08 Thread Jonathan Leech-Pepin
Hello, On Wed, Aug 8, 2012 at 2:24 PM, Matt Price wrote: > Hi, > > in the org manual (http://orgmode.org/manual/Plain-lists.html) i read that I > can start an ordered list at a particular number using an [@20] syntax: > > If you want a list to start with a different value (e.g. 20), start the tex

Re: [O] Using org-mode as day planner

2012-08-10 Thread Jonathan Leech-Pepin
Hi, On Fri, Aug 10, 2012 at 8:46 AM, John Hendy wrote: > On Fri, Aug 10, 2012 at 3:09 AM, Bastien wrote: >> Hi Jack, >> >> Jack Erwin writes: >> >>> So, a couple of questions: >>> >>> 1) Is this a sane approach? My elisp is average at best, and the >>> org-mode devs could probably think of a m

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

2012-08-16 Thread Jonathan Leech-Pepin
Hello Thomas, On Thu, Aug 16, 2012 at 10: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 fo

Re: [O] Alternate format for datetree

2012-09-06 Thread Jonathan Leech-Pepin
Hello, On Thu, Sep 6, 2012 at 11:33 AM, John Hendy wrote: > On Thu, Sep 6, 2012 at 12:42 AM, c b <24x7x...@gmail.com> wrote: >> Hi John and Nick, >> [snip] >> >> * 09 >> ** 05 >> *** 2012 - Wednesday >> [2012-09-05 Wed 22:31] My first working month tree note >> [2012-09-05 Wed 22:35]

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Jonathan Leech-Pepin
Hello, On Fri, Sep 7, 2012 at 8:33 AM, John Hendy wrote: > On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan wrote: >> Hello, >> I notice that the makefile in version 7.9.1 has been changed (with regard to >> v. 7.8.11). When I tried to run it under Windows7, it didn't work (the >> makefile for 7

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Jonathan Leech-Pepin
Hello, On Fri, Sep 7, 2012 at 9:05 AM, John Hendy wrote: > On Fri, Sep 7, 2012 at 7:45 AM, Jonathan Leech-Pepin > wrote: >> Hello, >> >> On Fri, Sep 7, 2012 at 8:33 AM, John Hendy wrote: >>> On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan >>> wrote: &

Re: [O] Activating modules before org-install (was: org-url-hexify-p is not respected)

2012-09-11 Thread Jonathan Leech-Pepin
Helo On 11 September 2012 09:10, Memnon Anon wrote: > James Harkins writes: > >> So then the question is, why was I getting the ID-style links in the >> first place? I hadn't loaded that module before (I didn't even know >> about load-library before). > > One short question: My ~/.emacs.d/init.e

Re: [O] building tagcloud datastructure in elisp

2012-09-12 Thread Jonathan Leech-Pepin
Hello Marcello, On 12 September 2012 14:41, Marcelo de Moraes Serpa wrote: > Hi list, > > How hard would it be to parse a bunch of org files and build an elisp data > structure (Hash?) that represents a tagcloud? All tags in all headlines and > subtrees should be taken into account (for all org f

Re: [O] org-date-toggle-inactive

2012-09-25 Thread Jonathan Leech-Pepin
Hello Johan, On 25 September 2012 14:09, Johan Sandblom wrote: > I wrote the following which allows me ctrl-c-ctrl-c on a date in an org > file and thereby toggle the inactive state of the date. I find it useful > when applying to courses that I am later [not] admitted to. Perhaps it is > useful

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-26 Thread Jonathan Leech-Pepin
Hello Trevor, On 26 September 2012 19:18, Trevor Vartanoff wrote: > > Nicolas, > > > "Org has its own definition for a paragraph, which, apparently, doesn't > match yours. > > A paragraph ends either at a blank line, at the end of the buffer, or at > the start of another non-paragraph element. In

[O] Bug: New Exporter macro expansion

2012-10-04 Thread Jonathan Leech-Pepin
Hello all, I've found a few issues with the new exporter (tested using org-e-latex and org-e-ascii) with regards to macro expansion on export. Using the minimal org file below with Org-mode version 7.9.2 (release_7.9.2-402-ge5e49e @ d:/Apps/Emacs/site-lisp/org/) certain macros do not expand as ex

Re: [O] Bug: New Exporter macro expansion

2012-10-09 Thread Jonathan Leech-Pepin
Hello, On 6 October 2012 05:29, Nicolas Goaziou wrote: > > > Hello, > > "Sebastien Vauban" > writes: > >> Did you go further in the thinking about what the macros will support in the >> future? Such as: multiline macros, recursive macros, Babel blocks, >> etc. > > Macro expansion is already

Re: [O] org-entities for texinfo

2012-11-12 Thread Jonathan Leech-Pepin
Hello, On 11 November 2012 15:13, Nicolas Goaziou wrote: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > > > With the new exporter's texinfo back-end, I think org-entities and > > org-entities-user might usefully be augmented with the entities listed > > in Chapter 14 of the texinfo manual

Re: [O] [new exporter][texinfo] Macro definition section

2012-11-12 Thread Jonathan Leech-Pepin
Hello, On 11 November 2012 15:22, Thomas S. Dye wrote: > Aloha all, > > The texinfo source for the Org manual has a number of macro definitions > for commands and keys between the end of the header (@finalout) and the > beginning of the Copying section. > > The texinfo back-end for the new expor

Re: [O] org-entities for texinfo

2012-11-12 Thread Jonathan Leech-Pepin
On 12 November 2012 12:41, Thomas S. Dye wrote: > Aloha Nicolas and Jon, > > Jonathan Leech-Pepin writes: > > > Hello, > > > > On 11 November 2012 15:13, Nicolas Goaziou wrote: > > > >> Hello, > >> > >> t...@tsdye.com (Thomas S. Dy

Re: [O] [org-e-texinfo] Exporting email address

2012-11-18 Thread Jonathan Leech-Pepin
Hello Tom, On Nov 18, 2012 1:29 PM, "Thomas S. Dye" wrote: > > Aloha all, > > I have this in the Org file: > > @@info:@email{emacs-orgmode@@gnu.org}@@ > > I expect to get this in the texi file: > > @email{emacs-orgmode@@gnu.org} > > Instead, I get this: > > @email{emacs-orgmodegnu.org@} > Th

Re: [O] [org-e-texinfo] generate menu items

2012-11-21 Thread Jonathan Leech-Pepin
Hello Tom, Nicolas, I've just pushed a change that should provide the desired results. The optional title for the menu entries (as well as associated node headings) can be set using the :TEXINFO_MENU_TITLE: property. On 18 November 2012 11:22, Thomas S. Dye wrote: > Nicolas Goaziou writes: >

[O] [new-exporter] Macro expansion does not allow for newlines '\n'

2012-12-06 Thread Jonathan Leech-Pepin
Hello all, The new exporter does not properly parse \n characters in macro definitions. In the old exporter the following: #+MACRO: test hello\ngoodbye {{{test}}} exports to ASCII as: hello goodbye In the new exporter (e-ascii) it exports as: hello\ngoodbye I've also reproduced this using

Re: [O] texinfo export of @@

2012-12-07 Thread Jonathan Leech-Pepin
Hello Tom, On Dec 7, 2012 3:35 PM, "Thomas S. Dye" wrote: > > Aloha Jon, > > With this macro: > > #+MACRO: code @@info:@code{$1}@@ > > this Org source: > > {{{code([@@b])}}} > > is exported as: > > @code{[b]@}. > > Any idea how to get @code{[@@b]} instead? You should be able to simply use

Re: [O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Jonathan Leech-Pepin
On 12 December 2012 16:05, Bernt Hansen wrote: > Hi Bastien, > > I'm not sure if this is related or not - I don't have time to track down > the offending commit right now. > > org-edit-special (C-c ') is currently broken in master. > > I get the same thing when trying (C-c ') on the #+begin_src l

Re: [O] Unexpected expansion in a table

2011-12-26 Thread Jonathan Leech-Pepin
title -> #+TITLE: is a yasnippet expansion. I think it's pre-added by default in the emacs-starter-kit (if not in general via YAS). You may need to see about adjusting the snippet so it doesn't affect things in the table. On Sat, Dec 24, 2011 at 12:36, Nick Dokos wrote: > Thomas S. Dye wrote:

Re: [O] Non-interactive insertion of future-dates

2012-01-25 Thread Jonathan Leech-Pepin
Hello, On Wed, Jan 25, 2012 at 11:42, Simon Campese wrote: > > Dear community, > > I want to setup a capture-template that sets a > SCHEDULE-property in the future (say one week from today) without any > user interaction. > > Currently, I almost achieve this by inserting the line > > :SCHEDULED:

[O] Possible bug: List items with * in them when *:nil

2012-01-29 Thread Jonathan Leech-Pepin
The following question came up on Stack Overflow: http://stackoverflow.com/questions/9051330/possible-bug-in-org-mode-export-of-item-with The following sample org file does not export as possibly expected. ,--- | #+TITLE: Bug? | #+OPTIONS: *:nil toc:nil aut

Re: [O] [babel] [PATCH] enhanced org-babel-goto-named-src-block

2012-02-29 Thread Jonathan Leech-Pepin
Hello Thomas, I ran into exactly that question this morning and managed to figure it out. If I use "emacs -q" then C-c & works as expected and is mapped to (org-mark-ring-goto & optional N). However when trying C-c & C-h I find out that C-c & is a prefix for a few yasnippet commands: , | `y

Re: [O] Git repo not cloneable?

2012-03-02 Thread Jonathan Leech-Pepin
Seems that the URL listed on that page is not correct for cloning. The URL is the correct one for web access. The following works for me (stuck behind a firewall that blocks git://): , | [remote "origin"] | fetch = +refs/heads/*:refs/remotes/origin/* | url = http://orgmode.org/org-mode.git `--

Re: [O] OrgMobile problem: only three files in checksums.dat

2012-03-18 Thread Jonathan Leech-Pepin
I haven't had this issue with Org-Mobile specifically because I'm not using it, however I found the same error when using el-get. In my case at least the issue popped up because I was using zsh/bash via cygwin for =shell-file-name= where =shell-quote-argument= expected it to be cmdproxy.exe on Win

Re: [O] About org-babel menu

2012-03-19 Thread Jonathan Leech-Pepin
On Mon, Mar 19, 2012 at 10:41, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 19/03/12 15:22, Eric Schulte wrote: >> Hi FengShu, >> >> I don't know much about the Emacs customization interface, but it is >> certainly the solution to >> this issue.  There does curren

[O] [Request] Export comments as comments

2012-03-26 Thread Jonathan Leech-Pepin
Hello, I'm asking the following on behalf of a question[1] on Stack Overflow. Would it be possible to add the ability to export comments included in an Org file to the destination format when comments are supported, for example in LaTeX and HTML? Regards, Jonathan [1] http://stackoverflow.com/

[O] BUG: Unable to compile on Master

2012-04-01 Thread Jonathan Leech-Pepin
Hello Org, Using current git master I get the following error when running: , | make clean && make && make info ` Error , | In toplevel form: | lisp/org-ascii.el:29:1:Error: Invalid function: "body" | Makefile:484: recipe for target `lisp/org-ascii.elc' failed | make: *** [lisp/org-as

[O] Bug Regression : Bad SEXP from Org-Class

2012-04-02 Thread Jonathan Leech-Pepin
Hello Org, As of this morning I am getting the following errors on my work machine (last updated on Friday) when trying to load my Agenda: , | Bad sexp at line 106 in [...]/personal.org: (org-class 2012 03 12 2012 04 28 1 15) | Bad sexp at line 107 in [...]/personal.org: (org-class 2012 03 12

Re: [O] Bug Regression : Bad SEXP from Org-Class

2012-04-02 Thread Jonathan Leech-Pepin
I can confirm that it is fixed. Thank you. On Mon, Apr 2, 2012 at 10:46, Bastien wrote: > Hi Jonathan, > > Jonathan Leech-Pepin writes: > >> As of this morning I am getting the following errors on my work >> machine (last updated on Friday) when trying to load my Ag

Re: [O] BUG: Unable to compile on Master

2012-04-02 Thread Jonathan Leech-Pepin
I can confirm it's fixed. Thank you On Mon, Apr 2, 2012 at 02:04, Samuel Wales wrote: > On 2012-04-01, Bastien wrote: >>> same in 22 >> >> Fixed.  Please try again. > > yes, thank you, bastien. > > -- > The Kafka Pandemic: http://thekafkapandemic.blogspot.com >

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Jonathan Leech-Pepin
Hello Bernt On Wed, Apr 25, 2012 at 12:21, Bernt Hansen wrote: > Achim Gratz writes: > >> Bastien writes: >>> In the meantime, if you don't want to compile (I do not) the stupid >>> workaround is to set org-version in your config...  but yeah, let's >>> fix this upstream ASAP. >> >> Again, the i

Re: [O] Problem exporting to PDF (and viewing)

2012-05-12 Thread Jonathan Leech-Pepin
I suspect you should be able to get it to recognize "C:/Program\ Files/sumatrapdf/sumatrapdf.exe". Alternately if the exe is found on your PATH (you may need to add it by hand), you should be able to manage with: (executable-find "sumatrapdf.exe") which should be able to track back the path

Re: [O] Windows (Cygwin) make: Works, but org-release(void)

2012-05-29 Thread Jonathan Leech-Pepin
Hello, I haven't had any issues with Org and Cygwin lately. I did however come across this issue on a fresh install of Debian last week. I was able to resolve it by adding =(require 'org-install)= to the initialization (or calling it manually from the *scratch* buffer) before checking the versio

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Jonathan Leech-Pepin
Hello, I think by default Windows tries to treat C:\ as ~ when it isn't explicitly defined beforehand. If you evaluate the following, does it give the same Windows path as to the actual folder? #+begin_src emacs-lisp (expand-file-name "~/Dropbox/MobileOrg") #+end_src If not you'll want to try

Re: [O] date added into logbook?

2012-05-29 Thread Jonathan Leech-Pepin
Hello, I'm not sure that you can automatically include the note into a :LOGBOOK: drawer, however if you're mostly/only working from capture templates you could add a property for CREATED and have it automatically fill with an inactive timestamp. #+begin_src emacs-lisp ("x" "Example capture"

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Jonathan Leech-Pepin
14 PM, Orlando López D. wrote: > Jonathan, > > Thanks for your attention to this matter. > > After doing an evaluation, I am getting the correct path on my Windows > machine, which is "c:/Users/User/Dropbox/MobileOrg" > > What do you recommend that I try next? > >

[O] make doc fails on current head

2012-05-31 Thread Jonathan Leech-Pepin
Hello, Under the current git head (4144c55) I get the following error when trying to run =make doc=. #+begin_src sh ~/build/org-mode $ make doc /usr/bin/make -C doc info make[1]: Entering directory `/cygdrive/d/Users/jleechpe/build/org-mode/doc' makeinfo --no-split org.texi -o org org.t

Re: [O] make doc fails on current head

2012-06-01 Thread Jonathan Leech-Pepin
I can confirm it's fixed And thanks for the answer, hadn't realized you could use @# and $# for references. On Fri, Jun 1, 2012 at 8:56 AM, Bastien wrote: > Nick Dokos writes: > >> Bastien wrote: >> >> >>> So what does @@#$2 really means?  Does the first "@" stand for "This is >>> a field coor

Re: [O] Updating orgmode

2012-06-08 Thread Jonathan Leech-Pepin
Hello, I had a similar issue when setting up Org on a Debian system lately. For some reason Emacs was not adding a =subdirs.el= file to =/usr/share/emacs/site-lisp/=. Including the following provided the desired result: ,---(/usr/share/emacs/site-lisp/subdirs.el)--- | ;; -*- no-byte-

[O] Fwd: Re: How to identify all headings that won't be exported?

2014-06-26 Thread Jonathan Leech-Pepin
Forwarding to list. Somehow reply-all did not actually reply to all -- Forwarded message -- From: "Jonathan Leech-Pepin" Date: Jun 26, 2014 4:05 PM Subject: Re: [O] How to identify all headings that won't be exported? To: "Thomas S. Dye" Cc: Hello Thoma

Re: [O] Moving my init.el to Org

2014-09-02 Thread Jonathan Leech-Pepin
Hello, On 2 September 2014 08:42, Rasmus wrote: > Rainer M Krug writes: > > > Oleh writes: > > > >>> I know that I could use org-babel-load-file, or outshine. What are > >>> other possibilities? What are the caveats (and advantages) of both > >>> (other?) ways? > >> > >> I'm using a one .el

[O] [PATCH] org-passwords.el: Do not insert `org-passwords-generate-password-with-symbols`

2014-09-04 Thread Jonathan Leech-Pepin
Patch attached and inlined (to ensure gmail does not mangle) Regards, Jonathan org-passwords.el: Fix `org-passwords-generate-password-with-symbols` to not insert password * org-passwords.el (org-passwords-generate-password-with-symbols): Do not insert password, this matches how `org-passwords-

[O] [PATCH] ob-sql.el: Add support for MS sqlcmd

2014-09-04 Thread Jonathan Leech-Pepin
Patch provided inline and as attachment to ensure gmail does not mangle it. Regards, Jonathan ob-sql.el: Add support for sqlcmd * lisp/ob-sql.el (org-babel-execute:sql): Add support for sqlcmd on Windows. This is a replacement for osql. --- lisp/ob-sql.el |6 ++ 1 files changed, 6

Re: [O] How to utilize the vc package inside of the edit source block buffer?

2014-09-23 Thread Jonathan Leech-Pepin
Hello, On 23 September 2014 14:19, Aaron Ecay wrote: > Hi Grant, > > 2014ko irailak 23an, Grant Rettke-ek idatzi zuen: > > > > Good afternoon, > > > > The ability to org-edit-special inside of source block is truly > priceless. > > > > There is a delightful workflow to be found with approach. >

Re: [O] how to replace 'org-drawers'

2014-10-06 Thread Jonathan Leech-Pepin
Hello Alan On 6 October 2014 08:23, Alan Schmitt wrote: > Hello, > > I'm trying to use org-wc, but it fails because org-drawers no longer > exists. Is there a suggestion to change > https://github.com/dato/org-wc/blob/master/org-wc.el#L55 such that it > works with current org? > > A quick search

[O] org-element-at-point keep-trail?

2014-10-09 Thread Jonathan Leech-Pepin
Previously, org-element-at-point had an optional keep-trail variable that was supposed to show the siblings, parents, aunts/uncles, grandparents, etc. This feature no longer seems to be present. What would the process be now to obtain the parents of a given element? This would be useful for walk

[O] Programatic validation of code blocks for subsequent execution without prompting

2014-10-15 Thread Jonathan Leech-Pepin
Hello all, I just wanted to share a bit of code I worked up for an emacs.stackexchange.com question regarding evaluation code blocks without confirmation if the code has not changed (useful when exporting multiple times or using in call_ where you will not have a #+RESULT block to cache results wi

[O] Fwd: Re: Bug? in texinfo exporter

2013-02-09 Thread Jonathan Leech-Pepin
-- Forwarded message -- From: "Jonathan Leech-Pepin" Date: Feb 9, 2013 8:57 AM Subject: Re: [O] Bug? in texinfo exporter To: "Thomas S. Dye" Cc: Just realized I hit reply not reply-all If Nick's fix fixes it do much the better.com but I'm pretty su

Re: [O] Fwd: Re: Bug? in texinfo exporter

2013-02-11 Thread Jonathan Leech-Pepin
On Feb 11, 2013 1:59 AM, "Nicolas Goaziou" wrote: > > t...@tsdye.com (Thomas S. Dye) writes: > > > Aloha Jon, > > [...] > > > Yes, I believe you are right. The commas are not the culprits. > > Apologies for the red herring. > > > > Perhaps Nicolas should revert the commit? Could you check if thi

Re: [O] src blocks in texinfo export

2013-02-12 Thread Jonathan Leech-Pepin
Hello Dario, On 12 February 2013 10:36, Dario Hamidi wrote: > Hello, > > I discovered a problem when exporting source blocks containing braces to > texinfo using `ox-texinfo'. The texinfo exporter wraps source blocks > into a `example' environment, which takes care of source block > indentation

Re: [O] Tables in texinfo export

2013-02-12 Thread Jonathan Leech-Pepin
Hi Tom, On Feb 12, 2013 8:56 PM, "Thomas S. Dye" wrote: > > Aloha all, > > Is there a way to control column widths when exporting Org mode tables > to texinfo? > By default the column widths are based on the longest entries in each column. However you can use: #+attr_texinfo: :columns "0.4 0.6

Re: [O] Offer for taking over maintainership

2013-02-13 Thread Jonathan Leech-Pepin
On 13 February 2013 13:08, Jambunathan K wrote: > > I offer to take over maintainership of Org. > I have to say -1 as well. > > Offer closes in 7 days. Only pre-condition will be that Org-8.0 and > subsequent releases happen under my supervision. > Is there something in particular about the fo

Re: [O] Anchors in texinfo export

2013-02-14 Thread Jonathan Leech-Pepin
Hello Tom, On 13 February 2013 11:31, Thomas S. Dye wrote: > Aloha all, > > Currently, the texinfo exporter translates a dedicated target in a comment: > > # <> > > to this: > > @c <> > > It shouldn't need to be within a comment to work successfully in the Texinfo exporter. @anchor{} is not visi

Re: [O] Anchors in texinfo export

2013-02-14 Thread Jonathan Leech-Pepin
Hi Tom, On 14 February 2013 12:02, Thomas S. Dye wrote: > Hi Jon, > > Jonathan Leech-Pepin writes: > > [...] > > Thanks. I've moved the anchors outside comments and all is well. In > fact, the entire manual now exports texinfo that makeinfo compiles > without

Re: [O] Option H: and texinfo export

2013-02-14 Thread Jonathan Leech-Pepin
Hello Tom On 13 February 2013 14:58, Thomas S. Dye wrote: > Aloha all, > > When the H: option is set to a number > 4, the texinfo exporter > generates a detailed node listing with links to nodes that texinfo > doesn't recognize. IIUC, texinfo recognizes nodes for chapter, section, > subsection,

Re: [O] [TEXINFO] Link bug

2013-02-20 Thread Jonathan Leech-Pepin
Hello, On 16 February 2013 11:19, Thomas S. Dye wrote: > Nicolas Goaziou writes: > > >> Now, both the links are broken :( > > > > This is good news: the problem is now consistent ;) > > > > Anyway, these links export fine to LaTeX, HTML and ASCII, which means > > the problem now resides in ox-t

Re: [O] org-meta-return

2013-02-20 Thread Jonathan Leech-Pepin
Hello On 20 February 2013 16:17, 42 147 wrote: > > M-RET M- > > Appreciate the reply, but that's worse than what I was doing. M- > is not anywhere close to my high frequency areas of finger activity. > I've changed all such keybindings. > You can also use on an empty headline to cycle through

Re: [O] [texinfo] Info links

2013-02-21 Thread Jonathan Leech-Pepin
Hello Tom, On 21 February 2013 15:09, Thomas S. Dye wrote: > Aloha all, > > This link (which works correctly in the Org mode buffer): > > [[info:emacs#Indirect Buffers][GNU Emacs Manual]] > > exports to texinfo like this: > > @ref{top,GNU Emacs Manual,,emacs#Indirect Buffers,} > > when I was hop

Re: [O] [texinfo] Bug(?) in detailed node listing

2013-02-21 Thread Jonathan Leech-Pepin
Hello Tom, On 20 February 2013 19:45, Thomas S. Dye wrote: > Aloha all, > > I can't figure out how to get the detailed node listing formatted > correctly, so I want to call this a bug. An example shows the problem: > > * Hacking::How to hack your way around > * MobileOrg

Re: [O] [texinfo] Appendix?

2013-02-22 Thread Jonathan Leech-Pepin
Hello Tom On 22 February 2013 16:15, Thomas S. Dye wrote: > Aloha all, > > I can't find a way to have the texinfo exporter start an appendix. > > * Last chapter > blah blah > > * Appendix 1 > blah blah > > This will yield something like this: > > 15 Last chapter > --- > blah blah > >

Re: [O] [texinfo] Appendix?

2013-02-22 Thread Jonathan Leech-Pepin
Hello Tom On 22 February 2013 17:55, Thomas S. Dye wrote: > Aloha Jon, > > Jonathan Leech-Pepin writes: > > > Hello Tom > > > Appendixes should work as unnumbered headlines. I don't remember > > testing for that use specifically although there is a poss

Re: [O] Online manual

2013-02-24 Thread Jonathan Leech-Pepin
Hello, On Feb 24, 2013 11:48 AM, "Sebastian Wiesner" wrote: > > 2013/2/24 Mike McLean : > > > > On Feb 24, 2013, at 11:03 AM, Sebastian Wiesner wrote: > > > >> Hello, > >> > >> how is the online manual of Org mode [1] rendered? Especially, how is > >> the awesome table of contents on the right

Re: [O] [texinfo] Info links

2013-02-25 Thread Jonathan Leech-Pepin
Hello Tom. On 21 February 2013 18:26, Thomas S. Dye wrote: > Hi Jon, > > Jonathan Leech-Pepin writes: > > > Hello Tom, > > > > On 21 February 2013 15:09, Thomas S. Dye wrote: > > > >> Aloha all, > >> > >> This link (which

Re: [O] [texinfo] Bug(?) in detailed node listing

2013-02-25 Thread Jonathan Leech-Pepin
Hi Tom, On 21 February 2013 18:44, Thomas S. Dye wrote: > Hi Jon, > [...] > > Based on this example from the Org manual, it looks as if the > descriptions should start on column 32 or the third column after the end > of the title, whichever is greater. > > I've just pushed a fix for this. It al

Re: [O] [org-e-texinfo] generate menu items

2013-02-25 Thread Jonathan Leech-Pepin
Hello, On 23 February 2013 18:04, Nicolas Goaziou wrote: > Hello, > > [...] > > I eventually added :OPTIONAL_TITLE: property. Get its parsed value with > `org-export-get-optional-title' function. > > I patched ox-ascii, ox-latex and ox-html so they use it when building > a TOC. I think only ox-o

Re: [O] [org-e-texinfo] generate menu items

2013-02-25 Thread Jonathan Leech-Pepin
Hello On 25 February 2013 11:09, Nicolas Goaziou wrote: > Hello, > > Jonathan Leech-Pepin writes: > > > I've replaced the use of :TEXINFO_MENU_TITLE: with :OPTIONAL_TITLE:. > > Thank you for looking into it. > > Though, please use `org-export-g

Re: [O] how can I insert a new heading after all at this level?

2013-02-25 Thread Jonathan Leech-Pepin
Hello David, On 19 February 2013 14:53, David Naumann wrote: > I'm a happy, frequent user of org mode but there's something I can't > figure out from the manual. > > What I would like to be able to do is insert a new heading at the same > level as current, _following_ all the others. For exampl

Re: [O] [texinfo] Appendix?

2013-02-25 Thread Jonathan Leech-Pepin
Hello Tom, On 22 February 2013 18:28, Jonathan Leech-Pepin < jonathan.leechpe...@gmail.com> wrote: Hello Tom On 22 February 2013 17:55, Thomas S. Dye wrote: Aloha Jon, [...] I don't understand. This: * Concept index

Re: [O] [texinfo] Bug(?) in detailed node listing

2013-02-25 Thread Jonathan Leech-Pepin
Hello Tom, On 25 February 2013 11:57, Thomas S. Dye wrote: > Hi Jon, > > Jonathan Leech-Pepin writes: > > > Hi Tom, > > > > On 21 February 2013 18:44, Thomas S. Dye wrote: > > > >> Hi Jon, > >> [...] > >> > >> Based o

Re: [O] pxref in texinfo export

2013-02-25 Thread Jonathan Leech-Pepin
Hello Tom, On 25 February 2013 12:52, Thomas S. Dye wrote: > Aloha all, > > IIUC, there is currently no support for @pxref{} in the texinfo > exporter. This is a texinfo @-command that does one thing in the info > output and another in the LaTeX output. > Ultimately there is actually no real d

Re: [O] pxref in texinfo export

2013-02-25 Thread Jonathan Leech-Pepin
eference to an Info file for which there is > no printed manual. > > (from the Texinfo manual) > > On Mon, Feb 25, 2013 at 10:32 AM, Jonathan Leech-Pepin > wrote: > > Hello Tom, > > > > On 25 February 2013 12:52, Thomas S. Dye wrote: > >> > >> A

Re: [O] pxref in texinfo export

2013-02-25 Thread Jonathan Leech-Pepin
(Here are the attached files, forgot to add them) On 25 February 2013 15:24, Jonathan Leech-Pepin < jonathan.leechpe...@gmail.com> wrote: > Hello, > > On 25 February 2013 14:01, Subhan Tindall > wrote: > >> The point being that compiling .texinfo source into an Inf

Re: [O] pxref in texinfo export

2013-02-25 Thread Jonathan Leech-Pepin
ion and description) so the additional arguments are skipped as well. Info links are format: [[info::][description] or [[info:#][description]] so can provide the 3 arguments by splitting between file and node. Regards > > > On Mon, Feb 25, 2013 at 12:29 PM, Jonathan Leech-Pepin >

Re: [O] pxref in texinfo export

2013-02-25 Thread Jonathan Leech-Pepin
ind of link is to be used. > Agreed, although there is a semi-syntactic method potentially. > > On Mon, Feb 25, 2013 at 1:38 PM, Nicolas Goaziou > wrote: > > Hello, > > > > Jonathan Leech-Pepin writes: > > > >> I had to compare these possible outcom

Re: [O] [RFC] Org version of the Org manual

2013-03-10 Thread Jonathan Leech-Pepin
Hello Achim, On 10 March 2013 08:24, Achim Gratz wrote: > Thomas S. Dye writes: > > That works nicely. I found the error and orgmanual.pdf is now produced > > without errors. > > Progress! :-) > > With the current version from git I cannot export to texinfo > successfully, though, I get this er

Re: [O] [RFC] Org version of the Org manual

2013-03-10 Thread Jonathan Leech-Pepin
On 10 March 2013 15:25, Achim Gratz wrote: > Jonathan Leech-Pepin writes: > > The error is actually on line 6069 of the manual. The {{{vindex > > [...]}}} line and subsequent paragraph. As far as the list is > > concerned there is no associated content for that list >

Re: [O] src blocks in texinfo export

2013-03-10 Thread Jonathan Leech-Pepin
Hello Dario, On 12 February 2013 17:09, Dario Hamidi wrote: > > Hello Jonathan, > > > Using your patch as is would wrap the source blocks in both example and > > verbatim blocks. If going with verbatim it would be better to remove all > > references to @example/@end example. > > I don't underst

Re: [O] [RFC] Org version of the Org manual

2013-03-10 Thread Jonathan Leech-Pepin
Hello, On 10 March 2013 16:23, Nicolas Goaziou wrote: > Hello, > > Jonathan Leech-Pepin writes: > > > The error is not actually within ox-texinfo in this case however I > suspect. > > The exact same code (at the location of the error in ox-texinfo) appears > >

Re: [O] [RFC] Org syntax (draft)

2013-03-10 Thread Jonathan Leech-Pepin
Hello On 10 March 2013 13:12, Achim Gratz wrote: > Jambunathan K writes: > > Emacs lisp has a manual of it's own. I don't see how Org export > > reference *cannot* end in Emacs. > > I said that I'm expecting these references to become part of the > manual(s). I still expect that and will try t

Re: [O] ox-html.el removal

2013-03-11 Thread Jonathan Leech-Pepin
Hello, T.F. Torrey writes: > Jambunathan K writes: > >> Meanwhile, someone should fix up the FSF assignment notice on those >> files. As far as I am concerned, it is a routine housekeeping thing and >> hasn't taken effect. I am not assigning any copyright to FSF. > > Section 1a of the copyrig

[O] Bug?: org-babel-load-file not autoloaded in Emacs 24.3

2013-03-20 Thread Jonathan Leech-Pepin
Hello all, I currently have the vast majority of my .emacs configuration in .org files that rely on =org-babel-load-file=. Before updating to Emacs 24.3 I could rely on autoloads to complete the initialization. After updating today I get the following error: =Symbol's function definition is voi

  1   2   >