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
other version.
I obtained the version from the repository as explained here:
https://orgmode.org/org.html#Installation
Brian
73ac1-50b0-4f3c-9cab-58f496875f4f"
took 56.90 sec.
Can this somehow be avoided?
Best regards,
Brian
-50b0-4f3c-9cab-58f496875f4f"
took 56.90 sec.
Can this somehow be avoided?
Best regards,
Brian
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
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
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
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
(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
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
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.
--
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
>
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
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
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
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
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
Am I doing something wrong or is there a bug here?
Many thanks in advance, fellow org-moders!
Cheers,
Brian.
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
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
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
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
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
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
(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
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
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 ++
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
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?
/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
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-
Brian Beckman gmail.com> writes:
Found the appropriate docs here:
http://orgmode.org/manual/noweb.html#noweb
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
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
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/)
way, Brazil+Referee vs
Croatia+Brazil: 3-1, surely :-)
Best,
Brian vdB
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
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
older on the other system.
Any insights or recommendations would be appreciated.
Thanks,
Brian
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
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
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
Please disregard my recent bug report re: LaTeX exports... the problem was
entirely on my end.
most be WYSIWYG, so that might be an editor to try
for those who will find markup scary.
HTH,
Brian vdB
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 last line and is followed by a new paragraph cannot be distinguished
from a paragraph that spans the page break.)
Best,
Brian vdB
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
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
\\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
ng from Android hasn't been reliable
enough for me to use it.
HTH,
Brian vdB
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
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
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
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
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
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
; ===
>
> 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
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
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
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
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
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
&
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"
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-
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
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
some orgers' muscle memories. So, I'm not pushing hard but throwing it out
there to see if it sticks :-)
Best,
Brian vdB
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
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
> 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
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
t editor's best chance at achieving the singularity
Best,
Brian vdB
e others on the list the hassle.
Best,
Brian vdB
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
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
>> &
> >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.
>
>
>
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
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.
>
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
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
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
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
* 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
* 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
* 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
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
* 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
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
* 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
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
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
. (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
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" (
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
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
'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
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
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
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
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 - 100 of 298 matches
Mail list logo