Re: org-persist asking for temp-file encoding every time

2024-04-08 Thread Brian Elmegaard
On 06-04-2024 14:44, Ihor Radchenko wrote: You need to redirect where Emacs looks for Org mode: (add-to-list 'load-path "/path/to/org-mode/lisp") Somewhere early in your init.el. Thank you for the hint. It seems to be working without the issue in the development version. Brian

Re: org-persist asking for temp-file encoding every time

2024-04-06 Thread Brian Elmegaard
other version. I obtained the version from the repository as explained here: https://orgmode.org/org.html#Installation Brian

org-persist asking for temp-file encoding every time

2024-03-22 Thread Brian Elmegaard
73ac1-50b0-4f3c-9cab-58f496875f4f" took 56.90 sec. Can this somehow be avoided? Best regards, Brian

org-persist asking for temp-file encoding every time

2024-03-19 Thread Brian Elmegaard
-50b0-4f3c-9cab-58f496875f4f" took 56.90 sec. Can this somehow be avoided? Best regards, Brian

[BUG] commit 7048876f broke Figure link with caption [9.6 (release_9.6 @ /Users/powellb/src/org-mode/lisp/)]

2022-12-18 Thread Brian Powell
n the attached trace dump. Cheers, Brian Emacs : GNU Emacs 29.0.60 (build 1, aarch64-apple-darwin22.2.0, NS appkit-2299.30 Version 13.1 (Build 22C65)) of 2022-12-16 Package: Org mode version 9.6 (release_9.6 @ /Users/powellb/src/org-mode/lisp/) Debugger entered--Lisp error: (wrong-type-argumen

Re: [PATCH] Re: Inconsistent use of \ref and \eqref in ox-latex and ox-html

2020-04-20 Thread Brian Powell
Thanks again. Please find attached patch addressing issues below. Cheers, Brian On Mon, Apr 20 2020, Nicolas Goaziou wrote: >> Subject: [PATCH] add org-html-equation-reference-format to customize MathJax >> ref command > > The commit message should reference the file

[PATCH] Re: Inconsistent use of \ref and \eqref in ox-latex and ox-html

2020-04-19 Thread Brian Powell
e others. > > It might be useful to explicitly state this is a format control string, > expecting a single argument, the actual reference. > > > It should be "9.4". > Both are corrected. > > Indentation problem? > The indentation problem is in the original

Re: Inconsistent use of \ref and \eqref in ox-latex and ox-html

2020-04-19 Thread Brian Powell
option. All three worked correctly. I also updated the org-manual.org. Please find my patch attached. Cheers, Brian diff --git a/doc/org-manual.org b/doc/org-manual.org index 6d5a34e56..69a36d6c7 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -12531,6 +12531,15 @@ settings described

Inconsistent use of \ref and \eqref in ox-latex and ox-html

2020-04-10 Thread Brian Powell
(org-export-get-reference destination info)) to (format (if org-html-export-mathjax-ref "\\ref{%s}" "\\eqref{%s}") (org-export-get-reference destination info)) The variable org-html-export-mathjax-ref is non-nil to use \ref vs. nil to be the default \eqref. Cheers, Brian

Re: Bug: LaTeX output of numbered TODO plain list items lose numbering. [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/27.0.50/lisp/org/)]

2019-11-09 Thread Brian Carlson
On 11/9/19 6:59 AM, Fraga, Eric wrote: > On Friday, 8 Nov 2019 at 21:28, Brian Carlson wrote: >> So it seems that the numbering of numbered items in a plain list are not >> maintained when the numbered item is also a TODO plain list item. > This is a "feature", not

Bug: LaTeX output of numbered TODO plain list items lose numbering. [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/27.0.50/lisp/org/)]

2019-11-08 Thread Brian Carlson
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. --

Re: [O] Scheduling and calendar-day-of-week

2018-04-06 Thread Brian Shine
Sorry! I see that is exactly what you said. Best wishes, Brian > On 6 Apr 2018, at 17:46, Brian Shine wrote: > > An alternative, which isn’t as neat as you would like, would be to set up the > 3 days as separate events, with 7-day repeats. > > Best wishes, > Brian >

Re: [O] Scheduling and calendar-day-of-week

2018-04-06 Thread Brian Shine
An alternative, which isn’t as neat as you would like, would be to set up the 3 days as separate events, with 7-day repeats. Best wishes, Brian > On 6 Apr 2018, at 15:16, Nick Dokos wrote: > > Cecil Westerhof writes: > >> There is something I want to do on Monday, Wednesda

Re: [O] org-mode R using xtable produces strange output

2018-03-20 Thread Brian Shine
Brilliant! Thank you so much. Best wishes, Brian > On 20 Mar 2018, at 16:47, Berry, Charles wrote: > > > >> On Mar 19, 2018, at 4:44 PM, Brian Shine wrote: >> >> I am using xtable to produce summary tables of linear models, specifying the >> output as

[O] org-mode R using xtable produces strange output

2018-03-19 Thread Brian Shine
off the latex output, and write the xtable to a small .tex file, using xtable.print and then include the file after the code block, the table appears correctly. I’m using emacs 25.2. Here’s an example: Best wishes, Brian xtableeg.org Description: Binary data

Re: [O] Fwd: how do you compose mails in Gnus with org-mode

2018-03-01 Thread Brian Shine
Thank you so much. This looks like a great website. I’ll have a read and see whether I can get it to work. I may well call on you! Best wishes, Brian > On 1 Mar 2018, at 18:46, Joseph Vidal-Rosset > wrote: > > Le jeu. 01 mars 2018 à 06:17:48 , Brian Shine a > envoyé ce me

Re: [O] Fwd: how do you compose mails in Gnus with org-mode

2018-03-01 Thread Brian Shine
obviously doing something basic incorrectly. Is there a really simple guide to setting this up? Best wishes, Brian > On 1 Mar 2018, at 18:04, Joseph Vidal-Rosset > wrote: > > Le jeu. 01 mars 2018 à 04:59:27 , Eric S Fraga <mailto:esfli...@gmail.com>> a > envoyé ce

[O] Unexpected behaviour from capture-template

2018-01-29 Thread Brian J Hoskins
Am I doing something wrong or is there a bug here? Many thanks in advance, fellow org-moders! Cheers, Brian.

[O] clocktable :formula not working for columns > $9

2018-01-06 Thread Brian J Hoskins
on tables that I create myself. It only fails to work in clocktables. If this failure can be repeated by other org-mode users, perhaps we should file a bug report. -- ++ | Brian J Hoskins BSc MIET | | Electronics Engineer & C

[O] org-batch-agenda-csv issue

2016-11-29 Thread J. Brian Walters
Hello, I am trying to automatically extract the todo's from my orgmode files and format them for display via a widget on my desktop. The following command works fine with no errors when executed in a terminal emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv "a")' However when I setup the s

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-31 Thread Brian Carlson
On 2016-05-26 02:52, Nicolas Goaziou wrote: I realize that the org texinfo manual probably needs to be updated, as well. I'll take a stab at updating that unless someone else wants to take that on. You're right. You can merge ORG-NEWS modifications into the documentation patch. I just rea

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-29 Thread Brian Carlson
Here is the patch for both doc/org.texi and etc/ORG-NEWS. I apologize for the delay in getting this to the list. Thanks! ;-b >From 466f0c755180f7475484abc6715accdf74a8a0f3 Mon Sep 17 00:00:00 2001 From: "Brian J. Carlson" Date: Sun, 29 May 2016 22:37:18 -0400 Subject: [PATCH] or

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-29 Thread Brian Carlson
On 2016-05-26 02:52, Nicolas Goaziou wrote: Hello, Brian Carlson writes: I put the signed paperwork into the mail this evening. Great. Sure. I'll use previous entries as a starting point. I was thinking that the entry should go under: Version 9.0/New Features/Export/ unless ther

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-25 Thread Brian Carlson
On 2016-05-24 16:33, Nicolas Goaziou wrote: > Completing myself Great. Thanks! Very much appreciated. I went back and forth on the tests with the "string formatting." I should have gone with my original thoughts ;) The fixes to (org-export-get-loc) were a bit beyond my skill level. I don't work

[O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-22 Thread Brian Carlson
(or nil if the block does not provide +/-n option (as it always has). Thanks, ;-b >From dd01dada2c3c0ee0d8cc28184026720f8602680b Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 16 May 2016 10:58:01 -0400 Subject: [PATCH] ox: Provide offset to [+-]n in SRC/EXAMPLE export * lisp/or

Re: [O] Starting source code export at non-zero (-n value)

2016-05-22 Thread Brian Carlson
On 2016-05-20 16:48, Nicolas Goaziou wrote: Hello, Brian Carlson writes: Hello other org mode aficionados! (I apologize for the errant email I send a minute ago. ) From 6b4db0a978cc3492f0d0ac7e29008de6846fbe4a Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 16 May 2016 10:58

[O] Starting source code export at non-zero (-n value)

2016-05-16 Thread Brian Carlson
ndation. Thanks, ;-b >From 6b4db0a978cc3492f0d0ac7e29008de6846fbe4a Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 16 May 2016 10:58:01 -0400 Subject: [PATCH] ox: provide [+-]n functionality --- contrib/lisp/ox-groff.el | 4 ++-- lisp/org-element.el | 16 ++

Re: [O] MobileOrg does not sync with local Android calendar

2016-02-01 Thread Brian van den Broek
Google calendars that do not sync. I have mobile org write to a calendar it creates and never sync calendars on my phone or tablet. It works on my nexus 7 and my Moto G. It also worked on the Nexus 4 and an ancient 2.x Android Samsung phone. Best, Brian vdB

[O] Straight recursive fact prints in floating-point in org-babel but not in REPL

2015-12-04 Thread Brian Beckman
Org-babel seems to print SLIME / SBCL bignums as floating point, at least in this gist (please see https://gist.github.com/rebcabin/f73cecd3c9b7da6218e9). I'd like to be able to control whether bignums are printed out in full. Any advice for me?

[O] Bug? Improper interaction with python variable _ ?

2015-10-05 Thread Brian Beckman
/37f800da658f4b23ceaa #+TITLE: Org-Babel Bug? #+AUTHOR: Brian Beckman #+EMAIL: bc.beck...@gmail.com #+BEGIN_SRC emacs-lisp :exports results :results none (setq org-confirm-babel-evaluate nil) (org-babel-map-src-blocks nil (org-babel-remove-result)) #+end_src * Mystery Number 1 The first line

Re: [O] Bug? Improper interaction with python variable _ ?

2015-10-05 Thread Brian Beckman
Correction: The first elisp-block should contain another command Here is the corrected org-mode file, top-to-bottom #+TITLE: Org-Babel Bug? #+AUTHOR: Brian Beckman #+EMAIL: bc.beck...@gmail.com #+BEGIN_SRC emacs-lisp :exports results :results none (org-babel-do-load-languages 'org-

Re: [O] export: noweb blocks substituted versus verbatim ?

2015-09-27 Thread Brian Beckman
Brian Beckman gmail.com> writes: Found the appropriate docs here: http://orgmode.org/manual/noweb.html#noweb

Re: [O] export: noweb blocks substituted versus verbatim ?

2015-09-26 Thread Brian Beckman
Andreas Leha med.uni-goettingen.de> writes: > > Hi Brian, > [[ omitted: deeper quotes ]] > > As far as I can see, the difference is that some of the code blocks have > the header argument `:noweb yes', while others do not. > > I do not know how to achiev

[O] export: noweb blocks substituted versus verbatim ?

2015-09-26 Thread Brian Beckman
Hello -- I have a situation where some code blocks with noweb references in them <> are substituted inline when I export the document, and other code blocks with noweb references, are copied verbatim into the exported PDF. I do not know what causes this difference in behavior and I don't know how t

[O] Bug: ox-texi language set to uppercase -- causes texi2pdf errors [8.2.7c (8.2.7c-44-g3fed03-elpaplus @ /home/brian/.emacs.d/elpa/org-plus-contrib-20140818/)]

2014-08-19 Thread Brian J. Carlson
here---end--->8--- Thanks, ;-b Emacs : GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian Package: Org-mode version 8.2.7c (8.2.7c-44-g3fed03-elpaplus @ /home/brian/.emacs.d/elpa/org-plus-contrib-20140818/)

Re: [O] World Cup 2014 Schedule for Org-mode

2014-06-13 Thread Brian van den Broek
way, Brazil+Referee vs Croatia+Brazil: 3-1, surely :-) Best, Brian vdB

Re: [O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Brian van den Broek
that you want that line at the bottom of buffer (say) and not associated with the current headline and current active subtrees. Many of my org files have a final top level config headline to hold various in-buffer settings. Would that work for your case? Best, Brian vdB

Re: [O] Using MobileOrg w/ Dropbox from multiple systems

2014-02-24 Thread Brian Whitehead
Phone > On Feb 24, 2014, at 5:04 PM, "Samuel W. Flint" wrote: > >> On Mon, February 24, 2014 4:18 pm, Brian Whitehead wrote: >> I'm finally spending some time trying to implement using org-mode and >> mobileorg. I need to use it from multiple systems. Does

[O] Using MobileOrg w/ Dropbox from multiple systems

2014-02-24 Thread Brian Whitehead
older on the other system. ​Any insights or recommendations would be appreciated. Thanks, Brian​

Re: [O] freemind export

2013-11-04 Thread Brian Keats
OK, thanks anyway. I'd love to help, but I'm not a programmer. Brian On Mon, Nov 4, 2013 at 7:22 AM, Bastien wrote: > Hi Brian, > > Brian Keats writes: > > > I'm just getting started with org-mode, and I seem to be having an > > issue with freemind

[O] freemind export

2013-10-10 Thread Brian Keats
files show up as plain text. Am I doing something wrong, or is this a limitation? P.S., I'm working in windows. Thanks Brian

[O] Bug: subtree LaTeX export problems after upgrade [8.1 (8.1-elpa @ /home/brian/.emacs.d/elpa/org-20130906/)]

2013-09-23 Thread Brian Zbriger
macs 24.2.1 (i686-pc-linux-gnu, GTK+ Version 3.6.4) of 2013-04-09 on komainu, modified by Debian Package: Org-mode version 8.1 (8.1-elpa @ /home/brian/.emacs.d/elpa/org-20130906/) current state: == (setq org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safel

Re: [O] Bug: subtree LaTeX export problems after upgrade [8.1 (8.1-elpa @ /home/brian/.emacs.d/elpa/org-20130906/)]

2013-09-23 Thread Brian Zbriger
Please disregard my recent bug report re: LaTeX exports... the problem was entirely on my end.

Re: [O] Index of cases

2013-09-09 Thread Brian van den Broek
most be WYSIWYG, so that might be an editor to try for those who will find markup scary. HTH, Brian vdB

Re: [O] LaTex Adjustments for Org-Export

2013-08-03 Thread Brian van den Broek
On Aug 3, 2013 9:26 PM, "John Hendy" wrote: > > On Sat, Aug 3, 2013 at 3:49 PM, Brian van den Broek > wrote: > > > > On Jul 31, 2013 8:28 AM, "Jeff Rush" wrote: > >> > >> I'm trying to export a .org file to .pdf and although

Re: [O] LaTex Adjustments for Org-Export

2013-08-03 Thread Brian van den Broek
re last line and is followed by a new paragraph cannot be distinguished from a paragraph that spans the page break.) Best, Brian vdB

Re: [O] Wrong Type Error When Publishing Project

2013-07-27 Thread Brian Callies
Thank you. I thought it was probably something like this. Is there updated documentation yet for 8.x? The Worg link below is one site I based my attempt on: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html -Brian On 07/26/2013 08:33 PM, Nick Dokos wrote: Brian Callies

Re: [O] Wrong Type Error When Publishing Project

2013-07-27 Thread Brian Callies
On 07/27/2013 01:21 AM, Nick Dokos wrote: Nick Dokos writes: This was valid for org 7.x, but for org 8.x you have to say :publishing-function org-html-publish-to-html BTW, you should check your installation: presumably you are not getting on error when calling org-publish-org-to-ht

[O] Wrong Type Error When Publishing Project

2013-07-26 Thread Brian Callies
\\Users\\bcallies\\Dropbox\\RPG\\Alpha Red\\org\\html\\css\\" :publishing-function org-publish-attachment ) ("AlphaRedWin" :components ("alpharednotes-w" "images-w" "css-w")) )) Thank You, Brian

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-01 Thread Brian van den Broek
ng from Android hasn't been reliable enough for me to use it. HTH, Brian vdB

[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: [O] Release 8.0

2013-04-18 Thread Brian van den Broek
r so, I think I've contributed a tiny change doc patch, a bug report or two, and a few "Please, could someone magically make it work like this?" messages, yet I find myself included. Congrats and thanks to all who helped in whatever way. The efforts from the heroic and steady to m

Re: [O] blank todo kw does not delete closed ts

2013-04-13 Thread Brian van den Broek
afriad you saw this coming: Could that be an option? I actively would want to preserve the closed note to keep an accurate history of my work with the task. Best, Brian vdB

Re: [O] ostrich mascott but with reading glasses (was: Re: New logo)

2013-04-01 Thread Brian van den Broek
nd. Being in harmonic mode at the > moment I would propose as a compromise that the ostrich wears > reading glasses while stuck with the head in the sand. It is a non-problem. After all, glass is made of sand! Best, Brian vdB

Re: [O] New logo

2013-04-01 Thread Brian van den Broek
rse we will discuss. :-P > > > On Mon, Apr 1, 2013 at 2:16 PM, Brian van den Broek < brian.van.den.br...@gmail.com> wrote: >> Oh, +1. No, strike that. +4 >> >> Best, >> >> Brian vdB That's not in keeping with the spirit of the thing. Knowing allusions (as above) are fine, but overtly pointing it? That's not cricket! Brian vdB

Re: [O] New logo

2013-04-01 Thread Brian van den Broek
d energy on deciding this, and this > is not only me, but also many Org users I've asked, so please do > not discuss this change. > > Hope you'll get used to it! > > Best, > > -- > Bastien Oh, +1. No, strike that. +4 Best, Brian vdB

Re: [O] [html] nil getting inserted

2013-03-19 Thread Brian van den Broek
; === > > Thanks. > > Samuel Samuel, Did you see the recent thread <http://article.gmane.org/gmane.emacs.orgmode/68325>? I don't export so I don't claim to know, but that suggests a pull might contain a fix. Best, Brian vdB

Re: [O] Repeated tasks, but only for a limited period (of time)

2013-03-12 Thread Brian van den Broek
ask and then apply M-x org-clone-subtree-with-time-shift to get the desired number of distinct tasks. Perhaps that will suit your needs. Best, Brian vdB

Re: [O] Create course material with org-mode

2013-03-11 Thread Brian van den Broek
en I have multiple sections of the same course in a term, differing only in section numbers and dates. The duplication is a bit inellegant, but it is not extensive enough for me to worry about the overhead of avoiding it. And, disk space is approximately free, at least if one is worried about having duplicates of latex sources that generate a few pages. HTH, Brian vdB

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

2013-03-09 Thread Brian van den Broek
On 6 December 2012 19:43, Brian van den Broek wrote: > > On 6 Dec 2012 13:46, "Samuel Wales" wrote: >> >> Has anybody encountered ellipses instead of the first line of the window? >> >> On 8/21/12, Samuel Wales wrote: >> > === beginning of wind

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

2013-03-04 Thread Brian Wood
s of the byte offset reported by emacs grep -E ":3007.:" ~/tmp/org-missing-end.txt Searching within a few bytes was not necessary. In my case I found a ":CLOCK:" string at the byte-offset in the error message. -- Brian Wood Applications Programmer UC Berkeley IST

Re: [O] internal links not being followed; instead, offer to create new heading

2013-02-10 Thread Brian van den Broek
On 10 February 2013 16:21, John Hendy wrote: > On Sun, Feb 10, 2013 at 12:53 PM, Brian van den Broek > wrote: >> Hi all, >> >> I am having trouble with following internal org links. After carefully >> reading the documentation (especially 4.2 Internal Links &

[O] internal links not being followed; instead, offer to create new heading

2013-02-10 Thread Brian van den Broek
lisp (setq load-path (cons "/home/brian/code/foreign/org-mode/lisp" load-path)) (setq load-path (cons "/home/brian/code/foreign/org-mode/contrib/lisp" load-path)) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (global-set-key "\C-cl"

[O] C-u C-c C-t not behaving as documented

2013-01-05 Thread Brian van den Broek
counts for this. I'm perfectly happy with the behaviour I observe. But, it isn't what one would expect from reading the docs. (I suspect that the docs might not have been updated when org-todo-keywords was introduced. Or, as has happened before, I've misunderstood something.) Org-

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Brian van den Broek
On 2 January 2013 11:29, Martin Butz wrote: > Hi Brian, > > Am 02.01.2013 16:36, schrieb Brian van den Broek: > > [...] > > >> Have you considered using the SD card for syncing? It is a bit more of a >> hassle than syncing with a server, but it works well enough

Re: [O] Org Mobile and Adroid 2.3.6

2013-01-02 Thread Brian van den Broek
he SD card for syncing? It is a bit more of a hassle than syncing with a server, but it works well enough to satisfy this owner of a tin foil hat :-) Best, Brian vdB

Re: [O] Bug: In list with checkboxes, meta-RET should add a checkbox for the next entry. [7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/)]

2012-12-30 Thread Brian van den Broek
some orgers' muscle memories. So, I'm not pushing hard but throwing it out there to see if it sticks :-) Best, Brian vdB

Re: [O] Adding tags when capturing?

2012-12-20 Thread Brian van den Broek
On 20 Dec 2012 06:56, "Richard Riley" wrote: > What would be nice would for org-tag-alist to allow org files to be > included so all tags in those were enabled too. Oh, yes please! Brian vdB

Re: [O] clocking ongoing items

2012-12-13 Thread Brian van den Broek
e a number of daily and weekly tasks of this sort (these include your examples), and they are genuinely things I need to do :-) They have appropriate repeater cookies in the scheduled lines and it works just fine. Well enough that I've forgotten the reasons for which I resisted treating them as TODO items in the first place. Best, Brian vdB

Re: [O] The statement on what is orgmode.

2012-12-06 Thread brian powell
> 6. Org-mode: It's difficult to say what exactly Emacs' Org-mode will > do for you; it's easier to list all things it doesn't do. Wow! Great thread. I was going to ask the question "what @isn't@ Emacs OrgMode"--and not in a trite way at all; in a serious way. Emacs is a mode-less (concurrent ma

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

2012-12-06 Thread Brian van den Broek
pse of the uneasy and corrupt I have. Haven't noticed a pattern; I always get mildly concerned and often am motivated to reassure myself there's be no data loss. Never has been. Best, Brian vdB

Re: [O] The statement on what is orgmode.

2012-12-06 Thread Brian van den Broek
t editor's best chance at achieving the singularity Best, Brian vdB

[O] mobileorg for android: perhaps best to wait on an update

2012-12-02 Thread Brian van den Broek
e others on the list the hassle. Best, Brian vdB

Re: [O] sticky agenda and clock persistence interaction

2012-09-21 Thread Brian van den Broek
On 21 September 2012 09:37, Bastien wrote: > Hi Brian, > > Brian van den Broek writes: > >> I just found that if I have >> >> (setq org-agenda-sticky t) >> (org-clock-persistence-insinuate) >> >> in my .emacs---or rather in a file that my .emacs in

Re: [O] [OT] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-07 Thread brian powell
hat's what you're worried about; but, whatever. On Fri, Sep 7, 2012 at 7:19 AM, brian powell wrote: > > >> >I still wonder if org is the right medium for this. Most of the >> >devices are going to give you a TON of data (the neurosky raw stream >> &

[O] [OT] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-07 Thread brian powell
> >I still wonder if org is the right medium for this. Most of the > >devices are going to give you a TON of data (the neurosky raw stream > >is ~500hz update, emotiv is ~128hz, etc...). Pedometers and blood > >pressure monitors that do one-time large dumps might be somewhat more > >feasible. > > >

Re: [O] org-refile failing

2012-09-05 Thread Brian van den Broek
ease_7.9.1-145-g0a6165-git @ mixed installation! /Applications/Emacs.app/Contents/Resources/lisp/org/ and /Users/fullofcaffeine/.emacs.d/vendor/org/lisp/) Hi all, I don't have any specific light to shed on the OP's issue. But i did notice the discussion seemed to miss the above which itself can many problems cause. Best, Brian vdB

Re: [O] [OT] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-05 Thread brian powell
gt; > show you how to work with it. > > > > - gather-into-org.el :: allows you to write data into an org-mode file > > - solarized-mind.el :: uses the "eSense" Attention and Meditation > > measurements to provide feedback to the user on their brian state. >

Re: [O] Report on package Org-mode version N/A (N/A @ c:/cygwin/usr/local/share/emacs/site-lisp/org/)

2012-08-26 Thread Brian van den Broek
sue with earlier releases... > > yours, > /robert Hi Robert, See the thread <http://thread.gmane.org/gmane.emacs.orgmode/59337> where I posted about the same issue. Achim's reply to my original post provides the solution. Best, Brian vdB

Re: [O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Brian van den Broek
thing I don't understand here: the version *is* in > org-7.9.tar.gz and org-7.9.zip with lisp/org-version.el. > > I assumed that, in the absence of git, `make' would rely on this. > > True? > > -- > Bastien Hi Bastien, I don't warrant that all else is in order on my system, but for me, it did not. Best, Brian

Re: [O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Brian van den Broek
On 25 August 2012 13:24, Achim Gratz wrote: > Brian van den Broek writes: >> I've seemingly managed to install org 7.9, but M-x org-version yields >> Org-mode version N/A (N/A @ /home/brian/.emacsd/site-lisp/) >> >> The details: > > You could've sa

[O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Brian van den Broek
Hi all, tl;dr I've seemingly managed to install org 7.9, but M-x org-version yields Org-mode version N/A (N/A @ /home/brian/.emacsd/site-lisp/) The details: I've not really been following the new build system discussions, but was half-ways dreading my first org-mode upgrade unde t

[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

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

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] 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] 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

[O] Trouble with `:kill-buffer` property in capture templates

2012-06-20 Thread Brian Hamilton-Vise
ut the buffer, which was closed before I called capture, stays open after. I thought it might have been a problem with using multiple properties, but it stays open even after I've gotten rid of the `:table-line-pos` property. Am I missing something here? Thanks, -- Brian Hamilton-Vise PhD Student, Christian Ethics University of Notre Dame

Re: [O] Org -> markdown

2012-05-29 Thread brian powell
* PanDoc! http://johnmacfarlane.net/pandoc/ On Tue, May 29, 2012 at 10:45 PM, Marcelo de Moraes Serpa < celose...@gmail.com> wrote: > Hey guys, > > Is there any tool out there that converts org to markdown? I'm sure it > wouldn't be difficult to come up with something, but if there's something

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

2012-05-25 Thread Brian Wood
To clarify my question: I'd like to replace CLOCKSUM with a column like CLOCK_TODAY which shows just today's time logged on the subtree. -- Brian Wood Applications Programmer UC Berkeley IST Application Services

Re: [O] Timestamp: Forward or backward by a week

2012-05-15 Thread Brian van den Broek
e. Any ideas? > A data point: I've the same broken info system on the ssame version of CrunchBang. I really like cb, but there are wrinkles like that. The TODO for solving that hasn't percolated up my list yet :-) Best, Brian vdB

[O] org-bibtex.el feature request

2012-05-01 Thread Brian van den Broek
. (Unlike the short form that is generated, it is sure to be unique in a well maintained BibTeX file.) Were it used, the resulting capture text would seem cleaner. While I would indeed like this, I recognize it is a small thing and there may be a desire to contain the growth of the variables that org-mode relies on. Thanks for considering it, in any case. Best, Brian vdB

Re: [O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-04-30 Thread Brian van den Broek
On 27 April 2012 05:52, Ippei FURUHASHI wrote: > Hi Brian, > > Brian van den Broek writes: >> how to add 1 day to the return value of (current-time). > > This hard coding is out of org-mode range, > > #+BEGIN_SRC elisp > (format-time-string "%Y-%m-%d" (

Re: [O] Small grammar tweaks in export sections of org.texi

2012-04-30 Thread Brian van den Broek
On 26 April 2012 15:54, Bastien wrote: > Hi Brian, > > Brian van den Broek writes: >> I don't think my employer (I teach Philosophy at the College-level) >> has a basis to claim ownership of copyright on my work product, but I >> also seem to have misplaced

Re: [O] Small grammar tweaks in export sections of org.texi

2012-04-24 Thread Brian van den Broek
On 24 April 2012 23:35, Bastien wrote: > Hi Brian, > Applied, thanks. > >> I've labelled it a TINYCHANGE. I am not sure of the exact bounds of what >> can count as a tiny change, but all this does is insert `a', `an' and `in' >> in a number

[O] Small grammar tweaks in export sections of org.texi

2012-04-24 Thread Brian van den Broek
'd appreciate being told if further documentation patches can be accepted in these circumstances. If they cannot, I will have to wait until I can address the FSF papers issue with my employer. Thanks and best, Brian vdB PS Here's hoping I *have* sorted out h

Re: [O] Change example timestamps to not occur in headlines

2012-04-23 Thread Brian van den Broek
current version of the manual. Hi Bastien and all, I agree that the discouragement of timestamps in headlines should remain in the docs. But I still do think the docs examples should be changed to comply with that advice. I tried twice to send a patch, yet failed to do so in a manner recognized by patchwork. I *think* I know how now, but elected not to send a third attempt. Should I send it once again? Best, Brian vdB

Re: [O] Change example timestamps to not occur in headlines

2012-04-20 Thread Brian van den Broek
On 20 April 2012 18:16, John Hendy wrote: > On Fri, Apr 20, 2012 at 11:01 AM, Brian van den Broek > wrote: >> Hi all, >> >> I've attached a small patch to the documentation that resolves a >> conflict between the manual's advice not to include timestamps

[O] Change example timestamps to not occur in headlines

2012-04-20 Thread Brian van den Broek
git to any project, so I hope I did things the right way. Sadly, I am not presently in a position to sign assignment papers, but this is a TINYCHANGE. Best, Brian vdB >From 5ccad7cf377a19c8a8b89aba1e12c17fa96a1cb0 Mon Sep 17 00:00:00 2001 From: Brian van den Broek Date: Fri, 20 Apr 2012 17

[O] Change example timestamps to not occur in headlines

2012-04-20 Thread Brian van den Broek
ct, so I hope I did things the right way. Sadly, I am not presently in a position to sign assignment papers, but this is a TINYCHANGE. Best, Brian vdB 0001-Change-example-timestamps-to-not-occur-in-headlines.patch Description: Binary data

  1   2   3   >