Hello,
thu...@arcor.de (Thomas Plass) writes:
> it's counter-intuitive that 'org-at-date-range-p doesn't work like
> 'org-at-timestamp-p when point is on the leading bracket of a range.
> Witness (^ = point)
>
> <2019-12-30 Mo 12:00>
> ^ (org-at-timestamp-p)=> t
>
> <2
Hello,
Ken Mankoff writes:
> I used to archive items to a subtree (in an archive file) using some
> functions provided on this list back in 2014 [1]. I recently updated
> Org and this code stopped working because the
> 'org-extract-archive-file' function has been removed. This was commit
> 9d603
Hello,
Sebastian Miele writes:
> ---
> lisp/ob-core.el | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/lisp/ob-core.el b/lisp/ob-core.el
> index fbeb46bb0..8168328de 100644
> --- a/lisp/ob-core.el
> +++ b/lisp/ob-core.el
> @@ -3135,7 +3135,8 @@ after the babel API for
Hello,
Carlos Pita writes:
>> just what the subject says. It seems an important feature to me but
>> I'm unable to find any reference to it in
>> https://orgmode.org/manual/Macro-replacement.html.
>>
>
> Strangely I do find it here:
>
> https://orgmode.org/manual/Macro-Replacement.html#Macro-Rep
Hello,
stardiviner writes:
> So I have to consider a safer and larger method to upgrade link. I can't
> manually open every Org files and run linter on them.
I already offered a function for replacing it in a file. You can wrap it
within a `dolist' on `directory-files-recursively'.
> (Maybe li
Hello. This is a problem I faced when I switched from 9.1.14 to
9.2.2.
I have the following minimal_file:
(add-to-list 'load-path "~/Org/Coch-git/org-mode/lisp")
(require 'org-inlinetask)
; (setq org-startup-indented t)
I use
emacs -Q -l minimal_file
Then I visit a void org fil
On Monday, 18 Mar 2019 at 18:26, Sharon Kimble wrote:
> Is it possible to open all drawers of a file from one command please?
>
> Or to have them opened when the file is loaded up, either on restart
> of emacs or be manually opened, please?
Put
#+startup: showeverything
and all drawers will be o
Is it possible to open all drawers of a file from one command please?
Or to have them opened when the file is loaded up, either on restart of emacs
or be manually opened, please?
Thanks
Sharon.
--
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https:
On Monday, 18 Mar 2019 at 14:48, Eric S Fraga wrote:
> Hello all,
>
> Just a heads up as I haven't figure out what is happening yet.
>
> I use org-twbs to export my web pages from org.
The problem was with ox-twbs which was assuming the old style
org-link-escape version which took two arguments.
Hello all,
Just a heads up as I haven't figure out what is happening yet.
I use org-twbs to export my web pages from org. I get an error when I
try to do so now which I believe is related to the recent changes to org
and escaping of links:
Debugger entered--Lisp error: (wrong-number-of-argument
* contrib/lisp/org-collector.el (org-dblock-write:propview): add
:tblfm keyword parameter support
This adds possiblity to append formula line to table which is useful
in certain cases, especially during updates and recalculation of whole
table.
Signed-off-by: Slava Barinov
---
contrib/lisp/or
> On this note: is this list the proper channel to publish initial
> versions of add-ons and solicit feedback?
https://orgmode.org/worg/org-contribute.html says:
You can submit Org add-ons – there are many Org add-ons.
- The best way is to submit your code to the mailing list to d
12 matches
Mail list logo