Re: [O] Has anybody noticed ellipses instead of the top line of the window?

2013-02-06 Thread William
t > `org-show-following-heading' t > `org-show-entry-below' ((default)) > `org-show-siblings' t -- William

Re: [O] Has anybody noticed ellipses instead of the top line of the window?

2013-02-07 Thread William
gt; > headline, kill its line (C-k with cursor at the beginning of line), and undo > > the kill. The buffer then looks like > I think you forgot to attach the example, and I was not able to > reproduce the problem by following the directions... My bad… here: MRE.org Description: Binary data -- William

[O] Statistics cookies in org-store-link

2013-02-08 Thread William
which has such a cookie, so I suggest the statistics cookie is removed from the captured link (just like the priority cookie was). -- William ¹ http://orgmode.org/manual/Breaking-down-tasks.html

[O] org-fill-paragraph breaks timestamps

2013-02-11 Thread William
happen ? I guess the filling function should recognize the timestamp not to split it, but my lisp knowledge makes it more of a feature request than anything else. -- William (Like so : <2013-02-09 Sat 14:46>)

[Orgmode] Re: Is it any function similar to appoinment alert in the planner mode?

2007-08-20 Thread william
Bastien altern.org> writes: > > Bastien altern.org> writes: > > >> Here is a solution that works for me. > > This is really good! I am looking for it for a long time. Thanks ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.g

[Orgmode] Re: should the mail list be splitted resp. sub-tagged ?

2010-12-17 Thread William Gardella
Gnus. This keeps the incredibly active conversation and development of org-mode (which is a very good thing!) in a separate corner of my computing life from my email. From there it's easier to narrow down what's relevant to org-mode topics I have an interest in, and I can also le

[Orgmode] Re: should the mail list be splitted resp. sub-tagged ?

2010-12-17 Thread William Gardella
it out when I'm awaiting urgent things in my email. And if you're a Gnus user (Gnuser?) it's more or less the same difference, interface- and ease-wise :) Best, -- William Gardella J.D. Candidate Class of 2011, University of Pittsburgh School of Law ___

[Orgmode] Re: export html -> doc

2010-12-20 Thread William Gardella
d, maybe in Ubuntu too?) to convert your LaTeX exporting output into a format OpenOffice can understand. Unlike taking your chances with the copy/paste behavior of apps that aren't Emacs (egads!), latex2rtf will try to preserve the formatting in a fairly consistent (if far from perfect) way. Best

[Orgmode] Re: org-store-link in gnus error

2011-01-18 Thread William Brody
I didn't. That fixed it. Thanks. On Jan 15, 2011, at 1:16 PM, Jambunathan K wrote: > > Is gnus module loaded? > > M-x customize-variable org-modules > > Jambunathan K. > > > Buck Brody writes: > >> When using C-cl to to store a link in GNUS i am getting "cannot link >> to a buffer which

Re: [Orgmode] URLs are not always linked properly

2009-12-01 Thread William Henney
als nicely with these cases: http://daringfireball.net/2009/11/liberal_regex_for_matching_urls I think it is a perl-style regex, but perhaps it could be ported to emacs regexes. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus

[Orgmode] Repeating dates on named weekdays

2010-01-15 Thread William Halliburton
Hello all, please excuse me if this is a FAQ, I can't seem to find any discussion on it. How can one enter in repeating dates such as every third thursday of each month or the first and third wendsdays of each month ? Thank you very much. Will ___ E

[Orgmode] Re: Repeating dates on named weekdays

2010-01-15 Thread William Halliburton
rsday. These type of repetitions are common for organization in this area and I would like to avoid having to enter in each date separately Thank you, Will On Fri, Jan 15, 2010 at 4:30 PM, Glauber Alex Dias Prado wrote: > William Halliburton writes: > > > Hello all, please excuse

Re: [Orgmode] Re: Repeating dates on named weekdays

2010-01-15 Thread William Halliburton
Thanks much. That is exactly what I was wishing for. On Fri, Jan 15, 2010 at 6:08 PM, John Rakestraw wrote: > > > every third Monday of each month > > I'm by no means the org/emacs expert, but here's what I'd do: > > * Meeting on 3d Monday of each month > <%%(diary-float t 1 3)> > > (see > > htt

[Orgmode] Table formula bug?

2010-03-07 Thread William Henney
2". | x | y | arctan | arctan2 | |---+---++-| | 1 | 1 | 45 | 45. | #+TBLFM: $3=arctan($1/$2)::$4=arctan2($1,$2) ** Versions Org 6.34trans, Aquamacs 2.0preview4, Emacs 23.1.92.1 -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional A

Re: [Orgmode] Table formula bug?

2010-03-07 Thread William Henney
which might confuse your regexps: !, !!, !!!, !=, %, &&, &&&, *, +, +/-, -, /, :, ::, :=, <, <=, =, ==, =>, >, >=, ?, \, ^, _, |, ||, ||| I don't think it is necessary to allow all of these in table formulae since many have synonyms. E.g., `x &&& y&#

Re: [Orgmode] Org Mode spreadsheet SUMIF

2010-03-08 Thread William Henney
rtain tag, and then sum that. It has the advantage that there is a natural place in the table to put each conditional sum. You could probably avoid the need for the extra columns if you recoded the summation using an elisp formula instead of a calc formula. As far as I know, you can't do stri

[Orgmode] cannot pull from repo.or.cz today

2010-03-17 Thread William Henney
Is anyone else seeing this? $ git pull --verbose repo.or.cz[0: 195.113.20.142]: errno=Operation timed out fatal: unable to connect a socket (Operation timed out) Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus

[Orgmode] A table formula bug: incremental column fill with negative values

2010-04-23 Thread William Henney
ginning of an hline. Any possibility of a fix? Just prepending a space to all calculated negative numbers might be enough. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

SOLVED Re: [Orgmode] cannot pull from repo.or.cz today

2010-04-23 Thread William Henney
Just to tie up this old thread. On Thu, Mar 18, 2010 at 3:32 AM, Scot Becker wrote: > ...and here. > > On Wed, Mar 17, 2010 at 6:37 PM, David Maus wrote: >> >> William Henney wrote: >> >Is anyone else seeing this? >> >> >$ git pull --ver

Re: [Orgmode] Does anyone use "Jump" C-c C-j

2010-04-29 Thread William Henney
#x27;, `display-buffer-reuse-frames'. > Actually, I think you just need to do (setq special-display-regexps nil) to get Aquamacs to behave "properly" See http://www.emacswiki.org/emacs/AquamacsEmacsCompatibilitySettings Cheers Will -- Dr William Henney, Centro de Rad

[Orgmode] Two bugs in org-indent (plus a fix to correct one of them)

2010-06-12 Thread William Henney
nesting of plain lists. -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmo

[Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread William Henney
that contains the line \usepackage[AUTO]{inputenc} which causes latex to fail. Presumably, the string "AUTO" should have been expanded to something, but it wasn't. This is with yesterday's org-mode and emacs 23.2.1, aquamacs 2.0 Cheers Will -- Dr William Henney, Centro

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread William Henney
ot being done in org-babel-latex. It looks like the function that should be used is org-export-latex-fix-inputenc, which is defined in org-latex.el Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-15 Thread William Henney
pdf now works as advertised. Thanks! Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to t

Re: [Orgmode] Two bugs in org-indent (plus a fix to correct one of them)

2010-06-15 Thread William Henney
Hi David Thanks for looking at this. On Tue, Jun 15, 2010 at 6:02 AM, David Maus wrote: > William Henney wrote: >>Hi all > >>1. If one sets org-indent-indentation-per-level to any value other >>than the default of 2, then the indentation of lines following a >>hea

Re: [Orgmode] Two bugs in org-indent (plus a fix to correct one of them)

2010-06-15 Thread William Henney
On Tue, Jun 15, 2010 at 6:10 PM, William Henney wrote: > Indentation of 0 > * Level one heading >  Indentation of 2 > ** Level two heading >   Indentation of 3 > *** Level three heading >    Indentation of 4 This is very odd - gmail ate my spaces! What I actually typed was

[Orgmode] [PATCH] missing braces on line 5914 of doc/org.texi

2010-06-25 Thread William Henney
ce to preserve. make: *** [doc/org] Error 1 Attached trivial patch fixes this Cheers Will (who is finally starting to learn to use git) -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia 0001-Fix-missing-braces-in-org.texi.

[O] org-toggle-inline-images bug

2011-08-10 Thread William Xu
;\\|\\.png$\\|\\.jpeg$\\|\\.jpg$\\|\\.gif$\\|\\.tiff$\\|\\.tif$\\|\\.xbm$\\|\\.xpm$\\|\\.pbm$\\|\\.pgm$\\|\\.ppm$\\|\\.pnm$" Thus, the `re' match fails. Maybe we shall not depend on (image-file-name-regexp) ? -- William http://xwl.appspot.com

Re: [O] Wishlist: LaTeX export: automatically append backslash to "." unless at end of sentence

2011-08-19 Thread William Henney
there is no need to do anything special after the "A." If you are going to go this way, I think it should be optional. Not everyone uses double spaces between sentences in their ascii text. Cheers Will --   Dr William Henney, Centro de Radioastronomía y Astrofísica,   Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] org-toggle-inline-images bug

2011-08-25 Thread William Xu
2011/8/25 Bastien : > Hi William, > > William Xu writes: > >> M-x org-toggle-inline-images doesn't work for links like this: >>   [[./ref/diskStructures.png]] > > It works well here on Emacs GNU Emacs 24.0.50.1 or 23.3.1 and > Org 7.7 (latest git version.)

[O] [babel] bug in ob-latex - :exports argument is not honored when it is set as a header property

2011-09-23 Thread William Henney
org file for a demonstration. Cheers Will --   Dr William Henney, Centro de Radioastronomía y Astrofísica,   Universidad Nacional Autónoma de México, Campus Morelia test-export-latex-src-block.org Description: Binary data

[O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread William Gardella
papers or legal documents rendered with LaTeX. There are a few ambiguities in the markup that are hard to resolve without going the additional step of exporting to HTML or LaTeX and editing that output. You've just stumbled into one of them... I'd support some kind of fix, but it'd

[O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread William Gardella
an Org-wide equivalent to \end{section} in LaTeX, say. Of course it would have to be as pithy and unobtrusive as the rest of org-mode syntax...I'm sure it's possible (because with Elisp practically everything is possible), but out of my depth. :) -- William Gardella J.D. Candidate Class of 2011, University of Pittsburgh School of Law

[O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread William Gardella
Achim Gratz writes: > William Gardella writes: >> I think org-mode should aim to be flexible enough to accomodate all >> writers, writing tasks, and writing styles. > > With flexibility comes complexity, which runs counter to "org should be > simple". > A

[O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread William Gardella
papers or legal documents rendered with LaTeX. There are a few ambiguities in the markup that are hard to resolve without going the additional step of exporting to HTML or LaTeX and editing that output. You've just stumbled into one of them... -- William Gardella J.D. Candidate Class of 2011, University of Pittsburgh School of Law

[O] Re: zotero (or mendeley) integration with org

2011-03-29 Thread William Gardella
me most legal texts as plaintext, which I then just add inline as subheadings to the Documents heading.) For bibliography generation, I use RefTeX to do my BibTeXing for me, and I use a pretty crude one bibliography database to one paper kind of system. Best, Will -- William Gardella J.D. Candidate Class of 2011, University of Pittsburgh School of Law

[O] Re: zotero (or mendeley) integration with org

2011-03-29 Thread William Gardella
gt; > > That'd be a glorious way to do research. I can see it happening if a few of these academic database search engines and library websites decide to use some kind of free software infrastructure, or at least a relatively open and consistent API...alas, I don't know if library

[O] possible table tutorial error

2011-04-17 Thread William Beard
Hello I was looking at the table tutorial [[http://orgmode.org/worg/org-tutorials/tables.html][here]], and some information conflicted with my Org setup. It says "When columns are narrowed, it might be useful to temporary see the content of a cell with C-c ..." I couldn't get it to work with this c

Re: [O] Publishing notes to a website

2011-04-26 Thread William Gardella
'Mash writes: > Quoting Thomas Herbert : >> Kyle Sexton mocker.org> writes: >> >>> I'm looking for advice on ways people are publishing their org notes >>> to a website. So far I've looked at blorgit and it's really nice, but >>> the dependency for a backend emacs session and running through si

Re: [O] special characters for HTML

2011-05-19 Thread William Henney
Emacs. For the latter, see the docs for "C-\". For the former, it all depends on your OS and your keyboard. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] Thinkbook

2011-05-20 Thread William Henney
/questions/10-guidelines-for-text-format The developer says he originally wanted to use org-mode syntax for the app's file format, but that he ran out of time (and I assume ended up using something simpler). Cheers Will --   Dr William Henney, Centro de Radioastronomía y Astrofísica,   Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] [Announce] A GitHub Issues interface for Org-mode

2011-05-29 Thread William Henney
an and > robust, but it works. Hope atleast some of you will find it useful. > Any suggestions, feedback and code help is more than welcome. > --   Dr William Henney, Centro de Radioastronomía y Astrofísica,   Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] [Announce] A GitHub Issues interface for Org-mode

2011-05-30 Thread William Henney
Hi Puneeth On Sun, May 29, 2011 at 11:43 PM, Puneeth Chaganti wrote: > William, > > Thanks for trying it out! > No problem - anything to avoid doing my real work > On Mon, May 30, 2011 at 9:16 AM, William Henney wrote: >> >> This looks very promising - thanks

[O] Trouble with ordered list start number

2011-06-25 Thread William Beard
Hello, I see in the manual http://orgmode.org/manual/Plain-lists.html that with ordered lists, you can for example start one with the number 20 by starting the "text of the item with [@20]" I assume this means I can just have a newline that looks like this [@20] some text for this item and hit M-

Re: [O] Trouble with ordered list start number

2011-06-25 Thread William Beard
Excellent, thank you. Chris On Sat, Jun 25, 2011 at 11:29 PM, Bernt Hansen wrote: > William Beard writes: > >> I see in the manual >> http://orgmode.org/manual/Plain-lists.html >> that with ordered lists, you can for example start one with the number >> 20 by start

[O] Shouldn't comment-region protect from export ?

2012-07-06 Thread William LÉCHELLE
indentation, æsthetics apart). I don't remember having overridden any comment-prefix variable of any sort (but maybe I did, I just don't know what that variable would be). Am I doing something wrong, or are my expectations misplaced ? (is there a meaning to "comment" for org text I can't think of that # satisfies and #+ wouldn't, maybe ?) William

Re: [O] Org, Mobile Org, & DropBox

2012-08-08 Thread William Gardella
Hi Ken, Ken Mankoff writes: > Hi, > > I'm interested in using Mobile Org (on 2 devices) & DropBox. However, > the mobile devices are read-only. > > Do I need to do the org-mobile-push and have the files move from ~/org > to ~/Dropbox/MobileOrg, or can I just store all my org files in > ~/Dropbox

[O] Subtasks cookies out of export

2012-08-27 Thread William LÉCHELLE
Hi list, I use subtasks cookies in titles, as described in http://orgmode.org/manual/Breaking-down-tasks.html, along with todo keywords, when writing a document to be exported, and I'd like then NOT to be exported (for they're org metadata). Exporting to pdf, still using the default exporter. I wo

Re: [O] Shouldn't comment-region protect from export ?

2012-08-27 Thread William Léchelle
On Thu, 02 Aug 2012 18:40:04 +0200, Bastien spake thus: >William LÉCHELLE writes: >> Using org-mode for export (to pdf), I find myself using comment-region often >> enough, in sections meant to be exported, on indented text lines (e.g. for >> drafting). This inserts "

Re: [O] Shouldn't comment-region protect from export ?

2012-08-27 Thread William Léchelle
On Mon, 27 Aug 2012 11:24:21 +0200, Nicolas Goaziou spake thus: >> Having just pulled from git, comment-region still gets me indented "#" lines, >> which still get exported (using the default exporter). >> >> How is it supposed to be fixed ? >I have pushed a patch against current exporter. Inline

Re: [O] Subtasks cookies out of export

2012-08-27 Thread William Léchelle
aps with a "stat:nil" value) to achieve >the same? I don't know how much is this feature used, nor specifically for exporting, but I do believe such an entry belongs to the #+OPTIONS line (just like priorities, tags, etc.) Thanks for dealing with this, William

Re: [O] Shouldn't comment-region protect from export ?

2012-08-27 Thread William Léchelle
On Mon, 27 Aug 2012 12:16:22 +0200, Nicolas Goaziou spake thus: >William Léchelle writes: >> Only now, my #+latex_header: is not properly exported, and rather protected >> and displayed in the document. I didn't check before the patch, but I guess >> it >> wor

[O] org today's entension

2012-09-08 Thread William Léchelle
it until I learn something of lisp, but where to start in order to implement that ? Kind regards, William

[O] [BUG] Parsing consecutive stars

2012-10-04 Thread William Léchelle
Hi list, It looks like the stars parser has a problem with 2 consecutive stars, hence with bold in 2nd level headers. The following sums up all the relevant tests I performed. Only 3rd and 4th lines seem to be related, in a strange fashion, even, but I couldn't find anything else that would indic

Re: [O] agenda view of repeated time-ranges

2012-10-26 Thread William Léchelle
On Fri, 26 Oct 2012 15:05:07 +0200, Philipp Kroos spake thus: > I want some events to show up every week with start and end-time in the > agenda. > Is it possible to combine a time-range with a repeater? I think I tried > every combination of range and repeater, but I can only get one of both > to

[O] Indenting into lists

2012-11-11 Thread William Léchelle
Hi list, I often structure notes into (multi-level) lists, and copy-paste multi-line text into them, some of which gets pasted on column zero. For it to be part of the list item, it needs to be indented as such, which I'd like to do. ┏[ runs the command org-cycle ] ┃ When point is not a

[O] Priority cookies in org-store-link

2012-12-02 Thread William Léchelle
Hi all, As for a recent git version, calling org-store-link on a subtree records its priority cookie in the link, which therefore breaks if the said priority is changed (“no match - create this as a new heading ?”) Links not featuring the priority succeed at finding the headline which has such a

Re: [O] clocking ongoing items

2012-12-14 Thread William Gardella
Hi Rainer, Rainer Stengele writes: > Hi all! > > I wonder how others are clocking ongoing isues, which are not really > todos but more like "issues" collecting clocked time for work done > regularly. Example: Reading mail and organising daily priorities of > tasks. This "todo" will not finish

[O] [bug] org-insert-link fails on special characters in headlines

2012-12-27 Thread William Léchelle
> > it looks like captured links won't take into account header text after < or > > >, hence capturing links to headlines featuring these will fail, is there a > > known issue about accepted characters in headlines that I'm not aware of ? > There should be none, please test master if you can and r

[O] Globally set categories overwhelm tree inheritance

2013-01-02 Thread William Léchelle
Happy new year list :) Constructing a custom agenda using (org-entry-get (point) "CATEGORY" t) in an org-agenda-skip-function, I found a rare case of strangely inherited property, when a #+Category:foo line is present (at the top of the file) : If an entry has no property drawer, it correctly inh

Re: [O] [bug] org-insert-link fails on special characters in headlines

2013-01-05 Thread William Léchelle
>> is there a known issue about accepted characters in headlines that I'm not >> aware of ? > There should be none, please test master if you can and report any > problem. Using org-store-link followed by, in another file, org-insert-link RET RET fails on the following headline : * [[http://www

Re: [O] [bug] org-insert-link fails on special characters in headlines

2013-01-14 Thread William Léchelle
On Sun, 06 Jan 2013 07:45:47 +0100, Bastien spake thus: > > Using org-store-link followed by, in another file, org-insert-link RET RET > > fails on the following headline : > > * [[http://www.anywho.com/][test]] > Please try to apply the patch by Samuel and let us know if it fixes > your issue: h

Re: [O] Struggling with large: :LOGBOOK: .. :END: blocks

2012-04-06 Thread William Gardella
Hi Rainer, Rainer Stengele writes: > > Wouldn't it be a nice thing to be able to configure the number of > visible block entries? > > This could result in: > Opening the :LOGBOOK block with TAB shows this: > > > * TODO text > :LOGBOOK: > CLOCK: [2012-03-27 Di 13:00]--[2012-03-27 Di 13:30] => 0:3

Re: [O] S-TAB acts like M-TAB in console sessions

2012-04-25 Thread William Gardella
Thorsten Jolitz writes: > Hi List, > I have a strange problem with org-global-cycle (S-TAB) in console > sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound > to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB. > > Otherwise, the "S" (shift) key work, I can

Re: [O] S-TAB acts like M-TAB in console sessions

2012-04-25 Thread William Gardella
Thorsten Jolitz writes: > But then everything is fine with my setup, I just did not know about > this limitation of the console (I only recently started working on the > console after discovering tmux). > Thanks for the help. You're welcome. N.B. that there are a few other bindings that won't

Re: [O] Org referring to Gnus mail

2012-04-26 Thread William Gardella
François Pinard writes: > Hello. > > In my Org files, I have many references to Gnus articles which are part > of mailgroups. When batch reading email with Gnus, I'm OK with the > newsreader paradigm, in which an article is almost deleted as soon as it > gets read: it will not show the next time

Re: [O] Can I export from org mode to org mode?

2012-05-04 Thread William Gardella
Piter_ writes: > Hi everybody. > I keep my notes in one big org file. It have grown big > One solution could be filtering tree and display only the information I need, > another id to split it into smaller files by topic. > I would appreciate a hint on how to do the later. > > Thanks. > Petro. >

[O] Drupal syntax on html-export for image links

2012-05-23 Thread William Crandall
Hello, I'm drafting pages for publication on a Drupal website. I've set up a draft-review cycle using Org-mode and some simplified CSS, for a light-weight type-and-read process. When I'm happy with the text, I'd like to cut-and-paste from the generated html output directly into Drupal. Links to

Re: [O] italicise across lines

2012-05-25 Thread William Gardella
Enda writes: > Is there is a way to italicise across lines like > > /italicised > text/ > > rather than > > /italicised/ > /text/ Actually, Org will italicize items like your first example, but only for blocks of text of up to two lines in length. For a longer block you want italicized, you wou

Re: [O] Drupal syntax on html-export for image links

2012-05-26 Thread William Crandall
rks like: (setq org-export-html-preamble nil) (setq org-export-html-postamble nil) Now, there is no preamble. The postamble is: Date: 2012-05-26 20:59:51 Pacific Daylight Time Author : William BC Crandall Generated by Org mode 7.8.11 in Emacs 24.1.50.1. http://validat

Re: [O] Drupal syntax on html-export for image links

2012-05-27 Thread William Crandall
Hello Nicolas and Jambunathan, Many thanks, to you both, for such quick and detailed responses! I look forward to checking things out later today. And yes, +1 to Bastien for recommending! Regarding your notes on image and file paths: JK> I will respond to 3 and 4 separately. I need to look a

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

2012-05-29 Thread William Crandall
was able to resolve it by adding =(require 'org-install)= to the > initialization (or calling it manually from the *scratch* buffer) > before checking the version. > > Do you have (require 'org-install) in your initialization file > already? And if not does it fix the issu

[O] Testing: org-export-e-html (was: Drupal syntax on html-export)

2012-05-29 Thread William Crandall
ld strip them out, after exporting, but I think this is an option that others would also value. (External links, to an "http://...";, work fine.) --[end]--- On Sun, May 27, 2012 at 9:00 AM, William Crandall wrote: > Hello Nicolas and Jambunathan, > > Many thanks, to you both, for such quick and detailed responses! > >

Re: [O] Testing: org-export-e-html

2012-05-30 Thread William Crandall
othing]. +1 for solving the img challenge! -BC > Hi William, > > William Crandall wrote: > >* 3. Image and file prefixes are as they were.* > > > >* This (image):* > > > >*[[/sites/a.png]]* > > > >* becomes:* > > > >** >

Re: [O] Testing: org-export-e-html

2012-05-30 Thread William Crandall
C Crandall]] becomes: BC Crandall Was expecting: BC Crandall I was expecting that link (not italicized) because of the in the , in that file. Sorry if I'm being obtuse here! Thanks again for your help, -BC > Hello, > > William Crandall writes: > > >* 2a. I

Re: [O] Testing: org-export-e-html

2012-05-31 Thread William Crandall
Hello Jambunathan, UTF-8! Yes! Many thanks. Now: Still snagging on targets and links. Will detail in next message. -BC Org-mode: 7.8.11 (release_7.8.11-24-g4144c5) Emacs: 24.1.50.1 Windows 7 On Wed, May 30, 2012 at 11:42 PM, Jambunathan K wrote: > > But first line of test.html: > > >

Re: [O] Testing: org-export-e-html

2012-05-31 Thread William Crandall
Hello Nicolas, To wrap my neurons around linking, I made a small test batch. There appear to be several difference between the "old" HTML export engine and the current version of the "new". Testing org-to-HTML export: old: C-c C-e h (org-export, in org-exp.el) new: M-x org-export-dispa

Re: [O] Testing: org-export-e-html

2012-05-31 Thread William Crandall
g-mode input:    * Directors :PROPERTIES: :CUSTOM_ID: directors :END: HTML output: old:       Directors          PROPERTIES    :CUSTOM_ID: directors    new:       Directors       [no section] ------ On Thu, May 31, 2012 at

Re: [O] Testing: org-export-e-html

2012-06-01 Thread William Crandall
t commits. -BC Org-mode: 7.8.11 (release_7.8.11-32-g02f3ee) Emacs: 24.1.50.1 Windows 7 On Fri, Jun 1, 2012 at 9:38 AM, Nicolas Goaziou wrote: > > Hello, > > William Crandall writes: > >

Re: [O] Testing: org-export-e-html

2012-06-02 Thread William Crandall
Jambunathan, Thanks to you, and Nicolas, for your patience. I now see (blindingly, now that I do see) that the export engine adds the # to internal links, not me. The only trailing issue I see is the "soft error" of no tag on <> (see W3C notes below). This (org):

Re: [O] python/babel inline images

2012-06-05 Thread William LÉCHELLE
At Tue, 05 Jun 2012 08:57:19 -0600, Eric Schulte wrote: > > henry atting writes: > > > Hi, > > > > I do not succeed in generating an inline image as a result of a > > python code block. The code itself works, C-c C-c generates the > > according picture, but only in my home directory. The code bl

Re: [O] plain text best practice?

2012-06-05 Thread William LÉCHELLE
I'd go the first way if you don't need/use much markup, but if you want to structure more deeply your document, you can have subheadings without actually giving them a title (just the stars and a blank space are enough for a heading) It's also a matter of what you want to do with the document, if

[O] org-e-html: Including ATTR_HTML: title="hover text"

2012-06-06 Thread William Crandall
Hello Jambunathan and Nicolas, If org-mode source text is: -- A paragraph about #+ATTR_HTML: title="Link hover text" [[http://orgmode.org]] exalting new emacs mode... -- "M-x org-export h" generates:

Re: [O] org-e-html: Including ATTR_HTML: title="hover text"

2012-06-06 Thread William Crandall
e a titled link, inside parentheses, WITHOUT extra spaces. But that may be a bridge too far. Thanks for giving it a try! -BC Org-mode: 7.8.11 (release_7.8.11-52-g451191) Emacs: 24.1.50.1 Windows 7 On Wed, Jun 6, 2012 at 7:08 PM, William Crandall wrote: > Hello Jambunathan and Nicolas, &g

Re: [O] org-e-html: Including ATTR_HTML: title="hover text"

2012-06-07 Thread William Crandall
title="The Org mode homepage" style="color:red;" [[http://orgmode.org]] Thanks for looking at this again! -BC On Thu, Jun 7, 2012 at 12:28 PM, Nicolas Goaziou wrote: > Hello, > > William Crandall writes: > >> If org-mode source text is: >> >

Re: [O] org-e-html: Including ATTR_HTML: title="hover text"

2012-06-08 Thread William Crandall
ibes org-e-html… Another paragraph about org-mode which describes org-e-html… -- On Fri, Jun 8, 2012 at 6:28 AM, Nicolas Goaziou wrote: > Hello, > > William Crandall writes: > >> "ATTR_HTML is only for paragraphs

[O] Using: org-e-html-special-string-regexps

2012-06-08 Thread William Crandall
Hello Jambunathan, I tried your suggestion of swapping -org-e-html-special-string-regexps- for -org-export-html-special-string-regexps- to add my own strings. I want this for an — between words /without/ any spaces; the \mdash entity requires spaces. Results: The old exporter works as exp

Re: [O] Using: org-e-html-special-string-regexps

2012-06-08 Thread William Crandall
So you can! Splendid. Thanks, -BC On Fri, Jun 8, 2012 at 3:38 PM, Nicolas Goaziou wrote: > Hello, > > William Crandall writes: > >> I want this for an — between words /without/ >> any spaces; the \mdash entity requires spaces. > > You may use \mdash{} like in:

Re: [O] org-e-html: Including ATTR_HTML: title="hover text"

2012-06-08 Thread William Crandall
mples of these? And, is that the best tool for adding attributes to links? Thanks again, -BC On Fri, Jun 8, 2012 at 3:37 PM, Nicolas Goaziou wrote: > Hello, > > William Crandall writes: > >> This is a change; now all links within a paragraph >> are given (inherit) the sam

Re: [O] org-e-html: Including ATTR_HTML: title="hover text"

2012-06-09 Thread William Crandall
Hello Nicolas, Many thanks for explaining the logic and functionality of the new exporter. I confess I am puzzled by the choice to drop the ability to apply attributes to links. The use case I'm aiming for is a standard HTML feature: 3.2.3.2 The 'title' attribute The title attribute repr

Re: [O] New Link Syntax: Adding ATTRIBUTES (Was: org-e-html: Including ATTR_HTML)

2012-06-14 Thread William Crandall
Hello Nicolas, Many thanks for expanded clarity, and a new direction. On Thu, Jun 14, 2012 at 2:51 AM, Nicolas Goaziou wrote: > I understand your problem, but inserting ATTR_HTML > keywords in a paragraph isn't possible anymore. I cannot > allow that as it would defeat a fundamental change in t

Re: [O] Inhibit converting "--" to "–"

2012-06-16 Thread William Crandall
Kai, With the old exporter, you could make your own special-string and convert it. In init.el: -- ;; For old exporter: C-c C-e h (eval-after-load "org" '(setq org-export-html-special-string-regexps (append org-export-html-special-string-

Re: [O] Cannot use #+call correctly with babel

2012-06-17 Thread William LÉCHELLE
At Sat, 16 Jun 2012 18:31:53 +0200, Benoit Bayol wrote: > > All the mixes on headers I tried have been failures. > > Here is my example source : http://pastebin.com/63uHDvZH > > Does anyone see why I cannot have the output of the code and the results > in the last sections ? Hi Benoit, I may

Re: [O] Scheduling: Finishing a task 'Yesterday' OR Repeat on the same day

2012-06-17 Thread William LÉCHELLE
> org-mode thinks I finished it for 'today' because it's after 0AM and > schedules it for 'tomorrow'. This way, I'll forget it for one day. > > Is there a simple day to say: "I finished this task yesterday" without > me having to manually change every date in the tree, the PROPERTIES > drawer, and

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread William LÉCHELLE
d then passing it as an argument to ,[ insert preamble ] | <> | with the preamble having the header | :var file-name=some-table[0,1] ` (Like #+tblname: some-table | file| "file_1.tex" | ) HTH, William

Re: [O] Inhibit converting "--" to "–"

2012-06-18 Thread William Crandall
Hello Nicolas, For me, org-e-html-special-string-regexps does not (yet) play well. On Sun, Jun 17, 2012 at 4:47 PM, Nicolas Goaziou wrote: > William Crandall writes: > >> I've not been able to get special-strings working with >> the new exporter, > > I have no p

[O] org-export-generic calls (assoc): Deprecated in Emacs 24

2012-06-18 Thread William Crandall
Nicolas, While testing org-e-html-special-string-regexps, I pulled a new emacs. Startup shows a new message: "Package assoc is obsolete!" (require 'assoc) is in org-export-generic, line 102. Some discussion here: http://www.emacswiki.org/emacs-en/assoc-deprecated Thanks again for great w

Re: [O] Inhibit converting "--" to "–"

2012-06-18 Thread William Crandall
Hello Nicolas, On Mon, Jun 18, 2012 at 5:04 PM, Nicolas Goaziou wrote: > You need to require `org-e-html' first. Well, that was easy. It works fine now. Thanks. >> Same "void-variable" error, and "Renaming: permission denied" >> error, with multiple init.elc3996DWC, etc. > > this is (eval-afte

Re: [O] Inhibit converting "--" to "–"

2012-06-18 Thread William Crandall
Hello, On Mon, Jun 18, 2012 at 5:42 PM, Nicolas Goaziou wrote: > William Crandall writes: >>> this is (eval-after-load 'org-e-html ...). >> >> Could you elaborate, or point me to some docs? > > That's on the same basis as above.  Evaluating your code on

Re: [O] New Link Syntax: Adding ATTRIBUTES (Was: org-e-html: Including ATTR_HTML)

2012-06-18 Thread William Crandall
ion will be possible, creating one org-attribute name that would export appropriately to each target, without attaching destination prefixes to every item. But some will likely need to be target specific. Thanks again, -BC > On Thu, Jun 14, 2012 at 8:53 PM, William Crandall > wrote: >&

  1   2   3   4   5   6   >