se-url (concat "ftp:" path
("help" :follow org--open-help-link)
("http" :follow
(lambda (path) (browse-url (concat "http:" path
("https" :follow
(lambda (path) (browse-url (concat "https:" path
("mailto" :follow
(lambda (path) (browse-url (concat "mailto:"; path
("message" :follow
(lambda (path) (browse-url (concat "message:" path
("news" :follow
(lambda (path) (browse-url (concat "news:"; path
("shell" :follow org--open-shell-link))
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
)
--
regards,
Tim
--
Tim Cross
thanks Nicolas - will go back and dig further. Not sure where to look next
though.
Tim
On 26 February 2017 at 20:19, Nicolas Goaziou
wrote:
> Hello,
>
> Tim Cross writes:
>
> > There appers to be a compatibility issue between latest org-mode and
> > goto-addr.el in
get some additional information on
when this error is being generated, I might be able to track this down
further.
Tim
On 26 February 2017 at 21:59, Tim Cross wrote:
>
> thanks Nicolas - will go back and dig further. Not sure where to look next
> though.
>
> Tim
>
>
the first
one).
Have now reproduced the issue just using the base org package instead of
org-plus-contrib and have got the same error using emacs 25.2-rc2
All works fine as soon as you remove the goto-address-prog-mode from the
init.
On 27 February 2017 at 08:49, Tim Cross wrote:
> I need s
) or perhaps it
should just be left out as I don't see how you can pass the namespace as
part of the block evaluation.
--
regards,
Tim
--
Tim Cross
t the message "block processed with no output".
--
regards,
Tim
--
Tim Cross
---
lisp/ob-clojure.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el
index d407105..e542a29 100644
--- a/lisp/ob-clojure.el
+++ b/lisp/ob-cloj
:37 2017 +0100
Delete contrib/lisp/org-mime.el
See https://github.com/melpa/melpa/pull/4497#issuecomment-275907926
So I suspect the fact it is in the elpa package is an error.
--
regards,
Tim
--
Tim Cross
no-output
>
>
> [stardiviner] GPG key ID: 47C32433
> IRC(freeenode): stardiviner Twitter: @numbchild
> Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
> Blog: http://stardiviner.github.io/
>
> On Thu, Mar 2, 2017 at 7:01 AM, Tim Cros
).
On 6 March 2017 at 04:14, Nicolas Goaziou wrote:
> Hello,
>
> Tim Cross writes:
>
> > The attached patch is a simple fix for the problem with ob-clojure using
> an
> > incorrect cider-current-session call instead of cider-current-ns. For
> > back
nd wondered how others deal with missing packages.
>
> Cheers,
>
> Loris
>
> PS: I mainly use Emacs 25, but would be interested in Emacs 24
> compatibility.
--
---
Tim Cross
:ensure t)
>
> That will install org using the package system, if it's not already installed.
--
---
Tim Cross
l data points:
>
> M- promotes and M- demotes headlines using the usual GUI app.
>
> The Terminal is tricky:
>
> In the Terminal using Emacs.app, with Edit Menu - Use Option As Meta Key
> selected:
>
> I get promote/demote if I use S- or C- Key> .
>
> ESC runs promote/demote regardless of Option as Meta setting.
>
> - runs M-b/f regardless of Option as Meta setting.
>
> Running C-h k shows that the Terminal
> doesn't see Option as Meta in the way I would expect.
>
> So, if there is a problem on my setup it lies in the Terminal.app or some
> plist that governs it.
>
> HTH,
>
> Chuck
>
>
--
regards,
Tim
--
Tim Cross
d not brew cask install, so
it is built from the git repo and not using the macforosx binaries the cask
version uses.
Tim
On 31 May 2017 at 08:44, Jean-Christophe Helary <
jean.christophe.hel...@gmail.com> wrote:
>
> > On May 31, 2017, at 7:28, Tim Cross wrote:
> >
> >
er] GPG key ID: 47C32433
> IRC(freeenode): stardiviner Twitter: @numbchild
> Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
> Blog: http://stardiviner.github.io/
--
Tim Cross
85
> clojure.tools.nrepl.middleware.interruptible-eval/evaluate
> interruptible_eval.clj: 55
> clojure.tools.nrepl.middleware.interruptible-eval/evaluate
> interruptible_eval.clj: 222
> clojure.tools.nrepl.middleware.interruptible-eval/interruptible-eval/fn/fn
> interru
> For example, I would like to have horizontal divider between all tasks
> > that are ONGOING and tasks that are in TODO state.
> > I have already setup `org-agenda-sorting-strategy' to get the desired
> > order.
>
> You could be interested to have a look at my org
(freeenode): stardiviner Twitter: @numbchild
> Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
> Blog: http://stardiviner.github.io/
>
--
regards,
Tim
--
Tim Cross
In
fact, the only visible changes in 9.x I've had to deal with have been
about compatibility changes and minor bugs I've had to update
for/fix. I could still be running 8.x. The only reason I've updated to
9.x is to avoid issues with some of the contrib packages that have/may
have been updated to work with 9.x
The other point to keep in mind is that this change won't happen
quickly. It will take some time before this can occur and we probably
need to start thinking/talking about it now so that when the right time
arrives, things can move forward.
--
Tim Cross
ight
> as well write raw HTML.
>
> Note that that "file:///static/images/unicorn.jpg" is not useful either,
> but at least it is logical.
>
> The only situation where we might do something is during publishing,
> when we know what web root directory – i.e., base direc
.
Tim
Jude DaShiell writes:
> Is org-mode or a special-purpose contribution being used to handle 911
> response centers and call center activities?
> If not, is org-mode even feasible for this kind of work?
--
Tim Cross
now not sure if the suggested approach
won't improve one case while making others more difficult/restricted.
Tim
Nicolas Goaziou writes:
> Hello,
>
> Tim Cross writes:
>
>> Perhaps we need a way to easily set a context for web exports. If the
>> context is set,
enode): stardiviner Twitter: @numbchild
> Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
> Blog: http://stardiviner.github.io/
--
Tim Cross
rg-babel-default-header-args:clojure
> '(:noweb . "yes"))
> ```
>
>
> [stardiviner] GPG key ID: 47C32433
> IRC(freeenode): stardiviner Twitter: @numbchild
> Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4
gt; 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/lisp/ox-html.el b/lisp/ox-html.el
> index 06dee3af6..43e4ef8d4 100644
> --- a/lisp/ox-html.el
> +++ b/lisp/ox-html.el
> @@ -2068,7 +2068,8 @@ holding export options."
> (format "<%s id=\"%s\">\n" (nth 1 div) (nth 2 div)))
> ;; Document title.
> (when (plist-get info :with-title)
> - (let ((title (plist-get info :title))
> + (let ((title (and (plist-get info :with-title)
> +(plist-get info :title)))
> (subtitle (plist-get info :subtitle))
> (html5-fancy (org-html--html5-fancy-p info)))
> (when title
--
Tim Cross
gt;
> Perhaps this would be simpler?
>
> (or (org-string-nw-p (org-export-data (plist-get info :title) info))
> "")
>
>> Credit:
>> https://stackoverflow.com/questions/23556255/how-can-i-have-a-blank-title-page#comment67991763_23558385
>>
>> With above, a "blank" title will also result in a valid HTML, correct?
>
> It is indeed valid according to the validator.
>
> Thanks,
> Rasmus
--
Tim Cross
as long to startup, and everything I do it in it is
>> slow compared to in Linux. Maybe the native Windows build will perform
>> better.
>>
>>
>>
--
Tim Cross
>
> It is already possible. When asked for a format for conversion, you can
> write something like:
>
> orgtbl-to-csv :fmt tvd-org-quote-csv-field
>
>
> You can also define your own format:
>
> (defun my-orgtbl-to-Excel (table params)
> "Convert the orgtbl-mode table to Excel.
> This does take care of the proper quoting of fields with comma or quotes."
> (orgtbl-to-generic table
>(org-combine-plists '(:sep "," :fmt
> tvd-org-quote-csv-field)
>params)))
>
> and use it when prompted for a format in `org-table-export'.
>
> Regards,
--
Tim Cross
ak.
>>
>> Org-mode does not scale well, I'm afraid.
>>
>> Repeatedly going through all agenda files does not seem to be a very
>> reasonable design choice for the general use-case. I would like to
>> see an alternative approach for the future of Org-mode.
>>
>> --
>> get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode:
>>> get Memacs from https://github.com/novoid/Memacs <
>> Personal Information Management > http://Karl-Voit.at/tags/pim/
>> Emacs-related > http://Karl-Voit.at/tags/emacs/
>>
>>
>>
--
Tim Cross
m Porter writes:
> Nicolas Goaziou writes:
>
>>> At least until the underlying problem with org-plus-contrib is
>>> resolved.
>>
>> What exactly is the underlying problem?
>
> FWIW I have been using org-plus-contrib for a while now, and I haven't
> had any problems with my customizations.
--
Tim Cross
;+
>
> Waldorf MIDI Implementation & additional documentation:
> http://Synth.Stromeko.net/Downloads.html#WaldorfDocs
>
>
> Achim Gratz writes:
>
>> Adam Porter writes:
>>> I've had the same problem, I have to manually delete the extra org
>>> package now and then. I wonder if a dummy package would prevent
>>> package.el from reinstalling it...
>>
>> Yes it does and I've provided instructions on how to do that quite some
>> time ago on this list.
>>
>>
>> Regards,
>> Achim.
--
Tim Cross
ybe add a 'braininess' factor to every task. Tasks, that need a
> lot of thinking, let's say hacking, have a higher 'braininess' than, for
> instance, sharpening pencils. Depending on the 'braininess' of the
> interrupted task add another 15 or 30 minutes to the interruption
> account.
>
> Regards
> hmw
--
Tim Cross
mportant than me. I almost never can say, "I'll get
> back to you." Although I have taken to roping off my cubicle with a stern "Do
> Not Disturb" sign on occasion.
> Just clocking them would be a great start.Maybe I'll figure out that I can
> say, &quo
-level`
> set to 2, the fill column indicator will appear on column 80 of the
> frame, which is actually column 76 of the line.)
>
> Is anyone aware of a solution to displaying the fill column in a way
> that takes the indention level into account?
>
> Thanks!
>
> Best,
>
> Galen
--
Tim Cross
it. As you
will probably need more than one, you will likely end up with a number
of custom definitions in addition to 'my-report'. I have around 5 base
ones as well as a handful of ones specific to particular jobs/clients
(e.g. include logos, custom headers/footers, title pages etc).
The bad news is that this will probably be somewhat time consuming
initially (there is a huge number of document styles and packages out
there). The good news is that once you have the basic definitions, you
probably won't have to think about this again for ages (my definitions
have been in place for years now).
good luck
Tim
--
Tim Cross
Eric S Fraga writes:
> On Wednesday, 10 Oct 2018 at 08:31, Tim Cross wrote:
>
> [...]
[...]
>
>
> And I highly recommend the koma-script classes as opposed to the default
> LaTeX ones. For Sharon, the scrreprt class may be what you want.
Yes, koma-script has been my def
f using org to
generate Latex and then pdf. My setup and document classes are all
defined within org mode configuration options. I run emacs on OSX for
work and Linux at home. The last time I used MS was Windows 3.1 and I
know little about modern MS platforms. MS Office just make me shudder!
--
Tim Cross
#x27; mean for a screen reader?
I don't think this is something that is urgent, but it is the direction
we should go. The only real reason for sooner rather than later is that
we can probably simplify some of the exporters and ensure any new
exporters are correct and won't need to be change retrospectively.
Tim
--
Tim Cross
u will find lots of we use to tweak in code is now part
of core emacs and all you need to do is turn it on. At some point, you
will find you stay in your new init file and no longer need to revert to
the old version. You will likely find lots of stuff never gets
migrated.
It really is worth the time and effort.
Tim
--
Tim Cross
Garreau, Alexandre writes:
> Sorry, just found out that interesting (to me) thread I shouldn’t have
> let go:
>
> On 2018-10-25 at 08:00, Tim Cross wrote:
>> Kaushal Modi writes:
>>> […]
>>> - b and i are not deprecated
>>> - b and strong are bot
init.el and I
keep it all in git. At this time, I'm probably happier with my Emacs
setup than during any period in the last 25 years.
Tim
Tim Cross
beer!
There is lots that is 'broken' with the web and I suspect much of it we
will just have to live with and hope whatever the next evolution brings
us learns from our mistakes.
Tim
Garreau, Alexandre writes:
> On 2018/10/27 at 07:15, Tim Cross wrote:
>> I have either mi
lied directly to you with some files.
>> --
>> Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-783-g97fac4
>>
>>
--
Tim Cross
Matt Price writes:
> On Tue, Oct 30, 2018 at 5:41 PM Tim Cross wrote:
>
>>
>> I've never delved into the XML nightmare that is ODT and stick with
>> latex/PDF export.
>>
>> Here is how I handled needing to have a logo and banner at the top of my
>
the 'reflection' warning has been there for nearly 12 months
now, as has the incorrect classpath warning on some platforms).
In the long-term, I think org would probably benefit from integration
with clj rather than cider for ob-clojure as it is likely to be more
stable and less complex. Using cider has always felt like pushing a
square peg into a round hole to me.
Tim
--
Tim Cross
Sorry, only just noticed this response in my spam folder - gmail is
tagging your messages as spam because it could not verify it was legit.
stardiviner writes:
> Tim Cross writes:
>
>> I think the problem here is that really, project.clj is not a valid
>> clojure source fi
"\\begin{parts}%%%s"
> "\\end{parts}")
> ("\\part[%s] " . "")
> ("\\begin{subparts}%%%s" "\\end{subparts}" "\\begin{subparts}%%%s"
> "\\end{subparts}")
> ("\\subpart[%s] " . "")
> ("\\begin{solution}[%s]" "\\end{solution}" "\\begin{solution}[%s]"
>"\\end{solution}"
>
> I have them because I wanted to add the latex exam class and that is
> what custom is for. For some bizarre reason
>
> The code
> (unless (assoc "beamer" org-latex-classes)
> (add-to-list 'org-latex-classes
> '("beamer"
>"\\documentclass[presentation]{beamer}"
>("\\section{%s}" . "\\section*{%s}")
>("\\subsection{%s}" . "\\subsection*{%s}")
>("\\subsubsection{%s}" . "\\subsubsection*{%s}"
>
> In ox-beamer
>
> Is ignored. It looks like a bug to me.
--
Tim Cross
art of
your init, so before org was loaded, so this was less of an issue. No
with the early init stuff, things are not quite the same (a lot of guess
work here!).
Tim
Uwe Brauer writes:
>>>> "Tim" == Tim Cross writes:
>
>> Just a shot in the dark here ..
e way it used to). Just curious if anyone else
> experienced anything like that.
>
>
> John
>
> ---
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
--
Tim Cross
---
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
--
Tim Cross
hat would make the exchange of Org files with colleagues and other Org
> aficionados complicated, wouldn't it? As Nicolas said, blocks are
> case-insensitive, meaning one could write them down according to one's
> liking ;).
>
> Regards
> hmw
--
Tim Cross
gt;
> I'm not sure if the article is entirely successful. Maybe the tools mentioned
> in it can do some of the things Org does, but are there any that have full
> Org functionality? I'm not convinced that Org can be divorced from Emacs.
> Maybe parts of it can be separated.
>
> Scott Randby
--
Tim Cross
mmunity - the
bottom line is most of use came to org because of Emacs. These other
systems don't have Emacs and therefore are really only a pale imitation. .
On Tue, 29 Jan 2019 at 15:06, Scott Randby wrote:
> On 1/28/19 4:13 PM, Tim Cross wrote:
> > As org is implemented in eli
e-compiling stuff.
> Now, I am using the `ob-core.el' file and not the byte-compiled one,
> but I would like to understand what is wrong; if it is not a bug.
>
>
> Thank you in advance for in pointer and/or insights.
>
>
> All the best,
> simon
>
>
> [1] https://orgmode.org/Changes.html
--
Tim Cross
stall org-plus-contrib for
me.
Tim
zimoun writes:
> Dear Tim Cross,
>
> I am referring to this message:
> http://lists.gnu.org/archive/html/emacs-orgmode/2019-03/msg00050.html
> and because I did not subscribe to the mailing list, a- I miss your
> reply and b- I am not able to di
>> sakfjksa
>>
>>
>> Then the filling M-q and friends does not result in
>>
>> 1. Akja kjkajsdk fjadkfjaksdjfa kajskfj sajflksajdf lkjsaljfksadjf
>> ksajfdkajsd fkjsadlkfj
>>
>>
>> Any idea how to achieve this desired filling?
>
> Use TAB on the second line. In any case, I don't think orgalist should
> do it. The second line doesn't belong to the list, by definition.
>
> Regards,
--
Tim Cross
re also an option:
>
> #+NAME: square-multiple
> #+BEGIN_SRC python
> square = lambda x: x * x
> #+END_SRC
> return square(5)
> #+END_SRC NAME: ext_1
> return square(10)
> #+END_SRC NAME: ext_2
>
> #+RESULTS: square-multiple-ext-1
> : 25
>
> #+RESULTS: square-multiple-ext-2
> : 100
>
> Overall, these techniques should reduce noise and increase usability.
--
Tim Cross
uot; ")
>. . .
> )
>
> where the use-package org form has extensive config info in it. Am I wrong
> with having both? In my ELPA directory I only see org-plus-contrib-20...
> which has such things as org.el. I'm using "https://orgmode.org/elpa/ BTW.
>
> LB
--
Tim Cross
; Also, I would just add f9 to `org-mode-map', e.g. using `define-key' -
> there's no need then to check for `major-mode'.
>
Yep, exactly my first thoughts when I saw the example. I use to have
something similar, but now my capture templates and 'Journal' option
take care of all of that, plus other useful details - like the
place/buffer/mode you were in when you took the note etc.
--
Tim Cross
e 'borrowed' from others which
you only partially understand, your trying too hard!
--
Tim Cross
c that attempt
to do this sort of thing (I seem tor recall there was one for Oracle
sqlplus).
--
Tim Cross
them include some sort of variable which sets which mime types
can be displayed internally. If you don't want to completely disable
doc-view-mode, you should be able to change this setting to say that
PDFs are tro be displayed externally using whatever program is
associated with that mime type.
hth
Tim
--
Tim Cross
;
>
> But I'm not sure how to get access to a totally non-standard option like
> the kind I just invented in that last bit of pseudo-code. Anyone have a
> good suggestion?
>
> Thank you as always!
>
> Matt
--
Tim Cross
nto an orgmode table?
--
Tim Cross
throw at gnus since I have a gmail and panix account
> and both accounts have usenet newsgroups capability.
>
> On Sat, 3 Aug 2019, Tim Cross wrote:
>
>> Date: Fri, 2 Aug 2019 16:33:37
>> From: Tim Cross
>> To: emacs-orgmode@gnu.org
>> Subject: Re: [O] exported conta
find an old message, mu
search works fine.
Now my inbox has approx 20 messages and I spend no time sorting and
refiling messages.
Mutt is OK, but does not integrate well with emacs. I live in emacs, so
I want my mail reader there as well.
Jean Louis writes:
> * Tim Cross [2019-08-02 23:26]:
&
ws, and it works
> great. It's very easy to play with the queries, and this is the first
> time I'm actually starting to feel comfortable with sql.
>
> I think in general Org is best used as a compositional tool for data
> drawn from elsewhere.
>
> Eric
--
Tim Cross
ction above doesn't exist in Org base. You may want to
>> investigate on whatever is adding it to `org-open-link-functions'.
>>
>> Regards,
>>
>> --
>> Nicolas Goaziou
--
Tim Cross
ble vertical space should be added. I don't know enough
> LaTeX to find the least intrusive way, though I'd try \vspace{0pt}.
>
> I did never dig into the export functions, so I don't know how difficult
> that would be.
>
> Just my thoughts,
> Julius Dittmar
--
Tim Cross
;
>>
>> Not sure that org mode can do anything about, since it's LaTeX that produces
>> the PDF. That said, I'm not sure what needs to be done: what's the difference
>> between a speech-enabled PDF and a non-speech-enabled one?
>>
>>
--
Tim Cross
ll be inaccessible for the foreseeable future.
> Has anyone had any luck extracting text however mangled from one of
> these with pdftotext or similar tools? If that's not possible that will
> be another good thing to know.
>
> On Sat, 31 Aug 2019, Tim Cross wrote:
>
>>
ll in
> the whole org buffer, then you cannot do this AFAIK. The best approach
> is to always edit src blocks using C-c ' (org-edit-special) and then you
> can use org-src-mode-hook to do what you want.
--
Tim Cross
ons
> 'scimax-src-toggle-typo-mode)
>
>
>
>
> John
>
> ---
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @jo
te dangerous. It caught me after more than 10 years of
> using Org. If there's a list of long-term issues with Org somewhere,
> this problem may deserve being added to it.
>
> Cheers
> Christoph
>
> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725408
--
Tim Cross
x27;. Do you have
> suggestions how to best integrate org-lint transparently into everyday
> org usage? For example, files could be linted automatically before they
> are saved, or before a new item is captured.
--
Tim Cross
t; Unfortunately I don't have a Mac and cannot examine the behavior you
>> describe AFAICS.
>>
>> Hopefully a Org community member with access to a Mac can have a look.
>>
>>
>
>
> I just updated org, I can see the offending commit.
>
> After refreshing, I have no problems toggling display of inline images.
>
> I have imagemagick and dvipng installed.
>
> MacOS 10.14.6, Emacs 26.1, org release_9.2.6-534-g6f32e7
>
> Is there anything else I can tell you?
>
> HTH,
>
> Chuck
--
Tim Cross
#x27;t want to mark the code block as
> "text", unless there's really no other option.
>
> In my opinion, the documentation does not simply define how to do this
> relatively common task.
>
> Can someone please point me in the right direction? Also I would be
> willing to submit a doc-fix or FAQ item if there is currently not an item
> to do so. I'm lost and do not want to spend more time on this seemingly
> easy task.
>
> Thanks,
> --Nate
--
Tim Cross
an in
> this web page:https://orgmode.org/manual/Extracting-source-code.html
> I mean, I have all of my begin_src emacs-lisp blocks with no explicit
> :tangle yesand they all are exported to the resulting *.el file. What does
> the above statement mean?
>
> On Tue, Sep 24, 2019 a
"%S" result)))
> result)))
> - ((org-babel-confirm-evaluate info)
> + ((or arg (org-babel-confirm-evaluate info))
> (let* ((lang (nth 0 info))
>(result-params (cdr (assq :result-params params)))
>;; Expand noweb references in BODY and remove any
--
Tim Cross
red:
> ** STARTED Contact customer :@Sara:
> ** TODO Work on the document :@Fred:@Lucy:@Mike:
>
> More on that on
> https://karl-voit.at/2019/09/25/categories-versus-tags/ including an
> elisp snippet I'm using to filter according to @name-tags.
>
> YMMV. HTH.
--
Tim Cross
TeX format file itself, and apparently mktexfmt (which
> should create it) cannot be found. This seems more serious than what
> you write.
>
> > - check your paths
>
> Agreed, but this may be quite subtle...
>
> Best,
>
> --
> Marcin Borkowski
> http://mbork.pl
>
>
--
regards,
Tim
--
Tim Cross
but maybe someone can
> think of other things that might trip one up.
>
> --
> Nick
>
> "There are only two hard problems in computer science: cache
> invalidation, naming things, and off-by-one errors." -Martin Fowler
>
>
>
--
regards,
Tim
--
Tim Cross
; any
> > way to do better, but having both Org-9.1.9 and Org-9.2.6 installed
> > should be a perfectly normal situation.
> >
> > Any misbehavior that results from this should be reported as a bug
> > (especially if it can be reproduced).
> >
> >
> >Stefan
>
>
--
regards,
Tim
--
Tim Cross
efore
attempting to install and compile a new version. Provided there is no
org-mode functionality loaded when you install a later version with
package.el, it works fine.
On Wed, 27 Nov 2019 at 17:29, Stefan Kangas wrote:
> Tim Cross writes:
>
> > I would agree that org should be
//orgmode.org/elpa/>"<http://orgmode.org/elpa/%22>;))
> > (package-initialize) (package-refresh-contents) (package-install
> > 'org-plus-contrib))"
>
> I can't blame you for using such workarounds, but it would *really* help
> if you could report the actual problems encountered (and then use the
> workaround until we fix the source of the problem).
>
>
> Stefan
>
--
regards,
Tim
--
Tim Cross
e things I would consider to define a collection
> aren't safe. For example `org-agenda-files', `org-todo-keywords',
> `org-publish-project-alist'.
>
> Some issues with relying on directory variables (Assuming they also
> are made safe):
> - When invoking Org agenda I will have to first visit a file inside a
> specific folder to get the agenda for the correct project
> -
>
>
> [directory variables]
>
>
> 7 References
>
>
> I've mentioned this idea the Org mode mailing list previously, but
> only as short side notes to other topics:
> - <https://lists.gnu.org/archive/html/emacs-orgmode/2018-11/msg00211.html>
> - <https://lists.gnu.org/archive/html/emacs-orgmode/2019-09/msg00010.html>
>
> Note that I've talked about it as "project". I think that name still
> could be considered instead of "collection". Collection is more
> general and less overloaded in terms of productivity software. And it
> shifts the focus away from task management a bit, which I think can be
> a good thing. Because while Org mode may often start to be used as a
> task/project manager software, it's useful in a much wider context
> than that!
>
>
>
> Footnotes
> _
>
> [1] I've previously written about this as "Projects". While Project
> was my initial name for this feature I think collection may be a
> better option. For the sake of this text both options work just fine.
> The idea is the same.
--
Tim Cross
provide a fixed defined list of files?
>>
>> Preferably the same way as `org-agenda-files' work today. Maybe some
>> kind of caching-mechanism is needed though, for commands that might
>> have to look for file, collection relations. A cache adds potential
>> pain for the user though. If a file is added to a folder in a
>> collection and a "collection-command" is run then the new file might
>> not show up in the results anyway... So the user will be affected by
>> caching and will have to know about it. Not good...
>>
>>
>> 6 Alternatives
>> ==
>>
>> Doing research for this feature made me realize that much of what I'm
>> proposing already exist! In another form though, as [directory
>> variables]. That requires customizations to be defined as safe though.
>> And today some of the things I would consider to define a collection
>> aren't safe. For example `org-agenda-files', `org-todo-keywords',
>> `org-publish-project-alist'.
>>
>> Some issues with relying on directory variables (Assuming they also
>> are made safe):
>> - When invoking Org agenda I will have to first visit a file inside a
>> specific folder to get the agenda for the correct project
>> -
>>
>>
>> [directory variables]
>>
>>
>> 7 References
>>
>>
>> I've mentioned this idea the Org mode mailing list previously, but
>> only as short side notes to other topics:
>> - <https://lists.gnu.org/archive/html/emacs-orgmode/2018-11/msg00211.html>
>> - <https://lists.gnu.org/archive/html/emacs-orgmode/2019-09/msg00010.html>
>>
>> Note that I've talked about it as "project". I think that name still
>> could be considered instead of "collection". Collection is more
>> general and less overloaded in terms of productivity software. And it
>> shifts the focus away from task management a bit, which I think can be
>> a good thing. Because while Org mode may often start to be used as a
>> task/project manager software, it's useful in a much wider context
>> than that!
>>
>>
>>
>> Footnotes
>> _
>>
>> [1] I've previously written about this as "Projects". While Project
>> was my initial name for this feature I think collection may be a
>> better option. For the sake of this text both options work just fine.
>> The idea is the same.
--
Tim Cross
Be seeing you,
> norm
--
Tim Cross
g-plus-contrib package from the org repository.
Questions:
1. anyone else seeing this who is using Emacs 27.0.60
2. am I loading orgalist correctly?
3. anyone running latest mu4e (dev version) seeing this?
My suspicion is that it is related to the latest mu4e version, but
that is really just a guess.
--
Tim Cross
rocess as well as documentation on exactly what the process is/does.
A good example of this is https://www.youtube.com/watch?v=dljNabciEGg
--
Tim Cross
Nicolas Goaziou writes:
> Hello,
>
> Tim Cross writes:
>
>> Questions:
>>
>> 1. anyone else seeing this who is using Emacs 27.0.60
>
> It rings a bell. I think someone recently reported something like this.
> Unfortunately, I'm not able to rep
it this issue since.
>
> Josiah
thanks Josiah, that is useful information. I will check to see if it
helps (I am using yasnippets).
--
Tim Cross
ious use of a
> specific face. So I’m a bit stumped.
>
> Be seeing you,
> norm
--
Tim Cross
ing which is better, but I don't use taskjuggler
any more (due to other 'limitations' with the export/configuration which
I just cannot recall now - it was many years ago).
Tim
--
Tim Cross
lf, I can only recommend that you abandon MELPA Stable and
> install packages by other means. If you don't have the time or
> inclination to redo your whole config like that, then just use something
> like Quelpa to install the current version of org-super-agenda directly.
> It
incompatiable with old Org document.
>
> 2. modify source code hardcoded ~:engine~ names (also need to update Org
>document), this has a minor advantage is *consistance*.
>
> WDYT?
>
> BTW, about writing an adapter function to translate names. I want to hear some
> suggestion about use which method. Writing an hash map or assoc list etc?
>
> Regards
--
Tim Cross
ixed-width also works better for certain editing commands, such as
> rectangle commands.
>
> I am not sure what the majority preference is here, but it would be
> interesting to know, and also how it distributes across old-timers and
> newcomers. Ideally, it should be easy to accommodate all preferences,
> with a small amount of configuration and easily discoverable
> documentation.
--
Tim Cross
;
> I think supporting "#+begin_src elisp" would be confusing but I agree
> we could give a hint somewhere about this.
>
> Can you suggest which docstring should be updated and how?
>
> Thanks,
--
Tim Cross
#x27;(org-drawer ((t (:foreground "LightSkyBlue" :height 0.7 :width condensed
> '(org-special-keyword ((t (:foreground "#bc6ec5" :height 0.7 :width
> condensed)
> #+end_src
--
Tim Cross
lso need to know that 'elisp' is an alias
for 'emacs-lisp'.
There are probably other inconsistencies which will 'fail' in some
situations. For example, I wonder about 'javascript' and 'js2'.
Jack Kamm writes:
> Tim Cross writes:
>
>>
and time.
>
> Long live Emacs,
> Anoop
--
Tim Cross
1 - 100 of 816 matches
Mail list logo