Fixing the Woof tracker?

2025-06-08 Thread Derek Chen-Becker
I'm looking for a bug to work on and when I went through the Woof tracker I noticed that several of the bugs I'm looking at appear to be fixed already. I know this has been called out as an issue with Woof, but I was wondering if there's anything I can do to help fix that?

Re: [BUG] Numeric priorities only partially supported

2025-06-08 Thread Derek Chen-Becker
a while and never got around to looking at it. I'm happy to start digging into this if it's still valid. I can change this to handled for Woof to track if that helps. Cheers, Derek -- +---+ | Derek Chen-Becker

Re: How do you insert metadata in org files

2025-06-03 Thread Derek Chen-Becker
't know if there's anything org-specific that's similar. Cheers, Derek On Tue, Jun 3, 2025 at 6:45 AM Ashish Panigrahi wrote: > Hi, > > I was wondering if there is an automated way of inserting metadata (like > a message dialog similar to `org-insert-link' comma

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-05-27 Thread Derek Chen-Becker
Just pinging again that these patches should be ready now. Thanks, Derek On Sun, May 18, 2025 at 7:21 AM Derek Chen-Becker wrote: > My copyright assignment has been processed! I've attached the latest > version of my patches, rebased against the current mainline. It's been a

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-05-18 Thread Derek Chen-Becker
My copyright assignment has been processed! I've attached the latest version of my patches, rebased against the current mainline. It's been a while since I created the patches last time, so if I've made a mistake in the options please let me know. Cheers, Derek On Sun, Mar 2, 2

Re: Semantic Linking saves tedious work

2025-04-23 Thread Derek Chen-Becker
able for a lot of operating systems (although not all) these days. Cheers, Derek -- +---+ | Derek Chen-Becker | | GPG Key available at https://keybase.io/dchenbecker and | | https:

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-03-02 Thread Derek Chen-Becker
Also, just to point out, once the legal stuff is all complete I'll have free reign to help with anything org-mode related, so I'm looking forward to more contributions soon! On Sun, Mar 2, 2025 at 10:49 AM Derek Chen-Becker wrote: > Yes, sorry. I've submitted my own assig

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-03-02 Thread Derek Chen-Becker
esting, so hopefully this will be resolved soon. Thanks, Derek On Sun, Mar 2, 2025 at 5:32 AM Ihor Radchenko wrote: > Ihor Radchenko writes: > > >> I submitted my assignment form this week, but I'm not sure how long it > >> takes for that to get processed. > >

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-02-02 Thread Derek Chen-Becker
an address them while we wait on assignment. Thanks, Derek On Sat, Jan 18, 2025 at 7:44 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > > I'm still sorting out the copyright assignment, but I have another style > > question: It feels like I should move t

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-18 Thread Derek Chen-Becker
t;Buffer without file" (should-not (org-base-buffer-file-name Is that OK? Thanks, Derek On Thu, Jan 16, 2025 at 12:13 PM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > >> The latest version of your patch exceeds 20LOC and cannot be accepted > >>

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-16 Thread Derek Chen-Becker
against possible changes in the way file name > is computed. > I'm sorry, I don't quite understand. Do you mean I should change the function name `org-base-buffer-file-name' to `org-babel-effective-tangled-filename' or something else? Thanks, Derek -- +

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-15 Thread Derek Chen-Becker
angle \"%s\" :comments org (message \"FOO\") #+end_src" tangle-filename)) (search-backward "message") ;; Confirm that we tangled to the right file (equal (org-babel-tangle 4) (list tangle-filename ;; Clean up the tangled

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-14 Thread Derek Chen-Becker
Thanks for the comments! This is my first real foray into non-trivial elisp so I really appreciate your patience and help. Let me try and get these addressed. Cheers, derek On Tue, Jan 14, 2025 at 10:54 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > > Thanks for the

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-13 Thread Derek Chen-Becker
u have any questions. Thanks, Derek On Mon, Jan 13, 2025 at 10:21 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > >> Also, what about other places in the code that use `buffer-file-name'? > >> We may want to use the new function there as well. > > > &

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-12 Thread Derek Chen-Becker
.. > (delete-file ) > > See how `org-test-with-temp-text-in-file' macro does it. > Yes, my apologies, I had originally done this and stashed that part of the change while debugging the test. I'll fix that, too. Cheers, Derek --

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-12 Thread Derek Chen-Becker
OK, I've attached the patch. It wasn't clear from https://orgmode.org/worg/org-contribute.html#first-patch whether this should be sent in the thread or as a new thread. I can start a new one if needed. Thanks, Derek 0001-ob-tangle-Ensure-proper-tangling-within-a-capture-bu.patch D

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-10 Thread Derek Chen-Becker
e of it, but is there any documentation on writing tests? The README under testing has some useful info for how to run the tests, but not much about how tests should be structured or any important facilities to be aware of. Thanks, Derek On Tue, Dec 24, 2024 at 2:13 AM Ihor Radchenko wrote: >

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2024-12-23 Thread Derek Chen-Becker
nk we'll have to evaluate those on a case-by-case basis and figure out if we can provide a helper/wrapper that can simplify error reporting when a filename is required. Where would be the best place to put the `org-base-buffer-file-n

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2024-12-19 Thread Derek Chen-Becker
s a known issue, or are there straightforward ways to maybe deal with that? It feels like that may be case-by-case. Thanks, Derek On Mon, Dec 16, 2024 at 10:37 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > > OK, after some debugging it looks like the primary culprit is

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2024-12-15 Thread Derek Chen-Becker
es besides indirect buffers that we would need to handle? Would it be worth creating a new function "org-buffer-file-name" that could properly handle indirect buffers and any other special cases, or is it just a search and replace throughout? Cheers, Derek -- +-----

Re: Contributing (looking for good first issues to tackle)

2024-12-10 Thread Derek Chen-Becker
des indirect buffers that we would need to handle? Would it be worth creating a new function "org-buffer-file-name" that could properly handle indirect buffers and any other special cases, or is it just a search and replace throughout? Cheers, Derek On Tue, Dec 10, 2024 at 11:05 AM I

Re: Contributing (looking for good first issues to tackle)

2024-12-10 Thread Derek Chen-Becker
andling is across Org, or if it's even consistent across Org right now. I'll probably need some help from people more familiar with it to figure out a starting point, but I'm excited to take a look :) Cheers, Derek On Tue, Dec 10, 2024 at 3:02 AM Dilip wrote: > > > (loo

Contributing (looking for good first issues to tackle)

2024-12-09 Thread Derek Chen-Becker
in Woof? Or do we have a different way of tracking things? Thanks, Derek -- +---+ | Derek Chen-Becker | | GPG Key available at https://keybase.io/dchenbecker and | | https://pgp.mit.ed

Change in Org Capture target parsing

2024-02-21 Thread Derek Chen-Becker
nd not a string? If that's the case then it's probably easy for me to fix in my config, but I wanted to check first. Thanks, Derek -- +---+ | Derek Chen-Becker | | GPG Key availabl

Re: High CPU with org-set-tags-command in org-capture buffer

2023-09-15 Thread Derek Chen-Becker
Well, I haven't had time to try and repro, but I did a straight-pull to get a newer version of Org and now the issue isn't happening anymore. I'm not sure if there's any cause/effect there, but for any future folks looking at this thread it might be worth a try. Cheers, D

High CPU with org-set-tags-command in org-capture buffer

2023-08-16 Thread Derek Chen-Becker
. The same command works fine outside of a capture buffer. It looks like a duplicate of what was reported in https://lists.gnu.org/archive/html/emacs-orgmode/2023-05/msg00402.html. Am I correct that this is unresolved/unreproducible by others? If so, I'll see if I can get a minimal repro. Than

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-04-07 Thread Derek Chen-Becker
In the code I posted, I had to explicitly (require 'sh-script) to ensure that the sh-ancestor-alist is loaded before the code. I'm not enough of an elisp guru to know if there's a way to defer that. Cheers, Derek On Fri, Apr 7, 2023 at 9:30 AM Matt wrote: > > On T

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-04-04 Thread Derek Chen-Becker
The patch looks good to me! Thanks, Derek On Tue, Apr 4, 2023 at 6:30 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > > I fiddled around a little bit this weekend and confirmed that this > (sloppy) > > code makes highlighting work for all shell types th

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-04-03 Thread Derek Chen-Becker
and suggestions are welcome. This is basically what I meant by "dynamically amend org-src-lang-modes based on the contents of sh-ancestor-alist". Thanks, Derek On Sat, Apr 1, 2023 at 5:22 PM Matt wrote: > > On Thu, 30 Mar 2023 04:55:32 -0400 Ihor Radchenko wrote ---

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-03-31 Thread Derek Chen-Becker
hanks, Derek On Fri, Mar 31, 2023 at 7:06 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > > Would it be fair to use the sh-ancestor-alist as a basis for all of the > > supported shell variants? > > > > > https://github.com/emacs-mirror/emacs/blob/master/li

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-03-30 Thread Derek Chen-Becker
Would it be fair to use the sh-ancestor-alist as a basis for all of the supported shell variants? https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/sh-script.el#L177 Cheers, Derek On Thu, Mar 30, 2023 at 2:54 AM Ihor Radchenko wrote: > Matt writes: > > > I think t

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-03-29 Thread Derek Chen-Becker
Cool, I would be happy to submit a patch! Thanks, Derek On Wed, Mar 29, 2023 at 3:33 AM Ihor Radchenko wrote: > Matt writes: > > > Does anyone know which function is responsible for re-fontifing source > blocks? > > `org-src-font-lock-fontify-block', which is

Font lock for org-babel shell scripts?

2023-03-28 Thread Derek Chen-Becker
x highlighting. I've confirmed that opening a zsh script (e.g. with a zsh shebang) highlights correctly. If this list isn't the right place to ask about this issue, does someone know where I could look for help? Thanks, Derek #+begin_src bash if [ -z $TEST ]; then echo Good fi #+end_

Re: [BUG] Effort range format broken [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2023-03-03 Thread Derek Chen-Becker
Confirmed, I upgraded to 9.6.1 and it works for me. Thanks! On Fri, Mar 3, 2023 at 9:03 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > > Here is the minimal org file to repro: > > > > > > #+COLUMNS: %IT

[BUG] Effort range format broken [9.5.5 (release_9.5.5 @ /usr/local/share/emacs/28.2/lisp/org/)]

2023-03-02 Thread Derek Chen-Becker
;) org-refresh-property(((effort . identity) (effort-minutes . org-duration-to-minutes)) "2-3" nil) org-refresh-properties("Effort" ((effort . identity) (effort-minutes . org-duration-to-minutes))) org-refresh-effort-properties() org-agenda-prepare-buffers(("/ssdh

Re: Effort range support broken? (est+)

2023-03-02 Thread Derek Chen-Becker
It does seem broken for me on 28.2 (Org 9.5.5). I'll put together a minimum repro and submit. Thanks! Cheers, Derek On Thu, Mar 2, 2023 at 4:34 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > > https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00571.

Effort range support broken? (est+)

2023-03-01 Thread Derek Chen-Becker
to help fix this if someone can point me in the right direction. Thanks, Derek -- +-------+ | Derek Chen-Becker | | GPG Key available at https://keybase.io/dchenbecker and | | https://pgp.mit.e

Re: state of the art in org-mode tables e.g. join, etc

2021-02-22 Thread Derek Feichtinger
ially look at the Pandas section 10) In that file I also tangle a python library "orgbabelhelper" that is available in Conda and PyPi. I mainly use that to work with my tables. Best regards Derek -- Paul Scherrer Institut Dr. Derek Feichtinger Phone: +41 56 310 47 3

Re: org-tables with monetary amounts

2020-10-13 Thread Derek Feichtinger
Func-ustd | distance | time | speed | std unit speed | speed in ft/s| |--++-+--+--| | 3 km | 2.5 hr | 1.2 km / hr | 0. m / s | 1.0936133 ft / s | #+TBLFM: @2$3=$1/$2::@2$4=ustd($3)::@2$5=uconv($-1, ft/s) --

Re: Bug or not a bug? dot expansion in ob-shell

2020-02-20 Thread Derek Feichtinger
+1 - I also think that this is the correct behavior, and that the average user's expectations can be best fulfilled by making ":results output" the default. Adding the option will make it more difficult to share code blocks and documents. Best regards, Derek On Thu, Feb 20 2020, T

[O] src block indentation causing problems due to tab/space mixing - proposed fix

2018-07-27 Thread Derek Feichtinger
ely for my test cases. Still, I may have overlooked something, and there is a deeper reason for the original implementation. Best regards, Derek -- Paul Scherrer Institut Dr. Derek Feichtinger Phone: +41 56 310 47 33 Section Head Science-IT Email: derek.feic

[O] Bug: org-babel-expand-src-block expands sh blocks independent of shell defined by src block [9.0.5 (9.0.5-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-05-07 Thread Derek Feichtinger
override variables needed in just one subclass of backends. It would be cleaner to have different functions =org-babel-variable-assignments:XXX= for the different shells. Emacs : GNU Emacs 25.2.3 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2017-04-25 Package: Org mode version 9.0.5 (9.0.5-e

Re: [O] org-export-babel-evaluate=nil ignores ":exports results" setting - this has changed

2017-02-22 Thread Derek Feichtinger
Hi Colin On 22.02.2017 16:27, Colin Baxter wrote: Hi. On Tue, Feb 21 2017, Charles C. Berry wrote: On Mon, 20 Feb 2017, Derek Feichtinger wrote: Hi Chuck On 21.02.2017 00:54, Charles C. Berry wrote: On Mon, 20 Feb 2017, Derek Feichtinger wrote: When org-export-babel-evaluate is set to

Re: [O] org-export-babel-evaluate=nil ignores ":exports results" setting - this has changed

2017-02-20 Thread Derek Feichtinger
Hi Chuck On 21.02.2017 00:54, Charles C. Berry wrote: On Mon, 20 Feb 2017, Derek Feichtinger wrote: When org-export-babel-evaluate is set to nil, I see a different behavior now as compared to earlier versions of org. Indeed. It is now *obsolete* and its behavior has intentionally been

[O] org-export-babel-evaluate=nil ignores ":exports results" setting - this has changed

2017-02-20 Thread Derek Feichtinger
, | (princ (format "This should only export the code\nemacs %s\norg %s" emacs-version org-version)) ` , | This should only export the results | emacs 25.1.1 | org 9.0.5 ` Best regards, Derek -- Paul Scherrer Institut Dr. Derek Feichtinger

Re: [O] PATCH: invoking RET on agenda clock log line ends up with point in closed clock drawer

2016-05-01 Thread Derek Feichtinger
Hi Nicolas Thanks for the fast fix and also for the pointers to interesting functions. Regards, Derek On Sun, May 1, 2016 at 1:34 AM, Nicolas Goaziou wrote: > Hello, > > Derek Feichtinger writes: > > > A longer time ago, hitting RET on an agenda clock log line brought up

Re: [O] whether in drawer?

2016-04-27 Thread Derek Feichtinger
to-char (org-element-property :begin element)) (org-flag-drawer nil) (goto-char pos) Cheers, Derek

[O] PATCH: invoking RET on agenda clock log line ends up with point in closed clock drawer

2016-04-27 Thread Derek Feichtinger
(goto-char (org-element-property :begin element)) (org-flag-drawer nil) (goto-char pos) (add-hook 'org-agenda-after-show-hook #'org-open-if-in-drawer) Best regards, Derek

Re: [O] Problem with org-timestamp-up and timezones

2016-04-15 Thread Derek Feichtinger
7;month) n 0) (nth 4 time0)) (+ (if (eq org-ts-what 'year) n 0) (nth 5 time0)) (nthcdr 6 time0))) ... Afterwards the time shifts on the clock lines works fine, again. But I do not know whether this fixes all cases, or what really is the deeper reason that this error surfaced right now. Cheers, Derek

Re: [O] Problem with org-timestamp-up and timezones

2016-04-15 Thread Derek Feichtinger
y(org-timestamp-up) > org-shiftup(nil) > funcall-interactively(org-shiftup nil) > call-interactively(org-shiftup nil nil) > command-execute(org-shiftup) > > Cheers, > Derek > > Sorry, should have confirmed that before sending the last mail: I get the same behavior using

Re: [O] Problem with org-timestamp-up and timezones

2016-04-15 Thread Derek Feichtinger
funcall-interactively(org-timestamp-up 1) call-interactively(org-timestamp-up) org-shiftup(nil) funcall-interactively(org-shiftup nil) call-interactively(org-shiftup nil nil) command-execute(org-shiftup) Cheers, Derek

Re: [O] org table with auto-incrementing numbers in a column

2016-02-16 Thread Derek Feichtinger
3 | > | 4 | > | 5 | > #+TBLFM: $1= #-1 > > > Placing point on the TBLFM line and doing C-c C-c should recalculate the > > whole table. That formula works fine. It's just a difference in functionality.. the above formula calculates a value based on the numeric position of the current row, while the other formula looks up the value above the current row. Cheers, Derek

Re: [O] org table with auto-incrementing numbers in a column

2016-02-15 Thread Derek Feichtinger
(or that's how I understood from the tutorial in the FAQ link above). > > But it does not work that way. Instead I need to go to each row and hit C-c *. Placing point on the TBLFM line and doing C-c C-c should recalculate the whole table. Cheers, Derek

Re: [O] Bug: HTML export of equations leads to error [8.3.3 (8.3.3-17-gce80a0-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160118/)]

2016-01-24 Thread Derek Feichtinger
Hello On Sun, Jan 24, 2016 at 6:18 PM, Nicolas Goaziou wrote: > Hello, > > Derek Feichtinger writes: > > > I was able to repair the problem by setting the temp buffer that is > created > > within ort-html-format-latex to org-mode. I put the function with the > >

Re: [O] Bug: HTML export of equations leads to error [8.3.3 (8.3.3-17-gce80a0-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160118/)]

2016-01-24 Thread Derek Feichtinger
uffer (insert latex-frag) (org-mode) ; <--- PATCH (org-format-latex cache-relpath cache-dir nil "Creating LaTeX Image..." nil processing-type) (buffer-string #+END_SRC Best regards, Derek On Sun, Jan 24, 2016 at 11:24 A

[O] Bug: HTML export of equations leads to error [8.3.3 (8.3.3-17-gce80a0-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160118/)]

2016-01-24 Thread Derek Feichtinger
t-context" with point at 1 then I get the same error: Debugger entered--Lisp error: (wrong-type-argument stringp nil) looking-at(nil) byte-code("\212\214~\210... org-element-context() eval((org-element-context) nil) eval-expression((org-element-context) nil) call-interactively(eval-expression nil nil) command-execute(eval-expression) If the buffer is set to org-mode, the error does not appear, and org-element-context correctly recognizes the text as a latex-fragment. Best regards, Derek

Re: [O] Bug: org-resolve-clocks should not iterate over non-agenda org files [8.3.3 (8.3.3-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160108/)

2016-01-21 Thread Derek Feichtinger
7;org-files-list) 'org-agenda-files)) (apply orig-function only-dangling-p prompt-fn last-valid))) (advice-add #'org-resolve-clocks :around #'dfeich/org-resolve-clocks) Thanks for maintaining and developing an environment which made my time in front of the keyboard so much more effic

[O] Bug: org-resolve-clocks should not iterate over non-agenda org files [8.3.3 (8.3.3-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160108/)

2016-01-19 Thread Derek Feichtinger
functionality. Best regards, Derek

[O] footnote fontify causing massive slowdown

2015-12-07 Thread Derek Feichtinger
be prevented in example blocks? Using [8.3.2 (8.3.2-37-gd45217-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20151116/)] with GNU Emacs 24.5.1. Best regards, Derek -- Paul Scherrer Institut Dr. Derek Feichtinger Phone: +41 56 310 47 33 Section Head Scientific Computi

[O] footnote fontify causing massive slowdown

2015-12-03 Thread Derek Feichtinger
example blocks? Using [8.3.2 (8.3.2-37-gd45217-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20151116/)] with GNU Emacs 24.5.1. Best regards, Derek

Re: [O] Bug: exporter bug [8.3.1 (8.3.1-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-06 Thread Derek Feichtinger
you very much for your prompt reaction Derek On Thu, Aug 6, 2015 at 9:27 AM, Nicolas Goaziou wrote: > Hello, > > Derek Feichtinger writes: > > > The current MELPA version (see version details below) seems to have > > problems with > > the exporter. I reinst

[O] Bug: exporter bug [8.3.1 (8.3.1-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-05 Thread Derek Feichtinger
-examples/blob/master/latex/latex-example.org Best regards Derek Backtrace (long lines cut for this mail): Debugger entered--Lisp error: (wrong-type-argument listp #("Derek Feichtinger" 0 17 (:parent (#1 org-element-set-contents(#("Derek Feichtinger&quo

Re: [O] Bug: fix for latex export of doi links [8.2.10 (8.2.10-35-g19a7d6-elpaplus @ .../elpa/org-plus-contrib-20150330/)]

2015-04-03 Thread Derek Feichtinger
Patch for the latex export of doi links is attached to this mail. Cheers, Derek On Fri, Apr 3, 2015 at 9:19 PM, Nicolas Goaziou wrote: > Hello, > > Derek Feichtinger writes: > > > The current org latex export will export a link doi:10.xyz/abcd without > > the protoc

Re: [O] Bug: fix for latex export of doi links [8.2.10 (8.2.10-35-g19a7d6-elpaplus @ .../elpa/org-plus-contrib-20150330/)]

2015-04-03 Thread Derek Feichtinger
Hi, Nicolas thanks for responding so fast. Sure, I'll try and submit the patch. Thanks for all your great work! Happy Easter, Derek On Fri, Apr 3, 2015 at 9:19 PM, Nicolas Goaziou wrote: > Hello, > > Derek Feichtinger writes: > > > The current org latex export will e

[O] Bug: fix for latex export of doi links [8.2.10 (8.2.10-35-g19a7d6-elpaplus @ .../elpa/org-plus-contrib-20150330/)]

2015-04-03 Thread Derek Feichtinger
(path (cond ;; - NEXT LINE CONTAINS THE FIX --- ((member type '("http" "https" "ftp" "mailto" "doi")) (concat type ":" raw-path)) ((and (string= type "file") (file-name-absolute-p raw-path)) (concat "file:" raw-path)) (t raw-path))) protocol) # Best regards, Derek

Re: [O] Bug: clock table total time parsed incorrectly [8.2.7c (8.2.7c-elpa /home/loic/.emacs.d/elpa/org-20140730/)]

2014-08-13 Thread Derek
locktable functions cannot ;; digest ;; day formats, e.g. org-clock-time%) (setq org-time-clocksum-format '(:hours "%d" :require-hours t :minutes ":%02d" :require-minutes t)) Cheers, Derek

Re: [O] using Agenda org-agenda-files variable

2014-01-10 Thread Derek
states in org), so that it looks like this *** TODO configure Then it will be found in that search. Read http://orgmode.org/org.html#TODO-Items Cheers Derek > > Do someone can link me some page example? Or something similar where I can get help? > TIA > Renato > ps > I don' t find the file work, school and home .org, on the folder where my org file (1.org) are stored )

[O] Bug: property drawer created within other drawers

2014-01-06 Thread Derek Feichtinger
Version 3.4.2) of 2014-01-03 on akhlut, modified by Debian Package: Org-mode version 8.2.4 (8.2.4-18-g4ee7e6-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20131230/) Best regards, Derek

[O] Bug: odt table exporter bug with rel-width [8.2.1 (8.2.1-30-g757f00-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20131104/)]

2013-11-05 Thread Derek Feichtinger
00-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20131104/) Best regards Derek

[O] Change latex export to use cref

2013-06-25 Thread Derek Thomas
Is there a variable that can be set so that latex export uses \cref instead of \ref? Thanks, Derek

Re: [O] org-agenda-show-log, org-timeline bugs

2013-02-16 Thread Derek Upham
s one area where there is no overlap. Whether or not it needs to be part of the agenda framework is another matter. Derek -- Derek Upham s...@blarg.net

Re: [O] org-agenda-show-log, org-timeline bugs

2013-02-07 Thread Derek Upham
Can someone please verify these bugs? Thanks. Derek Derek Upham writes: > I tried running org-timeline on an Org file with lots of timestamped > TODO -> DONE state changes, and didn't see the matches I was expecting. > While poking around, I found two problems. > >

[O] org-agenda-show-log, org-timeline bugs

2013-02-04 Thread Derek Upham
efresh is happening through eval?). In order to see the log entries, you need to set `org-agenda-show-log' outside of the timeline buffer (using `setq'). Can someone take a look at these? This is all with the latest sources from the repo. Thanks. Derek -- Derek Upham s...@blarg.net

[O] Inserting new images

2012-01-03 Thread Derek Thomas
lar to edit the file. If anyone has done anything similar or has any ideas, I would be interested to hear them. By the way, I looked at inkmacs and had some issues with dbus-proxy, so I'm completely open to quick and dirty solutions. Thanks! Derek

[O] Face color for LaTeX preview

2011-09-23 Thread Derek Thomas
help would be appreciated, Derek

Re: [O] ODT image export

2011-09-21 Thread Derek Thomas
s* buffer. It seems that the exporter strips the images from the ppt/odp export. They are there when I export the odt from orgmode, but don't appear in the presentation. Derek

Re: [O] ODT image export

2011-09-21 Thread Derek Thomas
not exist. Any suggestions? Thanks for your help, the ODT exporter is awesome! Derek

Re: [O] slides precess in html5presentation

2011-09-20 Thread Derek Thomas
invisible.  Has anyone else encountered this, and if so, have > you found a solution? I find that this happens when I use firefox (5.0). It doesn't happen when I use chrome. Derek

[O] ODT image export

2011-09-20 Thread Derek Thomas
e file? Thanks, Derek

Re: [O] Convert list to paragraph

2011-08-27 Thread Derek Thomas
;org-export-preprocess-hook (function org-lists-to-paragraphs)) This looks like it will do what I want. Is there any way to restrict this export option to certain org files? Thanks, Derek

[O] Convert list to paragraph

2011-08-26 Thread Derek Thomas
list? Here's an example of what I would like to achieve: + Here is my first sentence. + Another sentence. + One more sentence. would export to: Here is my first sentence. Another sentence. One more sentence. Thanks, Derek

Re: [O] Org-babel results preamble

2011-08-25 Thread Derek Thomas
e what you want > because then the results are placed in the same place every time > regardless of where the results block is...  not tested, especially in > the context of plotting mind you. Thanks for the response, naming the src block has been working great so far. Derek

[O] Org-babel results preamble

2011-07-30 Thread Derek Thomas
96516E-002 | 0.98000447035 | | 2.99932944775E-002 | 0.97000670552 | | 3.99910593033E-002 |0.9600089407 | | 4.99888241291E-002 | 0.95001117587 | #+END_RESULT Thanks, Derek

[O] Maxima session support

2011-07-06 Thread Derek Thomas
r function that I can modify, or can provide a commented example of how this would be done, that would be great. Thanks, Derek

[O] Daisy chain file/heading links

2011-05-10 Thread Derek Thomas
s that the subheadings and paragraph numbers are not unique. I also don't really want to set CUSTOM_ID properties for every paragraph. Thanks. Derek

[O] Maxima persistence between code blocks

2011-04-27 Thread Derek Thomas
s something similar, that would be great. Thanks, Derek

Re: [Orgmode] Uncover bullet points with BEAMER_env: ignoreheading

2011-02-26 Thread Derek Thomas
It seems that with the options you suggested, the "[<+->]" argument is passed to the \columns environment instead of the \itemize environment within the column. Beamer doesn't accept this argument for the columns environment. Is there a way to pass the argument to \itemiz

[Orgmode] Uncover bullet points with BEAMER_env: ignoreheading

2011-02-24 Thread Derek Thomas
t so the bullets are not revealed sequentially. Is there a way to include this flag in the export? Thanks, Derek Thomas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread Derek Thomas
PROPERTIES: :FIGURE_envargs: Figure placement options :END: #+end_src The ability to specify placement in beamer would allow figures to be placed correctly in beamer slides and also display inline for general org export. Thanks for your help, Derek On Wed, Feb 23, 2011 at 12:24 PM, wrote:

[Orgmode] Beamer export questions/suggestions

2011-02-18 Thread Derek Thomas
method to specify figure location in org-beamer? If not, it could be a nice feature for those preparing presentations in org especially if it had the option to specify quadrant location and relative size in a simple manner. Thanks again, Derek ___ Ema