[O] navigating between non-code blocks?

2013-01-15 Thread Bill White
#+begin: file :file "/ssh:anotherserver.example.com:/small/log/file2.txt" file2 contents #+end: I sometimes have a lot of these in an org file and it would be handy to navigate among them easily. It seems that block navigation is set up to work only with *code* blocks. Cheers - bw -- Bill

Re: [O] navigating between non-code blocks?

2013-02-08 Thread Bill White
On Fri Feb 08 2013 at 10:11, Bastien wrote: > Hi Bill, > > Bill White writes: > >> I sometimes have a lot of these in an org file and it would be handy >> to navigate among them easily. It seems that block navigation is set >> up to work only with *code* blocks.

Re: [O] [WORG] How to ediff folded Org files?

2013-04-06 Thread Bill White
On Sat Apr 06 2013 at 17:24, Michael Brand wrote: > But instead of the above I use this for ediff generally, it persists > in Org mode: You just solved the most annoying little usage problem I've had - thanks! Cheers - bw -- Bill White . bi...@wolfram.com "No ma'am, we're musicians."

[O] bug: /italic/ sometimes fails

2013-04-22 Thread Bill White
, and is seen when exporting the buffer to an HTML file. These are italicized as expected: /test/ /a test/ /a "test" a/ But these are not italicized: /"a" test/ /a "test"/ /"test"/ /"test/ /test"/ Cheers - bw -- Bill White . bi...@wolfram.com "No ma'am, we're musicians."

Re: [O] bug: /italic/ sometimes fails

2013-04-22 Thread Bill White
On Mon Apr 22 2013 at 15:29, Bastien wrote: > Hi Bill, > > Bill White writes: > >> - Org-mode version 8.0.1 (release_8.0.1-15-g0fff0b @ >> /home/billw/Dropbox/org/org-mode/lisp/) >> - GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.6.0) of 2013-03-11 on &g

[O] disable tangling for an entire section?

2013-05-06 Thread Bill White
on wri Thanks - bw -- Bill White . bi...@wolfram.com "No ma'am, we're musicians."

Re: [O] disable tangling for an entire section?

2013-05-08 Thread Bill White
On Tue May 07 2013 at 07:23, "Sebastien Vauban" wrote: > Christian Moe wrote: >> Bill White writes: >>> Is there a simple way to disable tangling for an entire section's code >>> blocks? Or to put it a different way, can tangling be toggled at the >

Re: [O] disable tangling for an entire section?

2013-05-13 Thread Bill White
On Mon May 13 2013 at 03:23, rai...@krugs.de (Rainer M. Krug) wrote: > Christian Moe writes: > >>> I was hoping that a higher-level setting would override all tangle >>> settings under it, no matter what they might be. This would make it >>> possible to change an entire section's tangling withou

Re: [O] Tangle only current code block?

2012-10-08 Thread Bill White
angle yes (defadvice org-babel-tangle (before widen-before-tangling) "Widen a buffer before calling org-babel-tangle." (widen)) (ad-activate 'org-babel-tangle) #+end_src Cheers - bw -- Bill White . bi...@wolfram.com "No ma'am, we're musicians."

[O] speed keys for plain lists?

2016-05-09 Thread Bill White
I'm working on a project that uses deeply-nested plain lists, and I'm finding navigation to be a chore. Is there a way to enable speed keys (info "(org) Speed keys") for navigation of plain lists? Thanks - bw -- Bill White . bi...@wolfram.com "No ma'am, we're musicians."

Re: [O] speed keys for plain lists?

2016-05-09 Thread Bill White
On Mon May 09 2016 at 06:30, Bill White wrote: > I'm working on a project that uses deeply-nested plain lists, and I'm > finding navigation to be a chore. Is there a way to enable speed keys > (info "(org) Speed keys") for navigation of plain lists? Following the a

Re: [O] speed keys for plain lists?

2016-05-09 Thread Bill White
en n, p, or u, as needed to go to the same relative place among the markup in the target line. Perhaps endlessparentheses' context-aware method could be adapted to use org-list.el's various org-at-x-p and org-in-x-p functions. I just need to find a block of time to think clearly :-/ Cheers - bw Bill White . bi...@wolfram.com "No ma'am, we're musicians."

Re: [O] speed keys for plain lists?

2016-05-16 Thread Bill White
On Tue May 10 2016 at 03:21, Karl Voit wrote: > * Bill White wrote: >> >> Thank you all for the suggestions thus far. I'll attach the org file >> I'm working with: > > Being curious on your motivation: why do you use only plain list items > instead of h

Re: [O] speed keys for plain lists?

2016-05-17 Thread Bill White
On Mon May 16 2016 at 13:17, Grant Rettke wrote: > On Thu, May 12, 2016 at 12:12 PM, Bill White wrote: >> But I'm open to suggestions & discussion - now's the time to play around >> with formats to find the right balance between playing with words and >> slo

Re: [O] html export using html5 elements and bootstrap framework

2015-01-06 Thread Bill White
/tst.org" I think this isn't quite what you need to export a single file, but o-blog by Sébastien Gross functions as an org-mode frontend for bootstrap: https://github.com/renard/o-blog Cheers - bw -- Bill White . bi...@wolfram.com "No ma'am, we're musicians."

[O] orgmode as a transcription tool?

2015-02-02 Thread Bill White
an control the audio with your keyboard > while simultaneously typing into the built-in text editor. Could orgmode do something like that? Cheers - bw -- Bill White . bi...@wolfram.com "No ma'am, we're musicians."

Re: [O] orgmode as a transcription tool?

2015-02-10 Thread Bill White
anch emacs and the homebrew mplayer, and it works amazingly well. Cheers - bw -- Bill White . bi...@wolfram.com "No, ma'am, we're musicians."

Re: [O] Org-Mode and Mac OS X advice

2015-03-26 Thread Bill White
k emacs | brew uninstall emacs | brew install emacs --HEAD --use-git-head --cocoa --with-gnutls --with-rsvg --with-imagemagick | brew linkapps ` I don't think I've had any mac-specific problems with orgmode - I use it every day. And as others have said, mactex is very nice: https://tu

[Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
date headlines: * Sunday, October 26, 2008 ** message 1 recipient:subject [link] (or contents?) ** message 2 recipient:subject [link] (or contents?) or somesuch. Thanks for any thoughts about this - bw -- Bill White . [EMAIL PROTECTED] . http://members.wolfram.com/billw "No ma

block-like markup to export custom html?

2021-07-13 Thread Bill White
I'm using https://github.com/bastibe/org-static-blog to generate http://members.wolfram.com/billw See especially http://members.wolfram.com/billw/2021-07-05-romanovsky-on-bronstein.html I have an org file full of these things to denote side-by-side columns of English and Russian text: @@htm

[Orgmode] Elsevier's "Executable Paper Grand Challenge"

2010-12-07 Thread Bill White
for more information, deadlines, etc. Cheers - bw -- Bill White . bi...@wolfram.com . http://members.wolfram.com/billw "No ma'am, we're musicians." ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the li

Re: [Orgmode] Worldcup + time zone question

2010-06-07 Thread Bill White
; is there some way to have the times shown in my org-agenda > automatically corrected for my local time zone? Norm Walsh's nifty wwtime.el may provide some ideas: http://nwalsh.com/emacs/wwtime/ Cheers - bw -- Bill White . bi...@wolfram.com "No ma'am, we're musicians.&q

clocktable: link to :ID: rather than header text?

2020-09-14 Thread Bill White
I'm generating clocktables with :link t, and after changing the text of a target heading I found that links in clocktables point to the header text and not its :ID: Is it possible for clocktable links to use the target heading's :ID: rather than its text, which I may need to change? Thanks -

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
tion on the info, searches the current day's planner file for the right header, then uses 'insert' to put the link there. Cheers - bw -- Bill White . [EMAIL PROTECTED] . http://members.wolfram.com/billw "No ma'am, we're musicians."

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
m what I've seen so far in my cursory tours of org, links to gnus nnml messages are, by default, of the form rather than . Message-ID is known and retrievable when gnus calls message-sent-hook (which is how Sacha's link auto-filer works), but I'm not sure the nnml filename is k

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
On Mon Oct 27 2008 at 16:35, Carsten Dominik <[EMAIL PROTECTED]> wrote: > On Oct 27, 2008, at 10:17 PM, Bill White wrote: > >> On Mon Oct 27 2008 at 13:11, "Eric Schulte" <[EMAIL PROTECTED]> >> wrote: >> >>> Sebastian Rose <[EMAIL PROTE

Re: [Orgmode] keeping track of sent emails in org?

2008-10-27 Thread Bill White
On Mon Oct 27 2008 at 16:59, Carsten Dominik <[EMAIL PROTECTED]> wrote: > On Oct 27, 2008, at 10:49 PM, Bill White wrote: > >> On Mon Oct 27 2008 at 16:35, Carsten Dominik >> <[EMAIL PROTECTED]> wrote: >> >>> On Oct 27, 2008, at 10:17 PM, Bill Whit

Re: [Orgmode] keeping track of sent emails in org?

2008-10-28 Thread Bill White
n't useful in org's philosophy of the universe. Perhaps if I can switch over to org and begin to think in its ways, I'll find a useful fundamental unit of information other than the day page and its date-based contents. Cheers - bw -- Bill White . [EMAIL PROTECTED] . http://membe

[Orgmode] exporting unnumbered section headings?

2008-11-23 Thread Bill White
png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-directory "~/public_html/" :recursive t :publishing-function org-publish-attachment) ("org" :components ("org-notes" "org-static")) )) Thanks - bw -- Bill White . [EM

[Orgmode] Re: exporting unnumbered section headings?

2008-11-24 Thread Bill White
On Sun Nov 23 2008 at 20:41, Bill White <[EMAIL PROTECTED]> wrote: > Hi all - > > Inspired by other posts on the list recently, I'm setting up an > org-based website. Here's what I have so far: http://members.wolfram.com/billw (currently using the worg css definiti

Re: [Orgmode] exporting unnumbered section headings?

2008-11-24 Thread Bill White
On Sun Nov 23 2008 at 22:02, Sebastian Rose <[EMAIL PROTECTED]> wrote: > :section-numbers nil On Sun Nov 23 2008 at 23:29, Matthew Lundin <[EMAIL PROTECTED]> wrote: > :section-numbers nil Thanks guys! Cheers - bw -- Bill White . [EMAIL PROTECTED] . http://m

[Orgmode] newbie - gnus links/split windows/breadcrumbs

2009-02-10 Thread Bill White
er creating the new buffer, would it be possible to insert a link that points back to the calling page? In this example, the following link would appear at the top of blargh.org: [[file:projects.org][projects.org]]. Thanks - bw -- Bill White . bi...@wolfram.com . http://members.wolfr

[Orgmode] newbie's one-week report

2009-02-12 Thread Bill White
home, where I now keep track of Important Stuff and check my agenda daily Many thanks to Carsten and the org gang, bw -- Bill White . bi...@wolfram.com . http://members.wolfram.com/billw "No ma'am, we're musicians." ___ Emacs-

[Orgmode] Buffer *temp* modified; kill anyway?

2009-03-04 Thread Bill White
't been able to isolate the problem with edebug. I'm using the latest htmlize.el from http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el Any ideas what's going on and how to silence it? If it weren't for this I'd be able to publish without babysitting the process through so

Re: [Orgmode] Buffer *temp* modified; kill anyway?

2009-03-04 Thread Bill White
On Wed Mar 04 2009 at 12:38, Nick Dokos wrote: > Bill White wrote: > >> Hi all - >> >> "Buffer *temp* modified; kill anyway?" is driving me nuts. >> >> Has anyone seen this error message when html-exporting pages that >> contain

Re: [Orgmode] Buffer *temp* modified; kill anyway?

2009-03-04 Thread Bill White
On Wed Mar 04 2009 at 16:26, Nick Dokos wrote: > Nick Dokos wrote: > >> Bill White wrote: >> >> > On Wed Mar 04 2009 at 12:38, Nick Dokos wrote: >> > >> > > Bill White wrote: >> > > >> > >> Hi all -

[Orgmode] html export: row/column dividers in tables

2009-03-30 Thread Bill White
++| | a0 | b0 | c0 | d0 | |+++| | a1 | b1 | c1 | d1 | |+++| | a2 | b2 | c2 | d2 | |+++| #+END_HTML #+end_src Cheers - bw -- Bill White . bi...@wolfram.com . http://members.wolfram.com/billw "No ma'am, we're musicians." ___

Re: [Orgmode] html export: row/column dividers in tables

2009-03-31 Thread Bill White
ode.org/manual/Column-groups.html#Column-groups Thanks, I'd missed that. > Also you change the appearance of tables using css. I'll take a look. Many thanks - bw > Best, > Matt > > Bill White writes: > >> I recently found a need for visible dividers (or "rules&q

Re: [Orgmode] html export: row/column dividers in tables

2009-03-31 Thread Bill White
On Tue Mar 31 2009 at 09:36, Carsten Dominik wrote: > On Mar 31, 2009, at 4:20 PM, Bill White wrote: > >> On Mon Mar 30 2009 at 23:44, Matthew Lundin wrote: >> >>> Hi Bill, >>> >>> If I understand your post correctly, I think this section of the &g

[Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Bill White
exported html page needs to respect those numbers. Currently, org seems to assume that these are elements of a numbered list, and renumbers the lines sequentially starting at 1. Thanks - bw -- Bill White . bi...@wolfram.com . http://members.wolfram.com/billw "No ma'am, we&#x

Re: [Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Bill White
On Sat May 23 2009 at 14:30, Bill White wrote: > How would you code a .org file to produce this sort of html page, which > contains items that look like numbered list elements? > > http://press-pubs.uchicago.edu/founders/documents/v1ch2s1.html > > In that page, a number at

Re: [Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Bill White
On Sat May 23 2009 at 14:46, Carsten Dominik wrote: > On May 23, 2009, at 9:30 PM, Bill White wrote: > >> How would you code a .org file to produce this sort of html page, >> which >> contains items that look like numbered list elements? >> >> http://press-

Re: [Orgmode] Re: Feature suggestion: context sensitive movement

2009-06-18 Thread Bill White
e cursor is at a headline's "hotspot" (on the '#' in, for example, ".#3 header"), 'n' and 'p' can be used to navigate through the visible headers, landing on each header's '#'. From the hotspot you can also cycle visibility with &#

[Orgmode] html export of src: extra newlines

2009-07-14 Thread Bill White
e t | :publishing-function org-publish-attachment) | ("members.wolfram.com" :components ("members.wolfram.com-org-notes" "members.wolfram.com-org-static")) | ;; ` Thanks! bw -- Bill White . bi...@wolfram.com

Re: [Orgmode] html export of src: extra newlines

2009-07-14 Thread Bill White
On Tue Jul 14 2009 at 13:24, Dan Davison wrote: > Bill White writes: > >> Org seems to insert extra newlines when exporting src to html. You can >> see the output at http://members.wolfram.com/billw/RomanCalendar.html >> (search for gregorianFromAbsolute) - there'

can clocktable link to IDs?

2024-05-03 Thread Bill White
When I create a clocktable, its entries are links to heading text: [ [file:/path/to/meetings.org::*featureset meeting][featureset meeting] ] But in my meetings.org file there are dozens of headings that simply read: ``` ​* featureset meeting ``` so all clocktable links to these meetings poi