On Thursday, 26 Sep 2019 at 00:06, Nathan Neff wrote:
> Got it! Now, all I need to do is add the cool ":" functionality
> where a ":" is appended to the result if there is a result :-)
Maybe something like
;; Return PROJ property or category property
(defun njn-get-proj-property()
(if (org-ent
On Wednesday, 25 Sep 2019 at 20:16, Justus Winter wrote:
> However, I cannot fathom the rationale behind this property, and for a
> spreadsheet-like application I consider it borderline negligent.
Not my place to defend (or otherwise) the decisions that went into defining the
grammar for Calc. H
Got it! Now, all I need to do is add the cool ":" functionality
where a ":" is appended to the result if there is a result :-)
Using %-12:(njn-get-proj-property)
doesn't work like %-12:c :-(
;; Return PROJ property or category property
(defun njn-get-proj-property()
(or (org-entry-get (point)
On Wed, Sep 25, 2019 at 7:12 PM Nathan Neff wrote:
> Hello all,
>
> My apologies for not finding this in the docs, but I'm trying to define a
> simple custom agenda view that is exactly the same as the default day week
> view,
> except the only difference is displaying a property called FOO inste
Hello all,
My apologies for not finding this in the docs, but I'm trying to define a
simple custom agenda view that is exactly the same as the default day week
view,
except the only difference is displaying a property called FOO instead of
the CATEGORY
property.
I think it's simply a matter of se
Hello all,
I'm using capture templates with the %a expansion element [1]
The documentation says: "Annotation, normally the link created with
org-store-link."
The expansion results in links like this:
file:~/org-mode/inbox.org::*Heading
This not really so good, because I routinely refile things
The :link header argument on clock tables (see
https://orgmode.org/manual/The-clock-table.html) currently generates
links that use fuzzy search when `:link t` is set. I'd like to propose
that this setting respect `org-id-link-to-org-use-id`. For example, if
I have `org-id-link-to-org-use-id` set to
"Fraga, Eric" writes:
> On Wednesday, 25 Sep 2019 at 11:50, Justus Winter wrote:
>> I noticed a operator associativity problem when evaluating formulas in
>> tables. To reproduce, enter:
>>
>> | :=6/2*3 |
>>
>> And evaluate the formula. This results in:
>>
>> | 1 |
>> #+TBLFM: @1$1=6/2*3
>
> Ye
I am using org-mode installed by the emacs package system:
org-plus-contrib. I just updated it this morning:
Org mode version 9.2.6 (9.2.6-elpaplus @ /usr/share/emacs/27.0.50/lisp/org/)
I have no trouble, so far, running this template. If it is of interest, I
am using this also in directories i
>>> "AED" == Alan E Davis writes:
> I have come up with something simple that works:
> ("X" "ChangeLog README" entry (file+datetree "./00_README.org") "* %?
> \n %U \n %f" :prepend t)
Thanks I tried this and I obtain
Deprecated date/weektree capture templates changed to ‘file+ol
On Wednesday, 25 Sep 2019 at 11:50, Justus Winter wrote:
> I noticed a operator associativity problem when evaluating formulas in
> tables. To reproduce, enter:
>
> | :=6/2*3 |
>
> And evaluate the formula. This results in:
>
> | 1 |
> #+TBLFM: @1$1=6/2*3
Yes, this is a property (feature, ?) of
On Wednesday, 18 Sep 2019 at 17:17, Logan Lee wrote:
> My emacs doesn't come with org-mode manual.
> C-h i m then org TAB produces nothing.
How did you install org (and what version)?
--
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d
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.
---
Hello
My emacs doesn't come with org-mode manual.
C-h i m then org TAB produces nothing.
How to install the manual?
THX
On Wed, Sep 25, 2019 at 12:54 AM Ken Mankoff wrote:
>
> On 2019-09-25 at 01:07 +02, Tim Cross wrote...
> > I just put :tangle no in the block header e.g.
> >
> > #+begin_src emacs-lisp :tangle no
> >
> > #+end_src
>
> Also,
>
> * COMMENT Section
> #+BEGIN_SRC
> # not exported because of COMMENT
Hi Karl,
These are an awesome source of information! Thanks for sharing. I've been
using org-mode mainly for writing so far, but I have in the last few weeks
also started delving into org-agenda and other features. I already learned
something from your posts: I discovered org-super-agenda, which I
On Wed, Sep 25, 2019, 5:49 AM Karl Voit wrote:
> Hi!
>
> I created a series of my own blog articles on how I am using
> features from Org mode.
>
> It's not related to the manual, it's related to "how to combine misc
> features for everyday's work".
>
> Maybe you find a few tricks here or there:
Hi!
I created a series of my own blog articles on how I am using
features from Org mode.
It's not related to the manual, it's related to "how to combine misc
features for everyday's work".
Maybe you find a few tricks here or there:
https://karl-voit.at/2019/09/25/using-orgmode/
I'll add more ar
On Wednesday, 25 Sep 2019 at 11:11, Luca Ferrari wrote:
> If I can remove the numbering from second level heading, keeping the
> \subsectionpage title information, that would be perfect!
Try using \insertsection and \insertsubsection instead of what you have used.
--
Eric S Fraga via Emacs 27.0.
On Wed, Sep 25, 2019 at 10:39 AM Fraga, Eric wrote:
> #+latex_header: \AtBeginSubsection[]{\begin{frame}BAR\end{frame}}
Great!
So far, after having activated numbering, the following made me almost happy:
#+latex_header: \newtranslation[to=italian]{Section}{Capitolo}
#+latex_header: \newtran
Hi Luca,
almost there. You need to enable section numbering for what you want to
work so set num:t in the options.
If you want second level headings to appear as well, add
#+latex_header: \AtBeginSubsection[]{\begin{frame}BAR\end{frame}}
--
: Professor Eric S Fraga, http://www.homepages.u
On Tue, Sep 24, 2019 at 7:22 PM Fraga, Eric wrote:
> #+latex_header:
> \AtBeginSection[]{\begin{frame}{Topic}\tableofcontents[currentsection]\end{frame}}
Thanks Eric, but I cannot get it working.
I've build an org example:
#+TITLE: Beamer Test
#+OPTIONS: H:3 num:nil toc:nil
#+OPTIONS:
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.
---
> Alan E Davis writes:
> I have come up with something simple that works: ("X" "ChangeLog
> README" entry (file+datetree "./00_README.org") "* %? \n %U \n
> %f" :prepend t)
This is a nice solution. Depending on the your version of org-mode, you
may get a depreciation warning on
24 matches
Mail list logo