Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Fraga, Eric
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

Re: [O] Bug: Operator associativity problem [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2019-09-25 Thread Fraga, Eric
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

Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Nathan Neff
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)

Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Nathan Neff
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

[O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Nathan Neff
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

[O] Org-capture %a expansion - create ID link

2019-09-25 Thread Nathan Neff
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

[O] Feature request: Allow clocktable :link to use IDs rather than fuzzy search in links

2019-09-25 Thread Robert Irelan
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

Re: [O] Bug: Operator associativity problem [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2019-09-25 Thread Justus Winter
"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

Re: [O] Is there any orgmode ChangeLog workalike (with enhancements)?

2019-09-25 Thread Alan E. Davis
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

Re: [O] Is there any orgmode ChangeLog workalike (with enhancements)?

2019-09-25 Thread Uwe Brauer
>>> "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

Re: [O] Bug: Operator associativity problem [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2019-09-25 Thread Fraga, Eric
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

Re: [O] Org - mode manual missing

2019-09-25 Thread Fraga, Eric
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

[O] Bug: Operator associativity problem [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2019-09-25 Thread Justus Winter
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. ---

[O] Org - mode manual missing

2019-09-25 Thread Logan Lee
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

Re: [O] Org babel tangle: Don't export code

2019-09-25 Thread Nathan Neff
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

Re: [O] Shameless plug: blog series on how to use org mode features (PIM)

2019-09-25 Thread Diego Zamboni
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

Re: [O] Shameless plug: blog series on how to use org mode features (PIM)

2019-09-25 Thread Kaushal Modi
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:

[O] Shameless plug: blog series on how to use org mode features (PIM)

2019-09-25 Thread Karl Voit
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

Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Fraga, Eric
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.

Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Luca Ferrari
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

Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Fraga, Eric
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

Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Luca Ferrari
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:

[O] Bug: ox-s5: level 1 headers show up as slide sub-title [9.2.3 (9.2.3-dist @ /usr/share/emacs/site-lisp/elpa/org-9.2.3/)]

2019-09-25 Thread Dominique Dumont
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. ---

Re: [O] Is there any orgmode ChangeLog workalike (with enhancements)?

2019-09-25 Thread Colin Baxter
> 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