Re: [O] force italic mode?

2016-11-18 Thread William Henney
also made it so you can use any ascii control character to bracket the delimiters. For instance, the NULL character: "fuzzy^@/wuzzy/^@bear". Note that those are not real NULLs, but are how they appear in the emacs buffer. You can insert them with "C-q 0 RET". Will &g

Re: [O] Inheritance of tangle file for org babel blocks is broken in org 9

2016-11-18 Thread William Henney
On Fri, Nov 18, 2016 at 3:31 PM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Fri, 18 Nov 2016, William Henney wrote: > > Hi, >> >> Since upgrading to version 9.0, tangling of babel source blocks no longer >> works properly for me. >> > >

[O] Inheritance of tangle file for org babel blocks is broken in org 9

2016-11-18 Thread William Henney
Lang: emacs-lisp Properties: :header-args :tangle test-B.el :header-args:emacs-lisp nil Header Arguments: :cache no :exports code :hlines no :lexical no :noweb no :results replace :session none :tangle test-A.el #+END_EXAMPLE -- Dr William Henney, Instituto de Radioastronomía y Astrofísica,

Re: [O] Problem with python session

2016-10-12 Thread William Henney
eedback. > > Regards, > > -- > Nicolas Goaziou > > -- Dr William Henney, Instituto de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] Problem with python session

2016-10-06 Thread William Henney
> Both PDFs are generated. But only the first one has the content I expect, > the othe one is an empty plot (it's a plot, > yes, but empty axes. > > When I copy these pieces of code into on .py file it works just great. To > my understanding that just how session mode works. > > What could be the problem here? > > Thanks, > Florian > > > -- Dr William Henney, Instituto de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] Failure to display more than 18 images with captions

2016-10-01 Thread William Henney
ote: > > Hello, > > > > Jean Louis <g...@rcdrun.com> writes: > > > > > It is solved for me, not solved in general as a problem in Org mode. > > > > I do not understand: which part is a problem on the Org side? > > > > Regards, > > > > -- > > Nicolas Goaziou > > -- Dr William Henney, Instituto de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] org-mode, python and unicode

2016-05-19 Thread William Henney
[info:org#colnames]]. The default behavior is ":colnames nil", which supposedly strips off the table headers on input and reattaches them on output. But that doesn't work for me with python - they are stripped off, but not reattached. Will -- Dr William Henney, Instituto de

Re: [O] Mixing Python2 and Python3 blocks in one file

2016-05-19 Thread William Henney
On Thu, May 19, 2016 at 2:32 PM, Ken Mankoff <mank...@gmail.com> wrote: > > On 2016-05-19 at 15:21, William Henney <when...@gmail.com> wrote: > > I think Elpy works fine with conda environments - you just have to > > call pyvenv-activate with the desired pa

Re: [O] Mixing Python2 and Python3 blocks in one file

2016-05-19 Thread William Henney
One thing we have to remember is to install the elpy python package and dependencies in each virtual environment. For instance: #+BEGIN_SRC sh source activate myenv pip install elpy rope_py3k importmagic autopep8 yapf jedi #+END_SRC -- Dr William Henney, Instituto de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] Mixing Python2 and Python3 blocks in one file

2016-05-18 Thread William Henney
Hi Ken, On Wed, May 18, 2016 at 8:45 AM, Ken Mankoff <mank...@gmail.com> wrote: On 2016-05-17 at 21:19, William Henney <when...@gmail.com> wrote: > > Why is the :python parameter insufficient for your needs? You can also > > use it for different virtual environments >

Re: [O] Mixing Python2 and Python3 blocks in one file

2016-05-17 Thread William Henney
Hi Karl On Tue, May 17, 2016 at 9:54 AM, Karl Voit <devn...@karl-voit.at> wrote: > Hi William > > * William Henney <when...@gmail.com> wrote: > > > > On Sun, May 8, 2016 at 3:31 AM, Karl Voit <devn...@karl-voit.at> wrote: > > > > Python2 and

Re: [O] Mixing Python2 and Python3 blocks in one file

2016-05-17 Thread William Henney
d.gmane.org/gmane.emacs.orgmode/47867 > ... workaround with #+srcname (I don't get yet) > > > -- > mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: >> get Memacs from https://github.com/novoid/Memacs < > > https://github.com/novoid/ex

Re: [O] pdf screen reader accessibility?

2015-04-08 Thread William Henney
://tex.stackexchange.com/questions/124291/revisiting-producing-structured-pdfs-from-latex Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] getting an hline in a python generated table

2015-04-03 Thread William Henney
15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] How to tell Org mode radio table translator not to wrap, Greeks in dollars ($$)

2015-04-03 Thread William Henney
$ \\ % END RECEIVE ORGTBL Ah-advection \end{bmatrix} \end{equation} How can I tell the table translator not to wrap Greeks in $$? Thanks, -- Omid -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

[O] Why is ox-gfm.el missing from the org-plus-contrib elpa package?

2014-12-02 Thread William Henney
link in the docs at http://orgmode.org/elpa.html. Instead of http://orgmode.org/build-org-pkg.txt, it should be changed to http://orgmode.org/elpa/build-org-pkg.txt -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] BUG in reference by ID to remote table (was Re: org babel question: reference tables in remote file)

2014-05-31 Thread William Henney
Hi Bastien Thanks for the suggestion. I'm traveling at the moment, but I'll check it out as soon as I get a chance. Will Sent from a leading brand of mobile device On 30/05/2014, at 16:44, Bastien b...@gnu.org wrote: Hi William, William Henney when...@gmail.com writes

Re: [O] (no subject)

2014-05-02 Thread William Henney
to get the total (time)seconds? (1*3600 + 11*60 + 37 = 4297) if $4 = 1@ 11' 37 how do I get $8 = 4297? thanks ryan -- He felt that his whole life was some kind of dream and he sometimes wondered whose it was and whether they were enjoying it. - Douglas Adams -- Dr William

Re: [O] (no subject)

2014-05-02 Thread William Henney
]] section of the calc manual On Fri, May 2, 2014 at 10:01 PM, William Henney when...@gmail.com wrote: Hi Ryan Convert to degrees, then multiply by 3600: | - | - | - | 1@ 11' 37 | - | - | - | 4297 | #+TBLFM: $8=3600 deg($4); %d Cheers Will On Fri, May 2, 2014 at 8:52 PM, Ryan Moszynski

[O] BUG in reference by ID to remote table (was Re: org babel question: reference tables in remote file)

2014-04-27 Thread William Henney
) describes a reference to a table in a section, possibly in a different file, and the ID property is probably more stable than a filename, so I'd argue that what we have is enough. -- Bastien -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de

Re: [O] [babel] Setting python interpreter version on per-block or per-subtree basis

2014-04-25 Thread William Henney
William Henney when...@gmail.com writes: Hi Is there an easy way to specify the python version to use for a particular block or sub-tree? My use case is that I have mainly migrated to python 3, but there is still the occasional library that has not been updated yet, so I need

[O] [babel] Setting python interpreter version on per-block or per-subtree basis

2014-04-24 Thread William Henney
around the problem by putting the python 2 code in a separate org file and use # Local Variables: # org-babel-python-command: /path/to/python2 # End: but keeping everything in the same file would be preferable. Thanks Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica

Re: [O] putting a element +UWa in table

2014-04-24 Thread William Henney
such an item in a table without org table misinterpreting it? You can't. -- Bastien -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [O] table export to same buffer

2013-08-12 Thread William Henney
Hi Rustom Sorry for the delay - I only check the list sporadically… On Sun, Aug 4, 2013 at 6:13 AM, Rustom Mody rustompm...@gmail.com wrote: On Sun, Aug 4, 2013 at 5:04 AM, William Henney when...@gmail.com wrote: On Fri, Aug 2, 2013 at 11:52 PM, Rustom Mody rustompm...@gmail.comwrote

Re: [O] table export to same buffer

2013-08-03 Thread William Henney
. That is why I mentioned orgtbl, ie org table editing facilities are needed but the major mode is something else. What about a radio table using orgtbl-to-generic? See Appendix 6 of the Org manual Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad

[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

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

2011-08-19 Thread William Henney
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] [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 puncha...@gmail.com 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 when...@gmail.com wrote: This looks very promising - thanks

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

2011-05-29 Thread William Henney
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] Thinkbook

2011-05-20 Thread William Henney
-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

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

2010-06-15 Thread William Henney
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 the list

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 dm...@ictsoc.de 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 heading is not correct. I

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 when...@gmail.com 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

[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 de Radioastronomía y

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

2010-06-14 Thread William Henney
-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 ___ Emacs-orgmode mailing list Please use `Reply All

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

2010-06-12 Thread William Henney
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-orgmode@gnu.org http

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

2010-04-29 Thread William Henney
nil) to get Aquamacs to behave properly See http://www.emacswiki.org/emacs/AquamacsEmacsCompatibilitySettings Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

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

2010-04-23 Thread William Henney
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 ___ Emacs-orgmode

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 scot.bec...@gmail.com wrote: ...and here. On Wed, Mar 17, 2010 at 6:37 PM, David Maus dm...@ictsoc.de wrote: William Henney wrote: Is anyone else seeing this? $ git pull --verbose repo.or.cz[0

[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

Re: [Orgmode] Org Mode spreadsheet SUMIF

2010-03-08 Thread William Henney
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 string comparisons inside a calc formula. Cheers Will -- Dr William Henney, Centro de

[Orgmode] Table formula bug?

2010-03-07 Thread William Henney
| 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 Autónoma de México, Campus

Re: [Orgmode] Table formula bug?

2010-03-07 Thread William Henney
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' can be written `pand(x, y)' Cheers Will -- Dr William Henney

Re: [Orgmode] URLs are not always linked properly

2009-12-01 Thread William Henney
/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 Morelia

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-04 Thread William Henney
-on-weekday nil org-enforce-todo-dependencies t org-icalendar-store-UID t org-occur-hook '(org-first-headline-recenter) org-from-is-user-regexp \\William Henney\\ org-remember-templates '((Todo 116 * TODO %?\n %i\n %a ~/org/TODO.org Tasks) (Journal 106 * %U %?\n\n

Re: [Orgmode] Re: Latex export to documentclass beamer

2009-08-10 Thread William Henney
} No. Although you could always add \beamerdefaultoverlayspecification{+-} to the preamble. 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

Re: [Orgmode] iPhone ---- org-mode

2009-03-26 Thread William Henney
Will [1] If you are in emacs, you have C-h b, M-x apropos, etc. If you are not in emacs, why would you need to know the keybindings? -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] iPhone ---- org-mode

2009-03-25 Thread William Henney
information back to the service, e.g., marking a task as done Does anyone know of a service that supports all 3? Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia sync-tadalist.py Description: Binary data

Re: [Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-03-04 Thread William Henney
? Agreed. Alphabetic sorting would be a nice optional extra, but just (1) and (2) would be great. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode

Re: [Orgmode] worg accessibility

2009-02-06 Thread William Henney
Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] html heading levels when exporting sub-tree

2009-02-06 Thread William Henney
that you put into org mode development. How you manage to do all this and be scientifically productive too never ceases to astound me. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] Re: Advice sought on managing decision alternatives.

2009-02-06 Thread William Henney
as the prefix. I believe the standard spelling is chosenness, although it is a very rare word in English outside of Judaism :) Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] Automatic Update of Org files

2009-02-06 Thread William Henney
://www.diveintopython.org/soap_web_services/ HTH Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

Re: [Orgmode] error when exporting org to html

2009-02-05 Thread William Henney
if it just fell through the cracks or if it is not considered to be a reasonable question :) 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

Re: [Orgmode] error when exporting org to html

2009-02-05 Thread William Henney
Correction: On Thu, Feb 5, 2009 at 9:37 AM, William Henney when...@gmail.com wrote: However, there are certainly issues with the html headers when I meant headings (i.e. h1, h6, etc), not headers. -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional

Re: [Orgmode] worg accessibility

2009-02-05 Thread William Henney
William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

Re: [Orgmode] Wishlist: drop a4paper option from the default LaTeX class

2009-01-31 Thread William Henney
On Sat, Jan 31, 2009 at 10:42 AM, Carsten Dominik domi...@science.uva.nl wrote: Are there other opinons on this request? +1 This is a localization, and as such should not be hard-wired Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread William Henney
generally use the COMMENT state to control what is exported, but at one stage I must have tried to do something more complicated. I didn't stick to it. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

[Orgmode] Re: html heading levels when exporting sub-tree

2009-01-30 Thread William Henney
Correction On Fri, Jan 30, 2009 at 1:39 PM, William Henney when...@gmail.com wrote: Currently, if I export the third sub-tree to html (via C-c @ C-x C-e h), That should have been C-c @ C-c C-e h Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad

Re: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread William Henney
'(org-time-grid class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod '(org-todo ((t (:foreground Red2 :overline gray :underline gray :weight bold :height 0.75 ) -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional

Re: [Orgmode] BUG? - Time summary overlay inherits org-tag face if heading has tags

2009-01-21 Thread William Henney
couldn't see from the manual how to do this. The TAGS property seems to be created on the fly. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode

[Orgmode] BUG? - Time summary overlay inherits org-tag face if heading has tags

2009-01-20 Thread William Henney
, aquamacs 1.5 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 Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-14 Thread William Henney
the problem is that the text-ind parameter is false when all the values in the independent variable column are legal numbers. However, my lisp skills are not up to fixing this. Cheer Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de

Re: [Orgmode] Pulling Carsten's changes.

2009-01-08 Thread William Henney
. Item 6 in the FAQ entry says You should restart org mode to have the changes take effect. What is the best way to do this? I couldn't get anything to work, short of rebooting emacs. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de

OT Re: [Orgmode] Re: Suggestion with bad patch for org-remember-templates

2009-01-05 Thread William Henney
be Sir Terry Pratchett http://news.bbc.co.uk/2/hi/entertainment/7805143.stm :) Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember

Re: [Orgmode] question about org-region-active-p

2008-12-16 Thread William Henney
on by default. After doing C-c @ in an org file, then M-: (org-region-active-p) gives t, as expected. Maybe it is a problem with your customizations. You can check by running M-x start-vanilla-aquamacs. I am running Aquamacs 1.5, org-mode 6.12b Cheers Will -- Dr William Henney, Centro de

Re: [Orgmode] Publishing my personal website with Org-mode

2008-11-20 Thread William Henney
/~will/temarios-armonia.html Much less ambitious than the other examples given, but it did its job. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode

Re: [Orgmode] How to say Footnotes on other languages

2008-11-08 Thread William Henney
(es Autor Fecha Índice Pies de página) or with the silly escape sequences: (es Autor Fecha \xcdndice Pies de p\xe1gina) Saludos Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] RELEASE: Org-mode 6.08a

2008-10-05 Thread William Henney
/ -- I am not using any proxy (to the best of my knowledge). Are you saying that org.tar.gz is 6.08 for you? Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-09-02 Thread William Henney
: System: Darwin 9.4.0 One strange thing is that, even if the .org file is utf8, the graphics file seems to get written as latin-1. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] org-plot (generating graphs from org-mode)

2008-08-29 Thread William Henney
of the embedded space in Sõo Paolo. If I replace it with a unicode non-breaking space, São Paolo, then it works correctly. -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] question concerning table mode / vsum / automatic adjustments of indices

2008-08-29 Thread William Henney
. Hope this helps Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] HTML export: how to delimit escaped HTML entity?

2008-08-28 Thread William Henney
, or with the spanish-prefix input method you would type 'A 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 Remember: use `Reply All' to send

Re: [Orgmode] protecting ascii art

2008-08-25 Thread William Henney
). This is a bit of a pain to remember the steps, but it does protect the org file from getting clobbered. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode

Re: [Orgmode] org export html with header and footer option

2008-02-20 Thread William Henney
William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread William Henney
-u C-c C-t works for me Also see sec 5.2.4 of manual (org)Fast access to TODO states for other options. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] Re: list indentation

2008-02-09 Thread William Henney
is allowed) even -↓ - one - two -↑ What do people think? The interaction with org-outdent-item would be tricky. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] Re: list indentation

2008-02-09 Thread William Henney
within a list item? You are right, though, that it is the end-of-list marker that is important. On reflection, it seems to me that a beginning-of-list marker is not necessary. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México

Re: [Orgmode] Re: list indentation

2008-02-09 Thread William Henney
Hi Eddward On Feb 9, 2008 5:26 PM, Eddward DeVilla [EMAIL PROTECTED] wrote: On Feb 9, 2008 4:50 PM, William Henney [EMAIL PROTECTED] wrote: You are right, though, that it is the end-of-list marker that is important. On reflection, it seems to me that a beginning-of-list marker

Re: [Orgmode] Re: list indentation

2008-02-09 Thread William Henney
, if the majority decision were to outlaw multi-paragraph list items, then I wouldn't be unduly upset. A list item that complicated should probably have been a separate subheading anyway. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma

Re: [Orgmode] Re: list indentation

2008-02-09 Thread William Henney
'. - Have you tried configuring that variable? Maybe it does what you want. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia

Re: [Orgmode] Re: list indentation

2008-02-09 Thread William Henney
this/that. The dashes draw a dividing line. How about -. ? Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Re: HTML export and heading levels

2008-01-17 Thread William Henney
be improved. I think the problem is with tramp rather than org-mode. I currently work around the problem by publishing to a local directory and then using make and rsync to synchronize with the web server. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica

Re: [Orgmode] New Year's (org-mode) resolutions?

2007-12-31 Thread William Henney
Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

Re: [Orgmode] Re: my GTD setup

2007-12-23 Thread William Henney
, it looks fine when I do Show original in gmail. 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 Remember: use `Reply All' to send

Re: [Orgmode] hotkeys for org in OS X (WAS gnome)

2007-12-22 Thread William Henney
Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

Re: [Orgmode] Feature request - add a new heading with a lower level than current

2007-12-10 Thread William Henney
slow for you? 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 Remember: use `Reply All' to send replies to the list. Emacs-orgmode

Re: [Orgmode] Re: undo in org.el

2007-11-14 Thread William Henney
1993-2005, GNU Emacs user 1990-1993, 2005-present) -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Re: undo in org.el

2007-11-14 Thread William Henney
On 11/14/07, Tassilo Horn [EMAIL PROTECTED] wrote: William Henney [EMAIL PROTECTED] writes: If XEmacs allows the font associated with a particular face to be buffer-local, then that is a big improvement. And how does XEmacs know what face a new buffer should use? By its major mode? I

Re: [Orgmode] Question: C-c C-w

2007-11-07 Thread William Henney
when I meant to use `C-c C-x C-w' Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

Re: [Orgmode] Re: Ringing the alarm bell in orgmode

2007-11-06 Thread William Henney
version that comes with my emacs (currently 4.67). I have tried setting Info-default-directory-list and Info-directory-list, but all to no avail. Has anyone else had this problem? Cheers Will HTH, -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma

Re: [Orgmode] Re: Ringing the alarm bell in orgmode

2007-11-06 Thread William Henney
Thanks for your help, Chris, Richard, and Bastien. Chris's method of loading the file explicitly will be useful until I get the path sorted properly. On 11/6/07, Bastien [EMAIL PROTECTED] wrote: William Henney [EMAIL PROTECTED] writes: I use the script Pete sent a while a go update org-mode

Re: [Orgmode] beginner tries to convert to org-mode

2007-11-05 Thread William Henney
assuming you are running emacs graphically, not inside a terminal. Hope this helps Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list

Re: [Orgmode] XHTML export - nbsp; etc.

2007-11-03 Thread William Henney
On 11/3/07, Bastien [EMAIL PROTECTED] wrote: William Henney [EMAIL PROTECTED] writes: Here is what I have managed to work out. Apologies for answering in org syntax :) Hey this is great. I ♥ typesetting :) Me too. And the possibilities for new smilies are endless: •⋖ ⌣ Cheers

Re: [Orgmode] XHTML export - nbsp; etc.

2007-11-02 Thread William Henney
Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] XHTML export - nbsp; etc.

2007-11-02 Thread William Henney
org file. This works quite well om the whole (see attached example). Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia unicode.org Description: Binary data

Re: [Orgmode] Re: POLL: Volume of emacs-orgmode too high?

2007-10-16 Thread William Henney
in product than process... 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 Remember: use `Reply All' to send replies to the list

Re: [Orgmode] apparent bug in org-insert-link with active region

2007-10-04 Thread William Henney
On 10/4/07, Carsten Dominik [EMAIL PROTECTED] wrote: You have found a bug - fixed for 5.11. I am also keeping the region in the buffer until the last moment now, to ease your discomfort :-) Great, thanks. I am feeling more comfortable already :) Cheers Will -- Dr William Henney, Centro

[Orgmode] apparent bug in org-insert-link with active region

2007-10-03 Thread William Henney
the default value of the description becomes the link itself, and the previous content of the region is lost (as far as I can see). Is this intended? This is with Org version 5.09 - I'm sure it used to work at some time in the past. Cheers Will -- Dr William Henney, Centro de Radioastronomía

Re: [Orgmode] apparent bug in org-insert-link with active region

2007-10-03 Thread William Henney
Hi Bastien Thanks for looking into this. On 10/3/07, Bastien [EMAIL PROTECTED] wrote: William Henney [EMAIL PROTECTED] writes: If I call org-insert-link with the region active, then the region content is instantly deleted while I am prompted for the link. This is rather disconcerting

  1   2   >