How can I, in org-mode, reference another heading in a different file in the
same directory please?
For example -
--8<---cut here---start->8---
* Testing
** Testing number one
:mydrawer:
See \uline{Testing number one} on page
\pageref{fu2:2c2a0555-27a4-4ac1-
On Fri, 25 Jan 2019 at 18:01, Nicolas Goaziou
wrote:
> > following the conventions (https://orgmode.org/manual/Conventions.html
> )
> > "Keywords and blocks are written in uppercase to enhance their
> readability"
> > but since 9.2 all blocks inserted are lowercase, why?
>
> To make it clear,
On Fri, 25 Jan 2019 at 17:04, Amin Bandali wrote:
> Just to throw in my 2¢, I personally strongly prefer the less-obnoxious
> all-lowercase variant for all ‘#+’ keywords, though I do sometimes use
> uppercase for things like #+TITLE or #+AUTHOR every now and again.
>
> I think it would be nice to
Aloha LB,
I'm working my way through this change, too, hunting down all the
places I've modified org-structure-template-alist. You'll need to get
rid of the templates you've added to this list. The new function won't
run if it finds an old-style template on the list.
Once the list is clean
> On Jan 27, 2019, at 9:17 AM, Thomas S. Dye wrote:
>
> Aloha LB,
>
> I'm working my way through this change, too, hunting down all the places I've
> modified org-structure-template-alist. You'll need to get rid of the
> templates you've added to this list. The new function won't run if i
Hi,
My installation of Emacs bundles Org mode 9.1.9
and it defines keyboard mapping for completion like this:
(org-defkey org-mode-map "\M-\t" #'pcomplete)
(org-defkey org-mode-map [?\e (tab)] #'pcomplete)
Here I can also use C-M-i to call pcomplete.
(Both in windowed and terminal mode).
Howev
I tried to post to stackoverflow but I'm not sure it took, so I'm trying here
as well:
I'm looking for a way to mark vacation days in my agenda view in different
color. This would probably be triggered best by category (so when a header is
marked as a vacation).
I found [this post](https://jul
Hi all,
Hi Johannes,
for the record, there has been a question regarding this in Emacs.SX as
of recent:
https://emacs.stackexchange.com/q/47239/18951
Best,
Gustavo.
On 27/01/2019 15:51, Johannes Altmanninger wrote:
Hi,
My installation of Emacs bundles Org mode 9.1.9
and it defines keyboard
Hi,
On 2019-01-27 at 07:20 -0800, JRSS wrote...
> Does anyone know where I start getting something like this working?
> Programming is not my strong suit, but I can slowly wrap my head
> around some bits of code.
It looks like this function might be a good place to start:
https://emacs.stackexc
Thanks Ken,
This is a bit over my head still. I'm trying to wrap my head around it.
I see what it does (colors day-of-the-week 1 and day-of-the-week-3, which are
Monday and Wednesday, red) but not sure how to tie it to a category (so say,
category "vacation" would be red).
Once I have the func
Hi,
On 2019-01-27 at 12:20 -0800, JRSS wrote...
> This is a bit over my head still. I'm trying to wrap my head around it.
>
> I see what it does (colors day-of-the-week 1 and day-of-the-week-3,
> which are Monday and Wednesday, red) but not sure how to tie it to a
> category (so say, category "va
What if you set the category in the function? So the function has something
like cond (( or (org-category vacation) (org-category f_event)
(background: red))
I obviously don't know how to write it, but the idea is that the categories are
already set in the function. I won't have many, three tops
Hello,
Johannes Altmanninger writes:
> However, I want to use org-plus-contrib from the Org ELPA repository.
> which uses a slightly different definition:
>
> (org-defkey org-mode-map (kbd "M-") #'pcomplete)
> (org-defkey org-mode-map (kbd "ESC ") #'pcomplete)
Would (kbd "M-TAB") and (kbd "ESC
Hello,
Samuel Wales writes:
> commented repeater cookies does not have any of the above drawbacks.
> it might require a 3rd party tool to update its re if that tool uses
> repeaters. this is not unprecedented. the inactive repeater feature
> might already require a 3rd party tool to update its
Hello,
stardiviner writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> stardiviner writes:
>>
>>> A gentle ping..
>>
>> I'm not sure "org-drill.el" is still actively maintained. I'm Cc'ing
>> Paul Sexton. In the long run, I think this package could be packaged
>> through ELPA instead.
>
> It i
Hi Nicolas,
On Sun, Jan 27, 2019 at 10:01 PM Nicolas Goaziou wrote:
>
> Hello,
>
> Johannes Altmanninger writes:
>
> > However, I want to use org-plus-contrib from the Org ELPA repository.
> > which uses a slightly different definition:
> >
> > (org-defkey org-mode-map (kbd "M-") #'pcomplete)
>
Aloha Chuck,
That is helpful. Thanks.
All the best,
Tom
17 matches
Mail list logo