Thanks Bastien. I see ob-R.el from org-mode repos has been updated. So is
the org-R from git-repos ready to use? Could you suggest a good place to
start learning the new org-R? The source file ob-R.el?
Shiyuan
On Mon, Jul 28, 2014 at 6:21 AM, Bastien wrote:
> Hi Shiyuan,
>
> Shiyuan writes:
This patch fixes a bug in which org-publish makes the following call...
(let ((org-inhibit-startup t) (org-mode)))
...in buffers that are already open. This often happens, for instance,
when publishing a sitemap. But there is no need to call org-mode again
in these open buffers. Moreover calling
I use the master version of org, and some months ago the time required
to generate my custom agenda view sky rocketed. I've found that 90% of
the time was being spent in the call to re-search-forward in
org-refresh-category-properties. The patch below speeds up the regular
expression search and
This page has some links to some videos that you might find helpful:
http://kitchingroup.cheme.cmu.edu/blog/2014/07/12/Org-mode-is-awesome/. Some
are more gentle than others ;)
Bastien writes:
> Hi Marcin,
>
> Marcin Borkowski writes:
>
>> Also, is prelude or Emacs Starter Kit a good idea?
>
>
I agree with org-mode. Check out
https://www.youtube.com/watch?v=JZ8RK-R9O_g, which is an illustration of
some code I adapted from Sacha Chua. At the top of
https://github.com/jkitchin/jmax/blob/master/org-show.org you can find
some links to other presentation tools in Emacs.
Bastien writes:
> H
At Mon, 28 Jul 2014 18:13:04 +0200,
Bastien wrote:
>
> Hi Erik,
>
> using a custom date is done via `org-overriding-default-time' (within
> a let construct) instead of (org-capture-put :default-time date).
>
> Yes, the details are obscure and we need to better document this.
>
> Let us know if
Aloha David,
David Arroyo Menendez writes:
>>> + davidam-org-envolve-src(msg)
>>> + davidam-org-src(msg)
>>
>> It's quicker to add values to `org-structure-template-alist' IMO.
>>
>
> I'm taking a look to org-structure-template-alist, it seems for
> autocompletion. How can I use it? org-try-stru
Esben Stien writes:
> Daimrod writes:
>
>> It wasn't possible, but it is now. I've slightly modified
>> `org-contacts-export-as-vcard' so that it will prompt for a user name
>> when called with a prefix argument.
>
> This is in git?
Yes.
>> The new function's behovior when called interactively
Bastien writes:
> Hi David,
>
> David Arroyo Menendez writes:
>
>> + davidam-org-envolve-src(msg)
>> + davidam-org-src(msg)
>
> It's quicker to add values to `org-structure-template-alist' IMO.
>
I'm taking a look to org-structure-template-alist, it seems for
autocompletion. How can I use it? o
hi bastien,
On 7/27/14, Bastien wrote:
>> i would like this:
>>
>> - 1
>> - 2
>
> Put the cursor at the beginning of the non-indented item then hit
> S-M- twice to "demote" the list by two indentation levels.
that is how to do it manually. what i want is how to do it every time
i do c-c - o
On 7/27/14, Bastien wrote:
>> in maint, isearch very often puts ... at the top of the window. is
>> this related to recent ellipsis bugs?
>
> This is related to the removal of an ill-thought fix for this very
> same problem. I suggest we live with it right now.
is this fixed in master? even wh
i have these notes in my .emacs-alike:
;;this is a good solution, but it is a defvar. ] to do it
;;temporarily. it might exclude the ts in the closed ts.
(setq org-agenda-include-inactive-timestamps t)
;;
;;this way i can see what i did so far in the day and remind me
;;of good or bad things i d
On 7/28/14, Bastien wrote:
> 8.3 is already overloaded with new features, so let's put this
> for 8.4, and let's continue to refine the suggestion.
looking forward to it.
Nicolas Goaziou writes:
> Hello,
>
> Bastien writes:
>
>> I suggest renaming ox-extra.el to ox-filters-extra.el and to have
>> org-mode/lisp/ox-filters.el for filters that are important enough
>> to be in core.
>>
>> I think Eric's filter is important enough to be in core, together
>> with an op
Hi all,
Please find code attached that implements stata support in org-babel.
The attached ob-stata.el is a modified version of ob-julia.el. It
currently supports evaluation of stata code from babel code blocks
with ':results output' (and this has been set as the default). Neither
':results value'
Bastien writes:
Hi Bastien,
> Thorsten Jolitz writes:
>
>> what about adding one more option for WHICH
>>
>> ,[ C-h f org-entry-properties RET ]
>> | org-entry-properties is a compiled Lisp function in `org.el'.
>> |
>> | (org-entry-properties &optional POM WHICH SPECIFIC)
>> | [...]
>> |
Daimrod writes:
> It wasn't possible, but it is now. I've slightly modified
> `org-contacts-export-as-vcard' so that it will prompt for a user name
> when called with a prefix argument.
This is in git?
> The new function's behovior when called interactively is the following:
> 1. no prefix : do
Bastien writes:
> Hi Karl,
>
> Karl Voit writes:
>
>> ... I am sure, you have a pretty good idea what to add to this list
>> as well. So: add it :-)
>
> My suggestion for a USP: "Org-mode comes with a unique community".
Maybe adding that Org-mode has a maintainer who owns the magic
,
| M-
Hello,
Bastien writes:
> I suggest renaming ox-extra.el to ox-filters-extra.el and to have
> org-mode/lisp/ox-filters.el for filters that are important enough
> to be in core.
>
> I think Eric's filter is important enough to be in core, together
> with an option to let users decide what tag shou
Hello,
Bastien writes:
> Nicolas Goaziou writes:
>
>> Automatically set document's title to file name or buffer name when no
>> TITLE keyword is provided.
>
> I think that's the right thing to do and I don't see the benefits of
> doing otherwise. In some cases, it even forced me to use better
Hello,
Bastien writes:
> Maybe it's time to forbid blank lines between headlines and the
> properties drawer? Or at least to discourage separating them in
> the manual? Otherwise I don't have a steady solution at hand.
I think this is fixed already.
Regards,
--
Nicolas Goaziou
Hi Rasmus,
Rasmus gmx.us> writes:
>
> Bastien gnu.org> writes:
> >
> > I think Eric's filter is important enough to be in core, together
> > with an option to let users decide what tag should be used instead
> > of "ignore" (with "ignore" as a default).
>
> How about "ignoreheading" as this i
org-yank-adjusted-subtrees?
On 7/28/14, Bastien wrote:
> Hi Samuel and Achim,
>
> Achim Gratz writes:
>
>> Samuel Wales writes:
>>> you will notice that the decrypted subtree is actually at a higher
>>> level than its parent. this is a violation of org structure.
>>>
>>> in consequence, it can
Hi list
for some reason exporting to txt dosent work here. all other options
(html,pdf etc) work.
in the message window i get:
concat: Wrong type argument: wholenump, auto
anyway i can get more info on this and try to figure out whats going on?
thx!
Z
Hi Matt,
Matt Lundin writes:
> The attached patch fixes a bug in ox-rss.el that causes org-publish to
> generate IDs in whatever org buffer emacs happens to be currently
> visiting. I was puzzled why my org files were suddenly filled with
> hundreds of ID entries. I discovered it happened when I
Hi Nicolas,
Nicolas Goaziou writes:
> - documents containing \[...\] mid-line will be broken (such
> constructs will not be recognized anymore).
That's a big cons for only a small benefit IMHO.
But I don't feel strongly about it.
--
Bastien
Hi Aaron,
Aaron Ecay writes:
> There’s a warning in the Org manual about using filladapt with org, but
> I’ve never noticed any problems.
Interesting -- was it always like this? Or is it due to the recent
improvements Nicolas made to the filling mechanisms? If the manual
needs to remove the w
Hi Henning,
Henning writes:
> Is there any way to put the following lines of code into my
> .emacs-file, so the orgstruct-properties becaume default for all my
> .R-Files?
I guess you may want to use something like yasnippets:
http://www.emacswiki.org/emacs/Yasnippet
HTH,
--
Bastien
Hi Juan,
Juan Alvaro Fuentes writes:
> It seems that maxima code blocks still does not work in windows as
> the following code did not work when I tried to run it:
I don't have a machine with Windows so I can't really help here, but I
hope an Org/Maxima/Windows user can help debugging this furt
Hi Chris,
Chris Henderson writes:
> Is there any Advanced video tutorial (beyond the basics) for org-mode
> published in the last 1 year or so? By Advanced, I mean things
> archiving/ note taking/ drawers and various other new efficiency
> gains features that have come out with recent orgs.
>
>
Bastien writes:
> Hi Luke,
>
> Luke Crook writes:
>
>> I just noticed that org does not jump to the correct cell in the table when
>> examining formulas using "org-table-edit-formulas".
>
> Are you still seeing problems here?
>
> I tried to navigate through formulas from your example and
> I di
Hi Rainer,
Rainer M Krug writes:
>> Exactly that should work, i.e. using header-args+:
>
> And it does - should be added to the manual in the example.
Can you provide a patch for this?
--
Bastien
Hi York,
York Zhao writes:
> If I have multiple references to the same footnote, in LaTeX export
> only the
> first reference is a clickable link, the rest are exported as dead
> number
> referring to the footnote definition, but not clickable links. I have
> `org-footnote-section' set to `nil'
Eli Zaretskii writes:
>> From: Lionel Henry
>> Date: Sat, 26 Jul 2014 17:53:47 +0200
>> Cc: 18...@debbugs.gnu.org,
>> michael_heerde...@web.de
>>
>> - Open a .org file large enough that you can scroll it.
>> - Enable linum and org-indent-mode
>> - Scroll
>>
>> The linum and the indentation wi
Shiyuan writes:
> In particular,
> what command is M-tab supposed to be bound to for auto completion for
> the special symbols? Thanks.
See this in org.el:
(org-defkey org-mode-map "\M-\t" 'pcomplete)
--
Bastien
Hi Karl,
Karl Voit writes:
> ... I am sure, you have a pretty good idea what to add to this list
> as well. So: add it :-)
My suggestion for a USP: "Org-mode comes with a unique community".
--
Bastien
Hi Thomas,
Thomas Morgan writes:
> Here is a recipe for a bug on the maint branch that causes a preset tag
> filter to be carried over to another agenda view in some cases.
This should now be fixed in maint.
Can you test and report back?
Thanks for the useful bug report,
--
Bastien
Hi Mark, Aaron, Eric and Nicolas,
Eric Schulte writes:
> Please feel free to add this to ox-extras.
I suggest renaming ox-extra.el to ox-filters-extra.el and to have
org-mode/lisp/ox-filters.el for filters that are important enough
to be in core.
I think Eric's filter is important enough to be
Hi Fletcher,
Fletcher Charest writes:
> This way I could see it's been 7 days I didn't do it, and tasks would
> be better organized in the agenda. RIght now, a task that I have to
> do on a weekly basis never has a number greater than '6x', and even
> if it hasn't been done for months, it still
Hi Bastien,
On Sun, Jul 27, 2014 at 1:21 PM, Bastien wrote:
>
> I suggest renaming ox-extra.el to ox-filters-extra.el and to have
> org-mode/lisp/ox-filters.el for filters that are important enough
> to be in core.
>
Your suggestion sounds sensible, but of course I'm biased, as I've been
using
Hi Bart,
Bart Post writes:
> Thanks for your reply! I already started the copyright assignment
> process, for now I need to wait for a disclaimer form from my
> employer, but I will notify you as soon as there is progress.
Did you get this sorted out?
> While discussing the patch with a roomma
Hi Sébastien,
Sebastien Vauban
writes:
> the frame "inherits" from the property BEAMER_opt which, though, is only
> present in the example code, not in the Beamer frame itself.
Maybe it's time to forbid blank lines between headlines and the
properties drawer? Or at least to discourage separa
Hi Rick,
Rick Frankel writes:
> Not sure why `org-html-protect-char-alist' is a custom and not just a
> var, but IMHO, `org-html-encode-plain-text' is the correct solution.
I made `org-html-protect-char-alist' a defvar.
--
Bastien
Ken Mankoff wrote:
> On 2014-07-08 at 17:01, Samuel Wales wrote:
>> On 7/7/14, Ken Mankoff wrote:
>>> "s" in agenda just saves all Org Buffers for me.
>>
>> c-c a s
>>
>>> My work-around is to search for "* Foo", but this doesn't find headlines
>>> with TODO items.
>>
>> it should.
>
> You're righ
Hi again,
in a LaTeX buffer, for example, it works smoothly:
https://share.eva.mpg.de/public.php?service=files&t=257412dda02bccdc4ed122852e446eb1
Org buffers are the only occasions on which I encountered the described
behavior.
The versions:
- Org-mode version 8.2 (8.2-6-gd745cd-elpa @ /home..
Hi Federico,
Federico Beffa writes:
> (defun org-cdlatex-environment-indent (&optional environment item)
Why those parameters?
> (interactive)
> (cdlatex-environment environment item)
> (save-excursion
> (org-mark-el
Hi Stefan,
thanks for the thorough analysis.
"Stefan-W. Hahn" writes:
> I'm sure that this is not what I expect but I'm not sure if this is a fault
> in ps-def.el or org.el.
This is the fault of Org.
I fixed this in master by removing `org-block-background'.
This is radical but I think this
Nicolas Goaziou writes:
> That would prevent \[...\] to be recognized within a paragraph, as in
> the example above. I don't think it's worth removing it as long as there
> is a latex-environment alternative for it.
FWIW I fully agree here.
--
Bastien
Hi Rainer,
Rainer M Krug writes:
> I did not get far when debugging, only that in the function
> org-babel-R-assign-elisp when assigning TABLE_FILE the rownames are
> missing in the =value=.
Did you have a chance to debug this further?
Thanks,
--
Bastien
Bastien writes:
> Hi Mark, Aaron, Eric and Nicolas,
>
> Eric Schulte writes:
>
>> Please feel free to add this to ox-extras.
>
> I suggest renaming ox-extra.el to ox-filters-extra.el and to have
> org-mode/lisp/ox-filters.el for filters that are important enough
> to be in core.
>
> I think Eric
Alan Schmitt writes:
> Thanks again (and thanks to Org for letting me remember this 18 months
> old task),
Yep, I know that feeling ;)
Thanks for sharing the improved version!
--
Bastien
Hi Sebastian,
Sebastian Fischmeister writes:
> The only thing I'm missing is links to the body of the item. Does Org
> currently support anything in the HTML export that could enable showing
> the content on a click?
Nope, sorry.
--
Bastien
Hi Nick and James,
Nick Dokos writes:
>> If assigning to an hline-relative reference is not supported, would it
>> be a valid feature request?
>
> Not sure how hard it would be to implement, but at least in this
> particular case (getting to the last row or the last few rows of the
> table), I'd
Hi Konrad,
Konrad Herbst writes:
> I would like to provide a patch for the ox-bibtex.el module which can
> now handle bibtexfile destinations of the form:
>
> #+BIBLIOGRAPHY: /home/user/Literature/foo.bib plain option:-d
>
> but still accepts bibfiles in the working directory.
Thanks for the p
Hi Nicolas,
thanks for this simplification and for the explanations.
Nicolas Goaziou writes:
> All back-ends in core and in contrib have been updated this way
> already.
And for this too!
--
Bastien
Hi Andreas,
Andreas writes:
> when I scale down (C-x C--) an org buffer's faces, they maintain the
> original line height, filling up with vertical space, which is not what
> I want.
Is it just in org-mode or in Emacs in general?
--
Bastien
Hi Martin,
"Martin Beck" writes:
> I want to create an agenda view which lets me list all items, I've
> been working on in a certain time interval in chronological order.
>
> I have created an agenda which does that by listing all headings with
> inactice timestamps like that:
>
> ("ip" "pas
Hi Hassan,
Hassan Dar writes:
> I am running Mac OS X 10.8 (Mountain Lion) and emacs 24.3.
What is your Org version?
Please report what M-x org-version RET says.
Thanks,
--
Bastien
Hi Nikolai,
Nikolai Weibull writes:
> Here’s a suggested solution. We keep track of whether the parent
> entry already has any children, then we call org-insert-heading with
> two universal arguments to add an entry at the end of the current
> subtree. Finally, if there weren’t any children al
Hi John and Rainer,
Rainer M Krug writes:
>> What if we created a new directory in the repository called "org" which
>> contains these kinds of files? It would be analogous to the "lisp"
>> directory. I don't think we need to have both ob-R.org and ob-R.el in the
>> repository.
>
> I think that
Hi Nicolas,
Nicolas Goaziou writes:
> Therefore, I suggest to mark it as deprecated in Org 8.3 release notes,
> and remove it altogether in Org 8.4.
>
> WDYT?
Fine for me, please go ahead,
--
Bastien
Hi Samuel,
Samuel Loury writes:
> I would like to submit a small enhancement of the org-git-link package
> to add the storing and use of a line third argument.
>
> Please find the patch attached to this mail. I hope you'll find it
> useful.
Applied, thanks.
--
Bastien
Hi Samuel,
Samuel Wales writes:
> i mark headlines then do c-c -. i get this:
>
> - 1
> - 2
>
> i would like this:
>
> - 1
> - 2
Put the cursor at the beginning of the non-indented item then hit
S-M- twice to "demote" the list by two indentation levels.
HTH,
--
Bastien
Hi Noah,
Noah Slater writes:
> Can I pass in the range when calling it from a function?
Not directly.
(org-clock-display '(16)) will interactively prompt for a range.
(let ((org-clock-display-default-range 'thisweek))
(org-clock-display))
will display the clock with the new option
`org-clo
Hi Rainer,
Rainer Stengele writes:
> I had the same problem yesterday. It seems that the current Org mode
> does "crash" somewhere in the daily work and then show the wrong
> behavior as described.
This smells like something that has to do with the element cache.
> I know this is not informati
Hi Tianxiang,
Tianxiang Xiong writes:
> (add-hook 'org-mode-hook
> (lambda ()
> (add-hook 'after-save-hook 'tangle-init nil t)))
>
> However, when I open my init.org file, I see that the after-save-hook
> variable is nil. If I manually reapply org-mode, however, it works a
Hi Raimund,
this is now fixed, thanks and sorry for the delay.
Would be good if you can confirm if the issue is gone for you.
Thanks,
--
Bastien
Hi Sébastien,
Sebastien Vauban
writes:
> After an update to Org 8.2.7, I have troubles tangling files.
Do you still see this?
If so, did you have time to bisect and report the first bad commit?
Thanks!
--
Bastien
Hi Ista,
Ista Zahn writes:
> I don't know if this is ready for contrib yet (though I don't object
> if you think it is). I'm not sure what quality standards exist for
> contrib, but this is really quick and dirty; it would be nice to at
> least implement graphics support. On the other hand its b
Hi Nicolas,
Nicolas Richard writes:
> But now that I think about it, org mode simply should avoid narrow-map
> completely : users (me included) won't randomly try to run
> org-narrow-to-subtree outside of org buffers (and those who do deserve a
> bad error message) but they might want to give "C
Hi Anders,
Anders Johansson writes:
> We have no subexpression to match, it should be zero.
Indeed, thanks for reporting this and for the fix, applied.
--
Bastien
"Martin Beck" writes:
> How do you handle that?
> Is there a way so kill all buffers which match e. g. "Org Agend (s:"
> with one command?
>
> Kind regards
>
> Martin
>
>
--
Bastien
Hi Luke,
Luke Crook writes:
> I just noticed that org does not jump to the correct cell in the table when
> examining formulas using "org-table-edit-formulas".
Are you still seeing problems here?
I tried to navigate through formulas from your example and
I didn't notice any problem.
Thanks,
Hello Suvayu,
Suvayu Ali wrote:
> I am trying to export to LaTeX in batch mode, but it seems the exporter
> ignores macros defined in included files when exporting in batch mode.
>
> I tried to export like this:
>
> $ emacs --eval "(require 'ox-latex)" include-test.org \
> --eval '(org-L
Nick Dokos writes:
> I just found out that François Pinard (author of org grep among other
> tools and frequent contributor to this list) died recently:
>
> https://plus.google.com/118038589019918324505/posts/DFuvYBrh4th
François was among the few people you can finally call "friends",
even when
Hi Thierry,
Thierry Banel writes:
> I moved orgtbl-ascii-plot to MELPA (it was in Worg).
> (orgtbl-ascii-plot draws plots in pure Emacs by typing C-c p).
Thanks for this.
> Of course, I am still open to Dominik Carsten suggestion
> to add it into the core (org-table.el).
> http://thread.gmane.
Hi Craig,
Craig Tanis writes:
> Specifically, there's a line in `org-self-insert-command' that checks
> `last-command' against a list of table movement functions to see if
> auto-blank-field should occur. This list includes
> `yas/expand' -- obsolesced in yasnippet 0.8, in favor of
> `yas-expa
Samuel Wales writes:
> in maint, isearch very often puts ... at the top of the window. is
> this related to recent ellipsis bugs?
This is related to the removal of an ill-thought fix for this very
same problem. I suggest we live with it right now.
--
Bastien
Nick Dokos writes:
>> To fix this problem by adding the following code after the
>> line (funcall lang-mode) in the org-html-fontify-code defun
>> in ox-html.el.
>>
>> (when (require 'fill-column-indicator nil 'noerror)
>> (fci-mode -1))
>>
>> Can this fix be integrated into ox-html.el?
>>
>
Hi Grant,
my suggestion is to start with a verbose report of your own
understanding and exploration of Babel, then to refine it so
that it can look like a "langage model" (whatever that means.)
Anything that takes the users and the developers by the hand
would be... handy :)
2 cts of course,
--
Hi Samuel,
Samuel Wales writes:
> i find that when i do c-c ' on a source block, it either strips the
> final newline in the editing buffer or adds an unwanted blank line in
> the source block.
I can't reproduce this.
With (setq org-src-strip-leading-and-trailing-blank-lines nil) there
is no c
Hi Nicolas and Rustom,
Nicolas Goaziou writes:
> I have no objection, with appropriate documentation, obviously.
>
> Be careful, though, as some functions need to be updated accordingly:
> `org-list-struct', `org-element--list-struct',
> `org-at-item-description-p', `org-list-item-body-column',
Hi Shiyuan,
Shiyuan writes:
> Also, I found this tutorial for org-R http://orgmode.org/worg/
> org-tutorials/org-R/org-R.html, however, the org-R-apply function
> seems no longer available in my org mode 8.2.6. Is org-R supposed to
> be deprecated?
No, but it's moving. Since ob-R.el is perhaps
Hi Sébastien,
Sebastien Vauban
writes:
> Rick Frankel wrote:
>> (add-hook 'org-babel-after-execute-hook
>> (lambda () (org-display-inline-images nil t)))
>
> I simply had:
>
> (add-hook 'org-babel-after-execute-hook
> 'org-display-inline-images)
>
> Anyway, for me, this shoul
Hi,
Aaron Ecay writes:
> Have you heard back from the FSF about your copyright assignment?
This is more than 5 weeks since the patches were sent, so I hope the
FSF sent the papers.
Nicolas, let us know so that we can move forward on this.
Thanks,
--
Bastien
Hi Samuel and Achim,
Achim Gratz writes:
> Samuel Wales writes:
>> you will notice that the decrypted subtree is actually at a higher
>> level than its parent. this is a violation of org structure.
>>
>> in consequence, it can silently swallow the entire rest of the file.
>>
>> this is not desi
Hi Philip,
Philip Hudson writes:
> Excise spurious Org agenda buffers leaked by org-mobile
> https://gist.github.com/PhilHudson/d6429fb48caf6065ec8c
maybe we can find some equivalent code without requiring
'syntactic-sugar and 'anaphora ?
Let us know how we can improve org-mobile.el steadily f
Hi Gregor,
Gregor Zattler writes:
> All three clocking items belong to the same heading. I'm fine
> with the first clocking gabp. But why is there a gap of 7536
> minutes shown although ‘org-agenda-clock-consistency-checks’ is
> at default values (gap-around 4:00)?
I've never seen this error
Hi Sébastien,
Sebastien Vauban
writes:
> As I do suffer from the same problem, and do not take the time to
> archive all DONE subtrees, I think that an alternative approach would be
> that DONE subtrees wouldn't be expanded (by default) in the S-TAB
> cycles.
>
> Does that sound reasonable?
N
Hi Nicolas,
Nicolas Richard writes:
> org-narrow-to-subtree is very nice, and I now have C-x n s hard-wired
> into my fingers, but it doesn't work when outline-regexp is too
> different from org-outline-regexp in Outline-but-non-Org mode buffers.
>
> It looked pretty easy to fix, so here is my s
stevejb writes:
> 1. How can I make Emacs recognize that once I type '#+LATEX:' that the
> rest of the line should be treated as being in the same minor mode as
> inside of a \begin{equation} \end{equation}?
This is not really a minor mode, thing within \begin{equation} \end{equation}
> 2. If q
Hi David,
David Belohrad writes:
> any possibility how to do this?
I don't see any, but if you use these captured items with
`org-agenda-to-appt', you will be able to get reminders,
which seems to be what you really want, no?
--
Bastien
Hi Samuel and Nicolas,
Nicolas Goaziou writes:
> This was discussed before on this ML. Some users made a point that
> `org-open-at-point' should process links in node properties. In the case
> of comments, though, I think we should be strict and use drawers
> instead.
I disagree, as you know.
Hi Erik,
using a custom date is done via `org-overriding-default-time' (within
a let construct) instead of (org-capture-put :default-time date).
Yes, the details are obscure and we need to better document this.
Let us know if you achieve something,
--
Bastien
Hi Samuel,
Samuel Wales writes:
> in recent maint, it seems that refiling an entry will put that entry
> into the kill ring. perhaps it should leave the kill ring intact?
I agree, I've always found this weird, I pushed a change for this.
It might be useful to be able to copy the refiled entry
Hi Alexander,
Alexander Artemenko writes:
> Is there a way to show time effort estimates in the org-clock-report?
> I found only that :properties ("Effort") could be specified, but it
> does not work
> neither for one level, nor for summing children nodes' estimations.
It works for me. What di
Hi Martin,
mc writes:
> 2nd screenshot
> org-special-keyword_face_example_after_commit_69700e1.png
> shows all ‘COMMENT’ keywords as grey only at the top outline level.
>
> I hope this clarifies the case.
Yes it does! This is now fixed, thanks,
--
Bastien
Hi Samuel,
Samuel Wales writes:
> The idea is to make Org agenda act more like Dired
> for consistency.
I favor this too -- thanks for raising this.
8.3 is already overloaded with new features, so let's put this
for 8.4, and let's continue to refine the suggestion.
--
Bastien
Hi,
regcl writes:
> I could not figure out how to do this from INFO. I found examples of
> preventing publishing of specific file extensions, but not whole
> directories.
Unless my memory fails me, :exclude works on names, not just on
extensions. So maybe using both :recursive and :exclude can
Hi Thorsten,
Thorsten Jolitz writes:
> what about adding one more option for WHICH
>
> ,[ C-h f org-entry-properties RET ]
> | org-entry-properties is a compiled Lisp function in `org.el'.
> |
> | (org-entry-properties &optional POM WHICH SPECIFIC)
> | [...]
> | If WHICH is nil or `all', ge
1 - 100 of 163 matches
Mail list logo