[O] latex export of words starting with a superscript

2013-05-06 Thread Brian
t. It would be nice if this could be implemented, but I am aware of the difficulties/conflicts given that underlining needs a word to start with "_". Maybe some nice regexp work. Thanks! Brian

Re: [Orgmode] Sidewaystable in org?

2010-09-29 Thread brian powell
* The "Crush Tools" may be of help. See "pivot" for example: http://code.google.com/p/crush-tools/wiki/PivotUserDocs ** Maybe this would do it for an OrgTable: pivot -d"|" table.org On Wed, Sep 29, 2010 at 6:45 AM, Rainer M Krug wrote: > Hi > > I would like to have a table exported to LaTeX in

Re: [Orgmode] table, moving cells

2010-09-30 Thread brian powell
Theres a very simple way to do this; its been available in EMACS as long as I can remember--which is back to the late 80's--and OrgMode makes it even easier since it evens-up/covers-down/aligns columns in real-time: All you have to do is: Go to the bottom right corner of the cell or column you wo

Re: [Orgmode] how to reverse a region of outline items

2010-10-12 Thread brian powell
* A macro would definitely do this--a "keyboard macro" solution is simple: To create a keyboard macro do something like this: Cx ( etc. Cx ) ; Mx name-last-keyboard-macroetc. To me, Cx (.Cx )...--creating a "keyboard macro" seems to be the most useful thing one can use Editor MACroS/

Re: [Orgmode] Sorting table columns (*not* content)

2010-11-01 Thread brian powell
Jeff Horn seems to be explaining specifics of how to do some nitty-gritty manipulations--he mentions (quoting the manual) methods for yanking, Ccxy The methods Jeff expressed are useful for the question posed. I recommend rectangle-kill and rectangle-yank--Cxrk and Cxry to solve this (in a very s

Re: [Orgmode] Re: Sorting table columns (*not* content)

2010-11-01 Thread brian powell
BTW this is what Gary rot13'd/cyphered: Npghnyyl V jnag gb fbeg ba gur pbyhza urnqvatf, naq V nffhzr gung vf jung lbh ner gnyxvat nobhg. => "Actually I want to sort on the column headings, and I assume that is what you are talking about." Thanks for the questions Gary. _

Re: [Orgmode] Sorting table columns (*not* content)

2010-11-01 Thread brian powell
Ah wow! Thanks Christian! I, at least, am very happy and content about this subject-thread! MLeft and MRight work great in TableMode of EmacsOrgMode! Agree too: Rectangle editing is slower than Christian's method--EmacsOrgMode has blown me away all over again! Christian's method is a manual on

[Orgmode] [PATCH] correct doc typos

2010-11-25 Thread Brian Gough
ing, he did the real work on this. -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ From 03619e889bf061607785f092481dbfe36bcee9be Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:02:38 + Subject: [PATCH] correct doc

[Orgmode] [PATCH] make Nth consistent

2010-11-30 Thread Brian Gough
From 67ff0e20cede3ae9afa332a6881184a5153c0881 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:05:06 + Subject: [PATCH] make Nth consistent --- doc/org.texi |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index

[Orgmode] [PATCH] more typos

2010-12-01 Thread Brian Gough
From 04038c5a1f22ecf8219343e5ea80d1c7298edb90 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:04:22 + Subject: [PATCH] more typos --- doc/org.texi | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index

[Orgmode] [PATCH] correct grammar

2010-12-01 Thread Brian Gough
From 246fdc680679a86c77c2736629711cd49e626fa2 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:08:38 + Subject: [PATCH] correct grammar --- doc/org.texi |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index

[Orgmode] [PATCH] correct language names, acronyms etc.

2010-12-01 Thread Brian Gough
From 2c77e5b2a3b48708b2e0993fe773950332fd6dd2 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:07:36 + Subject: [PATCH] correct language names, acronyms etc. --- doc/org.texi | 42 +- 1 files changed, 21 insertions(+), 21

[Orgmode] [PATCH] mismatched quotes

2010-12-01 Thread Brian Gough
From 20ba1bd3800f5865cbbf27ae1d550efb892abd90 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:04:41 + Subject: [PATCH] mismatched quotes --- doc/org.texi |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index

[Orgmode] [PATCH] use code font for example footnote labels

2010-12-09 Thread Brian Gough
--- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index aecb224..a29f544 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12892,9 +12892,9 @@ fninline@r{define footnotes inline} fnnoinline @r{define footnotes in separate

[Orgmode] [PATCH] make use of the provided @ie and @eg macros to fix the spacing

2010-12-09 Thread Brian Gough
--- doc/org.texi | 86 +- 1 files changed, 43 insertions(+), 43 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 4b4163e..c1be294 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -481,7 +481,7 @@ Capture - Refile - Archive * Cap

[Orgmode] [PATCH] use emdashes when needed

2010-12-09 Thread Brian Gough
--- doc/org.texi | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index fc4b17d..c30378c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -943,7 +943,7 @@ to the mailing list, in order to minimize the work the mailing list moderator

[Orgmode] [PATCH] explain how to check the default version of Org

2010-12-09 Thread Brian Gough
--- doc/org.texi |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 6b6d643..3a7356b 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -813,8 +813,7 @@ questions (FAQ), links to tutorials, e...@. This page is located at @cindex XEmacs @

[Orgmode] [PATCH] make explanation of keyword lines clearer

2010-12-09 Thread Brian Gough
--- doc/org.texi |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 553d670..fc4b17d 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12680,8 +12680,7 @@ lines into the buffer (@pxref{In-buffer settings}). Org-mode uses special lines in th

[Orgmode] [PATCH] make "time stamps" consistent with timestamps

2010-12-09 Thread Brian Gough
--- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 930f948..553d670 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6608,7 +6608,7 @@ create new nodes as new parents for refiling on the fly, check the variable @code{org

[Orgmode] [PATCH] tangling is not a widely-known term, describe it as literate programming

2010-12-09 Thread Brian Gough
--- doc/org.texi |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 1a2b3dd..930f948 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -770,7 +770,7 @@ create dynamic @i{agenda views}. Org mode contains the Org Babel environment which al

[Orgmode] [PATCH] typo/grammar fix for .done CSS explanation

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 1c44a79..6b6d643 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9701,7 +9701,7 @@ p.date @r{publishing date} p.creator @r{creator info, about org-m

[Orgmode] [PATCH] use @result{} instead of --> (looks nicer)

2010-12-09 Thread Brian Gough
--- doc/org.texi | 54 +++--- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 7df03fe..94a4290 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -5304,20 +5304,20 @@ various inputs will be interprete

[Orgmode] [PATCH] use a full sentence

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index faa552e..1a2b3dd 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2338,7 +2338,7 @@ $3 = remote(FOO, #$2) @r{copy column 2 from table FOO into} @end example @n

[Orgmode] [PATCH] fix missing word in math formatting section

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index a29f544..1c44a79 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9649,7 +9649,7 @@ insert something like the following into the buffer: @code{org-export-html-mathjax-optio

[Orgmode] [PATCH] use macro for @LaTeX name

2010-12-09 Thread Brian Gough
--- doc/org.texi | 254 +- 1 files changed, 127 insertions(+), 127 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 94a4290..4b4163e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -556,7 +556,7 @@ Structural markup elements * H

[Orgmode] [PATCH] add index entries

2010-12-09 Thread Brian Gough
--- doc/org.texi |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 3a7356b..2cb8ce2 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6135,6 +6135,7 @@ suggestion.} for capturing new material. @orgcmd{C-c c,org-capture} Call the command

[Orgmode] [PATCH] use kbd font

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index be62056..d1a00c2 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -7754,7 +7754,7 @@ refreshes and more secondary filtering. The filter is a global property of the entire

[Orgmode] [PATCH] include explanations of how to look up a docstring

2010-12-09 Thread Brian Gough
--- doc/org.texi |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index b9ff083..faa552e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1346,8 +1346,7 @@ Clone a subtree by making a number of sibling copies of it. You will be prompted f

[Orgmode] [PATCH] fix commas that should be full stops, semicolons or emdashes

2010-12-09 Thread Brian Gough
--- doc/org.texi | 50 +- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c1be294..937a83c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1760,7 +1760,7 @@ Since Org allows multiple references to

[Orgmode] [PATCH] fix plain text that looks better with markup

2010-12-09 Thread Brian Gough
--- doc/org.texi |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 937a83c..be62056 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2884,7 +2884,7 @@ Defaults to @code{lines}. If you want to plot to a file, specify @code{"@var{path

[Orgmode] final proofreading patches

2010-12-09 Thread Brian Gough
Hi. I just sent our final set of proofreading patches. For reference the complete list is below, there were 25 in total. -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ + 03619e889bf061607785f092481dbfe36bcee9be correct doc typos

[Orgmode] [PATCH] put emacs functions in code font

2010-12-09 Thread Brian Gough
--- doc/org.texi | 44 ++-- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c30378c..aecb224 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12381,13 +12381,13 @@ are active: @multitable @columnfractio

[Orgmode] [PATCH] improvements to wording style

2010-12-09 Thread Brian Gough
--- doc/org.texi | 26 ++ 1 files changed, 10 insertions(+), 16 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index d1a00c2..b9ff083 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1854,8 +1854,7 @@ item. @cindex editing tables Org comes with a fast and intu

[Orgmode] Org Mode 7 Manual - printed edition now available

2010-12-17 Thread Brian Gough
her free software manuals, including Perl, Python, PostgreSQL, GNU Octave, R and others, and have donated over $24,000 to those projects this way -- more details at our website below.) -- best regards, Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http:/

Re: [Orgmode] Re: Introducing gnugol - an org-mode-output web search client

2011-01-06 Thread brian powell
I'll see you're surfraw; and, I'll raise you a goosh: http://goosh.org ---maybe gnugol could work with goosh somehow? ---works from an Emacs Shell/eshell too: ** Example/possibilities: apt-get install surfraw ... [[eshell:*eshell*:(rename-buffer "vvv")]] [[eshell:*eshell*:(rename-buffer "ttt")]]

Re: [Orgmode] Re: Introducing gnugol - an org-mode-output web search client

2011-01-07 Thread brian powell
011, at 19:19, brian powell wrote: > > ** Example/possibilities: >> apt-get install surfraw >> ... >> [[eshell:*eshell*:(rename-buffer "vvv")]] >> [[eshell:*eshell*:(rename-buffer "ttt")]] >> > > There's no need for those two lines

[Orgmode] v6.32b breaks spacing in remember templates

2009-11-02 Thread Brian Whitehead
ck to v6.21b and it works again. Regards, Brian ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] v6.32b breaks spacing in remember templates

2009-11-02 Thread Brian Whitehead
I could type anything with spaces, no problem. After upgrading to v6.32b I type "C-c r t" and get the prompt, but as soon as I try to type a space it complains and "No match". Brian On Mon, Nov 2, 2009 at 3:18 PM, Carsten Dominik wrote: > H Brian, > > this is no

[Orgmode] Org-mode version 6.32b; remember templates don't allow space

2009-11-04 Thread Brian Whitehead
. Regards, Brian Emacs : GNU Emacs 23.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.16.6) of 2009-09-29 on x86-6.fedora.phx.redhat.com Package: Org-mode version 6.32b current state: == (setq org-log-done 'note org-special-ctrl-a/e t org-startup-align-all-tables t org-agenda-

Re: [Orgmode] Org-mode version 6.32b; remember templates don't allow space

2009-11-05 Thread Brian Whitehead
d this is being handled a little different. I'm not sure if I'm on the right track, but maybe this is a little more help. Thanks, Brian On Thu, Nov 5, 2009 at 12:34 AM, Carsten Dominik wrote: > I am unable to reproduce this, can anyone else? > > Thanks > > - Carsten > &

[Orgmode] Announcing org-ruby

2009-12-27 Thread Brian Dewey
I want to use org-mode files in one of the many Ruby static website generation tools (Webby, Webgen, Jekyll, etc.). Thus, I needed a way to extract simple HTML from an org-mode file *without* relying on emacs. Thus, org-ruby was born. It's not nearly as full featured as the emacs-based HTML export

[Orgmode] tasks with days remaining?

2010-02-25 Thread Brian Brooks
Does a feature exist in org-mode where you can specify a deadline for a particular TODO and org-mode displays the days remaining somewhere next to the task? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@g

Re: [Orgmode] Re: simultaneous clocks?

2010-06-09 Thread brian powell
To "punch in and punch out" I use: timeclock.el --in addition to a mix of OrgMode and PlannerMode But to be very precise on each task I do: timeclock.el works great for me. ;-) On Wed, Jun 9, 2010 at 2:53 PM, Erik L. Arneson wrote: > Erik Iverson writes: > > Hello, > > Hi, Erik! > > > Is th

[Orgmode] when will org-indent-mode be ready?

2010-08-02 Thread Brian Brooks
Currently using Emacs 23.1, when will org-indent-mode be usable? Thanks, Brian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[O] ThoughtBack

2011-07-13 Thread brian powell
https://thoughtback.com Any thoughts? Useful to OrgMode users? (MindMapping and remember.el (or whatever) are often linked to GTD/OrgMode activities--by some users) I'm in no way connected to https://thoughtback.com--nor do I know much about it at all.

Re: [O] ThoughtBack

2011-07-15 Thread brian powell
On Fri, Jul 15, 2011 at 9:00 AM, Memnon Anon wrote: > John Hendy writes: >> On Wed, Jul 13, 2011 at 11:11 AM, Bastien wrote: > [...] >>> Or did I miss something? >> >> Don't think so. Googling produces little, either. > [...] >> So... looks like notes + some other feature set that's unexplained?

Re: [O] convert html file into orgmode .org file?

2011-07-22 Thread brian powell
* This worked for me: ** apt-get install pandoc * Booted up an EMACS that has the menus enabled. ** Install pandoc-mode.el (see http://wwwuser.gwdg.de/~jkremer/pandoc-mode.html ) ** Goto buffer with .html doc in it. *** Get OrgMode and PanDocMode running simultaneously in the same buffer. ** Click

[O] Best practices? Multiple .org files?

2011-09-01 Thread Brian Wood
emove "* Drupal" from work.org, is there a way to still see my top level tree including "Drupal"? 2. Is there a way I can search for a string across all of my .org files from within orgmode? -- Brian Wood Applications Programmer UC Berkeley IST Application Services

Re: [O] Best practices? Multiple .org files?

2011-09-01 Thread Brian Wood
Wow, how did I miss search view. Sweet! Brian Wood Applications Programmer UC Berkeley IST Application Services

Re: [O] Best practices? Multiple .org files?

2011-09-02 Thread Brian Wood
ng at your other files. I will have to try to learn enough lisp to bind the above command to a key combo maybe M-Shift Tab. (If anyone wants to send me the lisp that'd be great!) Brian Wood Applications Programmer UC Berkeley IST Application Services

[O] org-ruby 0.6 released; project needs new maintainer

2011-09-04 Thread Brian Dewey
oject? Thanks, --Brian

Re: [O] Reminders with alarms

2011-09-08 Thread brian powell
*Recommend using "flite" (FestivalLite) for text-to-speech: cat blah.reminder | flite ** Could get really over-the-top and do something like this: http://gizmodo.com/5522802/twitter-chumby-and-a-cuckoo-bird-walk-into-a-clock?tag=chumby --you could use the Twitter API and send OrgMode Tweets (com

Re: [O] Lisp nesting exceeds `max-lisp-eval-depth'"

2011-09-15 Thread brian powell
*"Variable: max-lisp-eval-depth This variable defines the maximum depth allowed in calls to eval, apply, and funcall before an error is signaled (with error message "Lisp nesting exceeds max-lisp-eval-depth"). This limit, with the associated error when it is exceeded, is one way that Lisp avoids in

Re: [O] Error in post-command-hook: (void-variable org-ans1)

2011-09-15 Thread brian powell
*Could do this work-around: nl file_you_will_edit.org | cut -f 1 > line_numbers *Open the file_you_will_edit.org and do: Mx split-window-horizontally *Put the line_numbers in the left-hand-side buffer! ;-) P.S. I put the line number and column number on the modeline: http://www.gnu.org/s/lib

Re: [O] TABLES: Remove/add cell

2011-09-30 Thread brian powell
* May want to turn org-mode/table off temporarily (or maybe it will just make it easier) then you can do the "rectangle edits" michael was referring to: ** Go to the point just to the right of the 4. ** C@ ---marks the point. ** Go to the 3. ** Cxrk ** Go to "@2$2"--i.e. where the "4" used to be. *

Re: [O] [OT] How to save and restore window and frame layout and position of windows on monitor - session management

2011-10-03 Thread brian powell
* Discovered this a few days ago: Will it solve your "proble"--which seems to be "saving state"; well, maybe, if you play with the code a little: ;;; perspective.el --- switch between named "perspectives" of the editor ;; Copyright (C) 2008-2010 Nathan Weizenbaum ;; ;; Licensed under the same te

Re: [O] [OT] How to save and restore window and frame layout and position of windows on monitor - session management

2011-10-03 Thread brian powell
* Also, there are these commands which may be what is sought (to "save state"): ** "Click on a completion to select it. In this buffer, type RET to select the completion near point. Possible completions are: desktop-change-dir desktop-clear desktop-readdesktop-remove desktop-revert desk

Re: [O] Ways to make org feasible for huge files

2011-10-12 Thread brian powell
* Maybe EMACS "narrowing" could be used: http://www.gnu.org/s/libtool/manual/emacs/Narrowing.html ... Narrowing can make it easier to concentrate on a single subroutine or paragraph by eliminating clutter. It can also be used to limit the range of operation of a replace command or repeating keyboa

[O] Fwd: [test] Mark tests with missing dependencies as "expected to fail"

2011-10-18 Thread Brian Wightman
Neglected forwarding to the list - sorry Eric for the double post. Brian -- Forwarded message -- From: Brian Wightman Date: Tue, Oct 18, 2011 at 12:02 PM Subject: Re: [O] [test] Mark tests with missing dependencies as "expected to fail" To: Eric Schulte On Tue, Oc

Re: [O] Recurring events with exceptions

2011-10-18 Thread Brian Wightman
(and (your-sexp-here) (not (except-dates-here))) On Tue, Oct 18, 2011 at 11:52 AM, Karl Voit wrote: > Hi! > > I am into a process to write a convert tool from my old calendar > software[1] to Org-mode. > > Now I do have to define something like »this event is recurring each > week on Wednesday ex

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-10-25 Thread Brian Wightman
x27;t the second set of tests be queued up so it runs when the first is complete? If this isn't done, I could see a situation where at least one commit remains untested until the next commit. my $0.02; Brian

Re: [O] OT: collage of scripts [was: Re: table alignment failed for Asian char

2011-10-28 Thread brian powell
* One of my favorite Hofstadter books is: "Le Ton beau de Marot: In Praise of the Music of Language (ISBN 0-465-08645-4), published by Basic Books in 1997, is a book by Douglas Hofstadter in which he explores the meaning, strengths, failings, and beauty of translation." ** "Translation between fra

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-11-02 Thread Brian Wightman
se, it could then be merged into 'maint' to create the next stable point for bug fixes. Adding features on the same branch as bug fixes, when 'official releases' are not made frequently seems to be a formula for frustration. Thoughts? Brian

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-18 Thread Brian Wightman
s from the tangle directory, then make could handle it from that point on. Brian

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-18 Thread Brian Wightman
On Fri, Nov 18, 2011 at 10:46 AM, Tom Prince wrote: > On Fri, 18 Nov 2011 08:23:18 -0600, Brian Wightman > wrote: >> Perhaps a way to deal with this would be to tangle to a different >> directory, and then sync any changes into your compilation source >> directory.

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-18 Thread Brian Wightman
he partial set of tangled files that actually changed. Brian

[O] [OT] TeX/LaTex and OrgMode

2011-11-18 Thread brian powell
* [OT] TeX/LaTex and OrgMode is the "off topic"--since OrgMode spits out TeX and so many OrgMode users use TeX; I hope you'll get a kick out of this: http://detexify.kirelabs.org/classify.html?

Re: [O] [ANN] Org Elements in contrib

2011-11-22 Thread Brian Wightman
A slight evolution of this would be to have this definition defined in the tests, and have org-element, or any other parser, adhere to those tests. Defining a canon for org-mode syntax is, in any form, a big step forward. Brian

Re: [Orgmode] org-mode without stars

2011-01-26 Thread brian powell
The original "outline-mode" in EMACS which predates "org-mode" used stars. Using stars "*" is the best way to do it; the reasons are many--OrgMode files are flat text files and this is great too--but keep this in mind here--think about searches, etc. PYTHON uses indentation (and thats great); LIS

Re: [Orgmode] org-stow (Proof of concept)

2011-02-11 Thread brian powell
You asked to hear from interested OrgMode users: STOW is great software; yes, please push it--its great for testing and sofware configuration (STOW is) it will be very interesting and maybe very useful to see what you have in mind. STOW reminds me of AUFS/UNIONFS and there may be other uses for p

Re: [Orgmode] Can I input multiline in a cell?

2011-02-16 Thread brian powell
These intersting work-around-hacks worked for me: [[file:/blahfilewithyourmultilinetextinit.txt]] ---put this in a "org-table cell" and/or put a string like: /blahjpegabsolutepath/blah.jpeg ---where the jpeg contains a jpeg of your text then do Mx iimage-mode --just wild ideas--that I want @y

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-16 Thread brian powell
This worked too: ... |---+-+-+-+-+-+-+---+-+-+---| | * | 11B | 21W | 31B | 41W | 51B | 61W | 71B | 81W | 91B | * | |---+-+-+-+-+-+-+---+-+-+---| | * | 12W | /u/0802.jpg | 0 |

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-16 Thread brian powell
| | ---and thats it--you're done---then you just type in the text in the column cells you want the multiline text. On Wed, Feb 16, 2011 at 12:48 PM, brian powell wrote: > This worked too: > ... > > |---+-+-+-+-+-+-+---+-+-+---| >

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-16 Thread brian powell
t in the "dummy rows") for this too; thats what I'll do--I'll put it in my .emacs. Thanks Bastien and Wang. On Wed, Feb 16, 2011 at 1:43 PM, Bastien wrote: > Hi Brian, > > brian powell writes: > > > Howsabout some code to put in a "dummy row" in a

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-16 Thread brian powell
e "courier" font; and, I suggest others use it--when dealing with/expressing table problems to others--many fonts don't "cover down" columns. Thanks again Bastien. On Wed, Feb 16, 2011 at 1:43 PM, Bastien wrote: > Hi Brian, > > brian powell writes: > > >

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-16 Thread brian powell
Forget all previous emails from me on this thread; I thought there was a simple way to do this in OrgMode--will this work for you Wang?: All you have to do is this I believe (not sure about the Org publish/TeX output though--tell me if it works out for you): Ca | and then type in your multi-li

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-17 Thread brian powell
Your welcome Wang, my pleasure--I learned a few things too. I used to make tables like the one you seem to be trying to put into and use in an OrgMode Table. Your table: |---+---+| | | HEAD2 | Item 1 | | +---+| | HEAD1 | | Ite

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread brian powell
S has the only regexp engine that is easily tweaked that way--that I know of (see "Regular Expressions", O'Reilly, 1st edition) Now, should OrgMode "table mode" support the creation of tables like the one Wang gave as an example? I think it should. --But I'm so gidd

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread brian powell
On Fri, Feb 18, 2011 at 10:31 AM, Nick Dokos wrote: > brian powell wrote: > > > I haven't sent any HTMl that I know of--I fully embrace the "plain text" > KISS methods. > > > > This very email contained alternatives: an HTML one and a plain-text one.

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread brian powell
.. "you can go and learn something about MIME and what mailers do behind your back." --much agreed; this will always be an issue when using GMAIL or other proprietary mail systems. Thanks for the help Nick. On Fri, Feb 18, 2011 at 11:20 AM, Nick Dokos wrote: > brian powell

Re: [O] org google weather

2011-03-04 Thread brian powell
FWIW/YMMV I use RUBY: I like the "twilight" info too--not sure emacs does twilight info too--maybe you can reuse some of the code and put into OrgMode: I do: emacs -l .bja-sunrise-sunset-twilight.el --where .bja-sunrise-sunset-twilight.el is: (defun bja-sunrise () "Display sunrise, sunset & tw

Re: [O] org google weather

2011-03-05 Thread brian powell
The sunrise and sunset strings have been available in the diary functions for EMACS for a long time; and, the new code above you've made for inserting them into the weather strings in OrgMode agendas is great too.  Thanks and I look forward to using it. Now, is there any simple way, maybe with the

Re: [O] Elisp Primer?

2011-03-11 Thread brian powell
*I strongly agree with John Hendy: Robert Chassel's "An Introduction to Programming in Emacs Lisp": http://www.gnu.org/software/emacs/emacs-lisp-intro/ --should be mastered first (it should be the first book @everyone@ reads.) *O'Reilly's "Safari" has online books for $20/month you can put 10 bo

Re: [O] gnowsys-mode update?

2011-03-19 Thread brian powell
I too am interested in gnowsys-mode and have been meaning to look more deeply into it. I remember reviewing gnowsys-mode and it looked very interesting and related to the "semantic web" and there was a semantic web workshop in Reston, VA recently--gnowsys-mode was on the agenda. THere may be some

Re: [O] Using org-mode for recipes (i.e. cooking)

2011-03-25 Thread brian powell
* Could do a link like this in an OrgMode buffer: [[shell:google-chrome --enable-plugins ~/CountDownTimer.html &]] ** Where ~/CountDownTimer.html contains the below code and/or only contains the below code/markup: http://www.chumby.com/virtualchumby_noskin.swf"; FlashVars="_chumby_profile_url=ht

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

2011-03-28 Thread brian powell
It uses SQLite--Stephen: I'd consider myself a plaintext-whenever-possible sort of dude too; but, SQLite (used in ZOTERO) is a simple/short C program and its (last time I checked) extremely simple--for example there is only "left outer join". SQLite "databases" are very easy to work with and are o

Re: [O] Re: [ANN] Inkmacs

2011-03-29 Thread brian powell
Thanks Joakim! Look forward to INKMACS and I've been learning more INKSCAPE since it seems to be the best way to deal with SVG files, etc.--been reading Kirsanov's "The Book Of Inkscape"--great stuff. On Tue, Mar 29, 2011 at 9:17 AM, Jambunathan K wrote: > > Joakim > >> https://github.com/jave/i

Re: [O] Re: org-add-note not working with winner-mode

2011-04-04 Thread brian powell
* http://www.emacswiki.org/emacs/WinnerMode gives: "The problem with (windmove-default-keybindings) is that they clash with the more common use on modern systems of S-right etc for selecting text. In Emacs this is turned on by CuaMode for example. Therefore it might be better to go with the altern

[O] Fwd: Kedit-like ALL command for emacs

2011-04-08 Thread brian powell
; and then: Mx multi-occur and/or Mx multi-occur-in-matching-buffers On Fri, Apr 8, 2011 at 2:06 PM, Jambunathan K wrote: > brian powell writes: > >> After reviewing what KEDIT ALL is; it seems to me all you want to do >> is--in an EMACS buffer--regardless of the ve

Re: [O] How can I review a day?

2011-04-19 Thread Brian Wightman
Never mind - lack of coffee. - Original Message From: MidLifeXis at PerlMonks To: Robert Inder Cc: emacs-orgmode@gnu.org Sent: Tue, April 19, 2011 10:40:18 AM Subject: Re: [O] How can I review a day? #+BEGIN: clocktable :block today :scope agenda :maxlevel 4 :link 2 #+END: clocktab

Re: [O] insert picture feature request.

2011-05-02 Thread brian powell
* This is what I use (thanks to whomever wrote the original): (defun org-screenshot () "Take a screenshot into a time stamped unique-named file in the same directory as the org-buffer and insert a link to this file." (interactive)

Re: [O] Request for suggestions including source code

2011-05-04 Thread brian powell
* Literate Programming and CWEB/NOWEB work great. ** Could use \scriptsize and/or \tiny and set the margins to 0--this is what I do: \documentclass[10pt]{report} \pagestyle{empty} \usepackage{anysize} \marginsize{0cm}{0cm}{0cm}{0cm} \begin{document} \tiny \begin{verbatim} BlahSourceCode \end{ve

Re: [O] Clocktable question

2011-05-05 Thread brian powell
* I hope you can learn how to do this using EMACS OrgMode--best thing for what you seek to do. ** In the meantime, I suggest using timeclock.el *** Some functions: (believe me, its really easy to use--puts a log into ~/.timelog or something like that) "Click on a completion to select it. In thi

[O] Day Planner link broken

2011-05-10 Thread Brian Brooks
Just an FYI, the "Day Planner" link on orgmode.org is broken.

Re: [O] Audio/video file playback in org mode

2011-06-10 Thread brian powell
* Something like this; respectively!?: [[shell:mplayer -ss 00:03:21 -endpos 00:06:54 ~/some_podcast.mp3 &]] [[shell:mplayer -ss 00:03:21 ~/some_podcast.mp3 &]] [[shell:mplayer ~/some_podcast.mp3 &]] VLC works great for this too. [[file:...] works too of course, but you have to make a "file ass

Re: [O] Is there a way to selectively change the line spacing for visual line mode?

2012-08-04 Thread brian powell
* http://www.emacswiki.org/emacs/VisualLineMode --very intereting... ** This may explain why you found no help thru google: "Visual line mode is a new mode in Emacs 23 that is on by default." * "The following code convinces visual-line-mode to wrap at a given column by expanding the right margin

Re: [O] Agenda view column mode: How to a column showing just today's time?

2012-08-06 Thread Brian Wood
Thanks. I'll let you know as soon as I have a chance to try it. Brian Wood Applications Programmer UC Berkeley IST Application Services On 8/5/12 2:13 AM, Bastien wrote: Hi Brian, Brian Wood writes: I'd like to replace CLOCKSUM with a column that shows me just the time spent o

Re: [O] The Quantified Shower

2012-08-07 Thread brian powell
* Lets not forget Claude Shannon's "Ultimate Machine": http://www.youtube.com/watch?v=G5rJJgt_5mg On Tue, Aug 7, 2012 at 1:27 PM, Bastien wrote: > Nick Dokos writes: > > > Actually, I meant this one: > > > > > http://www.theatlantic.com/magazine/archive/2012/07/the-measured-man/9018/ > > Nice

Re: [O] [OT] Current website not very attractive

2012-08-10 Thread brian powell
* The site looks great as it is. ** Its supposed to be simple and simple-looking: *** Go to: http://orgmode.org => Read the top line: "Org: Your Life in Plain Text" *** Go to: http://doc.norang.ca/org-mode.html => Read the top line: "Org Mode - Organize Your Life In Plain Text!" * Simplicity

[O] [OT] ELNODE is soon to be released as version 1.0

2012-08-10 Thread brian powell
* Some people have expressed interest in Elnode in the past: ELNODE is soon to be released as version 1.0 ** Video mentions Emacs OrgMode (and includes an example) and Node.js: http://www.youtube.com/embed/TR7DPvEi7Jg ** Elnode - the EmacsLisp Async Webserver @ version 0.9.9 Elnode is a webserve

  1   2   3   >